| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-04 | Make the Focus action stop all interactive actions (Fixes bug #4436) | Dana Jansens | |
| Old < 3.4.8 Openbox versions would stop focus cycling when focus moved. Now that is not the case, but you should be able to stop it by Choosing a window explicitly still. | |||
| 2009-12-14 | Allow the user to bind more than one keycode to a keysym for Ob ↵ | Dana Jansens | |
| Menus/Move/Resize If the user has escape bound to more than one keycode then they can use any of them to close a menu. This change applies to the hardcoded keys in openbox, which are used for the menus and for move/resize, and maybe other places. | |||
| 2009-12-09 | Fix the Focus/Activate actions to focus windows on other desktops correctly | Dana Jansens | |
| 2009-11-24 | Combine the Exit and SessionLogout actions | Dana Jansens | |
| Just "do the right thing" based on if you are connected to a session manager or not. | |||
| 2009-11-21 | Fix some signed/unsigned warnings (and keep stuff within 80 columns). | Dana Jansens | |
| 2009-11-06 | fix a crash in the SessionLogout action | Dana Jansens | |
| 2009-07-04 | Add "prev" and "next" as possible targets for moveto/resizeto actions. | Nico Golde | |
| One of the Debian users asked if it's possible to send a window to other monitor when using xinerama, especially useful of you have 2 monitors and want to toggle a window to the other one. I wrote a patch that implements next and prev to also make that work for 3 or more workspaces. | |||
| 2009-03-29 | Avoid anonymous unions | Mikael Magnusson | |
| Some compilers, like sun studio and clang don't support them. | |||
| 2008-10-29 | Bring helper windows when following a window. | Mikael Magnusson | |
| 2008-05-25 | Add a translators note about not translating the word "SessionLogout" in an ↵ | Mikael Magnusson | |
| error message. | |||
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-03-08 | Don't run actions in focus cycling actions backwards either (as in ↵ | Mikael Magnusson | |
| 664b0b4e943ba4d410168817dcff953804b44253). | |||
| 2008-03-03 | Update french translation and fix a typo in actions/session.c | Cyrille Bagard | |
| 2008-03-02 | change the logout button to same capitilization as the title, and update ↵ | Dana Jansens | |
| translatable strings | |||
| 2008-03-02 | be consistent with logout vs log out use | Dana Jansens | |
| 2008-03-02 | add a title to the session logout confirm prompt | Dana Jansens | |
| 2008-03-02 | allow prompts to have titles specified. show a prompt when there are syntax ↵ | Dana Jansens | |
| errors in the xml config files. | |||
| 2008-03-02 | add a cleanup callback to the prompt interface. when the prompt's callback ↵ | Dana Jansens | |
| returns TRUE, then the cleanup function is called. likewise when the prompt system is shutdown (openbox is exiting), then the cleanup function is also called. it should unref/destroy the prompt and any memory associated with it | |||
| 2008-03-02 | the #ifdef was backwards for using SM or not | Dana Jansens | |
| 2008-03-02 | glib already prints a verbose error message when execute fails. don't add a ↵ | Dana Jansens | |
| second level of useless verbosity to that | |||
| 2008-03-02 | make the SessionLogout action always available but it shows an error if you ↵ | Dana Jansens | |
| use it and Openbox wasn't built with SM support | |||
| 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 | make the prompt option default to 'true' for Exit and SessionLogout | Dana Jansens | |
| 2008-03-02 | add a SessionLogout action | Dana Jansens | |
| 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 | 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-21 | Change all single quotes to double quotes in strings. | Mikael Magnusson | |
| 2008-02-19 | MoveResizeTo was broken for opposite edges. | Mikael Magnusson | |
| 2008-02-13 | Wrap the focus action in actions_client_move. | Mikael Magnusson | |
| When alt-tabbing to iconified audacious and the playlist or eq window pops up under the cursor, they "stole" focus from the main window. | |||
| 2008-02-05 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-02-02 | if windows on screen are going to be moved, then do the ReplayPointer before ↵ | Dana Jansens | |
| that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really) | |||
| 2008-01-27 | use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing ↵ | Dana Jansens | |
| wrt memory leaks | |||
| 2008-01-21 | use the <wmclass> for startup notfication in the execute action. when ↵ | Dana Jansens | |
| present don't use the check against the binary. | |||
| 2008-01-16 | resizing was defaulting to the topleft corner instead of to the auto-ness or ↵ | Dana Jansens | |
| something.. | |||
| 2008-01-11 | let you raise the focus target temporarily during focus cycling, with the ↵ | Dana Jansens | |
| <raise> option. also a new <bar> option lets you turn off the indicator bar | |||
| 2008-01-11 | make backport closer to 3.4-working for merging purposes | Dana Jansens | |
| 2008-01-11 | make it possible to temporarily raise a window to the top, and restore it. ↵ | Dana Jansens | |
| also fix the return val for window_layer. | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-08-04 | make growtoedge shrink if it cyan grow any more | Dana Jansens | |
| 2007-08-04 | don't make omnipresent windows lose focus when changing desktops. this is ↵ | Dana Jansens | |
| done by allowing focus_fallback to specify if focus has been lost or not. usually if you're call it, focus is lost, but not always. | |||
| 2007-08-03 | show a popup notification when switching desktops (also make all the config ↵ | Dana Jansens | |
| options export time in milliseconds not half milli half micro) | |||
| 2007-07-31 | Accept <command> in addition to <execute> for the restart action. | Mikael Magnusson | |
| 2007-07-22 | add an 'all' option for the monitor in MoveResizeTo | Dana Jansens | |
| 2007-07-22 | for MoveResizeTo make <width>current</width> and <height>current</height> ↵ | Dana Jansens | |
| and <monitor>current</monitor> work like <x> and <y> | |||
| 2007-07-22 | for MoveResizeTo, make <x>current</x> the same as not specifying <x/> at all | Dana Jansens | |
| 2007-07-21 | fix copy/paste error | Dana Jansens | |
| 2007-07-19 | fix growtoedge so it doesn't move terminal windows around | Dana Jansens | |
