| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-03-02 | Don't run actions in If in reverse order. | Mikael Magnusson | |
| 2008-03-02 | Super miniscule optimization. | Mikael Magnusson | |
| 2008-03-02 | missing a header | Dana Jansens | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c | |||
| 2008-03-02 | don't let you use left to go "up to parent" on menus which don't have any parent | Dana Jansens | |
| 2008-03-02 | make the prompt option default to 'true' for Exit and SessionLogout | Dana Jansens | |
| 2008-03-02 | add a SessionLogout action | Dana Jansens | |
| 2008-03-01 | remove some debug prints | Dana Jansens | |
| 2008-03-01 | queue hooks so that they don't run as each thing happens, instead run them ↵ | Dana Jansens | |
| at the end. keep the openbox code paths fast. | |||
| 2008-03-01 | make it $pid and $wid, it's a little faster this way and they look the same ↵ | Dana Jansens | |
| so why not | |||
| 2008-03-01 | move some code around in the execute action | Dana Jansens | |
| 2008-03-01 | instead of passing things to the environment, substitute $pid and $window ↵ | Dana Jansens | |
| inline in the Execute command string | |||
| 2008-03-01 | pass the targeted window's PID (if available) and WINDOW_ID to the ↵ | Dana Jansens | |
| environment of the Execute action | |||
| 2008-03-01 | always send the exact client to the hook's actions that the hook fired for | Dana Jansens | |
| 2008-03-01 | Get hooks working | Dana Jansens | |
| 2008-02-29 | change some of the hooks, and add all the hooks to the code so that they run | Dana Jansens | |
| 2008-02-29 | Add a hook system. They hooks don't run yet but they parse from the config ↵ | Dana Jansens | |
| file. | |||
| 2008-02-29 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/screen.c | |||
| 2008-02-29 | Remove an unused variable. | Mikael Magnusson | |
| 2008-02-28 | Update po/ with new strings, and update swedish translation. | Mikael Magnusson | |
| Also add an overly long comment about translating FILE in the help output. | |||
| 2008-02-28 | Very inconsequential changes. | Mikael Magnusson | |
| 2008-02-28 | Free copied glists when removing desktops. | Mikael Magnusson | |
| 2008-02-28 | If a window is maximized and has FUNC_MAXIMIZE disabled, still let it ↵ | Dana Jansens | |
| unmaximize. When normal hints change and we reconfigure, the w/h of the window may not have changed - rather the minw/maxh etc may have changed. So in client_try_configure always run through the code that checks them to see if the client should be resized or whatever. | |||
| 2008-02-28 | Update send-to-desktop menu in the client menu when ctrl-clicking and the ↵ | Mikael Magnusson | |
| client is still visible, ie toggling omnipresent. Also indicates which is the current desktop by moving the omnipresent icon to it when the window is omnipresent. Do some refactoring and cleanup so the net change is removal of lines, go me. | |||
| 2008-02-28 | Try to fix the off-by-one errors even more. | Mikael Magnusson | |
| 2008-02-28 | fix some off-by-one errors in edge finding for moving and resizing windows ↵ | Dana Jansens | |
| (bug 3506) | |||
| 2008-02-28 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: Makefile.am | |||
| 2008-02-28 | Simplify client_set_state. | Mikael Magnusson | |
| 2008-02-27 | When showing a window's title in the kill prompt, if it doesn't have a title ↵ | Dana Jansens | |
| use its parent's (same way the focus cycle popup does) | |||
| 2008-02-27 | clean up the execute action code, and free the prompt option string | Dana Jansens | |
| 2008-02-27 | change the yes/no buttons to Exit/Cancel for the exit prompt | Dana Jansens | |
| 2008-02-27 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/execute.c | |||
| 2008-02-27 | add a boolean <prompt> option to the Exit action, which will ask before ↵ | Dana Jansens | |
| exiting openbox | |||
| 2008-02-27 | Give the Execute action the <prompt> option | Dana Jansens | |
| 2008-02-27 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/event.c openbox/event.h | |||
| 2008-02-26 | Change the kill prompt buttons to "Cancel" and "End Process"/"Disconnect" ↵ | Dana Jansens | |
| (for local/remote apps) | |||
| 2008-02-27 | Fix some typos and style in client.c, and add a comment. | Mikael Magnusson | |
| Also moves a comment from many places into one place. | |||
| 2008-02-27 | Make "Unnamed Window" translatable. | Mikael Magnusson | |
| 2008-02-27 | Pass TRUE instead of FALSE to do what the comment says. | Mikael Magnusson | |
| 2008-02-27 | Various cleanups of event.c | Mikael Magnusson | |
| Typo in debug message. Improve some comments. Space after comma. Factor out compress_client_message_event. Fold two ifs together. Change duplicated case to fall through. | |||
| 2008-02-27 | Refactor the event handling for titlebar buttons a bit. | Mikael Magnusson | |
| 2008-02-26 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-26 | Fixing bug from commit 041d17373e04 | Dana Jansens | |
| Pressing a button and leave/enter would cause the button to show hover mode, not pressed mode. Change the behaviour back to how it used to be for pressing (the button stays pressed when you move outside of its box) and make it work correctly, as commit 041d17373e04 also did for menus. Reverting this behaviour because it seems impossible to do the enter/leave stuff correctly for the close button on maximized windows. Leaving the titlebar contexts doesn't give us an Enter event to go along with it, so even if we check all motion events, the button will flash unpressed when leaving the topright contexts. | |||
| 2008-02-26 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-26 | change the buttons in the kill prompt from "yes/no" which can be a little ↵ | Dana Jansens | |
| confusing to be more clear "cancel/force exit" so people won't do the wrong thing by accident so much | |||
| 2008-02-25 | show the desktop change popup before mapping/unmapping all the windows | Dana Jansens | |
| this makes a big difference if the compmgr is being laggy trying to show windows | |||
| 2008-02-22 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h | |||
| 2008-02-22 | Add theme options for menu line separators. | Dana Jansens | |
| Added: menu.separator.color menu.separator.width menu.separator.padding.width menu.separator.padding.height | |||
| 2008-02-22 | Allow windows to specify a base-size of 0 | Dana Jansens | |
| This fixes the resize popup for terminal windows, if the base-size was 0, the size popup would be off by one. | |||
| 2008-02-22 | Let ObPrompts be modal dialogs, and when they are transient for a window, ↵ | Dana Jansens | |
| make it transient for its entire group, so it can be stacked at the highest level above other transients | |||
