| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-28 | Make desktop actions noninteractive | Mikael Magnusson | |
| 2012-09-30 | Use the KeyCode to directly find the modifier mask. (Fix bug 5173) | Dana Jansens | |
| We were finding the KeySym first, and then converting back to a modifier mask. But KeySym on a key's release can differ from on its press, and we don't need them to determine the modmask from the keycode. [setxkbmap -option "grp:shifts_toggle"] turns Shift_L into XK_ISO_Prev_Group on key release, and Shift_R into XK_ISO_Next_Group. | |||
| 2012-09-30 | Don't make desktop switching interactive when no mods used. (Fix bug #5203) | Dana Jansens | |
| Make mod state passing more consistent, and always give actions the full state instead of stripping sometimes. (They ended up expecting it stripped always). | |||
| 2010-09-16 | Fix 3.4 compatibility for SendToDesktop | Mikael Magnusson | |
| 2010-05-20 | Allow sending windows on other desktops to the current desktop. | Mikael Magnusson | |
| 2010-03-25 | make keypad enter do the same thing as return | Dana Jansens | |
| 2010-02-19 | get the modifier mask for a modifier key that is pressed/released more ↵ | Dana Jansens | |
| accurately, using the table we built already for other purposes | |||
| 2010-02-16 | more using g_slice_new() instead of g_new() | Dana Jansens | |
| 2010-02-11 | make control keys work in menus/dialogs/etc with the new obt code, using ↵ | Dana Jansens | |
| XLookup stuff | |||
| 2010-02-11 | pass an input context to the interactive input function | Dana Jansens | |
| 2010-02-11 | don't strip the state for keyboard events | Dana Jansens | |
| this allows translation of keys not in the base keyboard layout | |||
| 2009-12-21 | rename the obt_parse library to obt_xml (since it is very xml specific) | Dana Jansens | |
| 2009-12-17 | Make the relative desktop switching actions interactive | Dana Jansens | |
| The desktop popup can now be shown "permanently" in which case it stays until you tell it to hide. | |||
| 2009-12-17 | Make it possible for an action name to choose whether it is interactive or ↵ | Dana Jansens | |
| not based on its options. This way we can use the same name with options for an interactive action and a non-interactive action. Shorten the names of the ObActionsInteractive* functions to ObActionsI* Add a ObActionsIPreFunc that is called for interactive actions before the interactivity (key/mouse grab) is started. Add a ObActionsIPostFunc that is called for interactive actions after the interactiviti (key/mouse grab) has ended. | |||
| 2009-11-07 | Make clang happier | Mikael Magnusson | |
| Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable | |||
| 2009-09-19 | Add all the action names used in 3.4 so configs don't break | Mikael Magnusson | |
| 2009-09-19 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c | |||
| 2009-03-29 | Avoid anonymous unions | Mikael Magnusson | |
| Some compilers, like sun studio and clang don't support them. | |||
| 2008-10-29 | Merge branch 'backport' into work | Mikael Magnusson | |
| 2008-10-29 | Bring helper windows when following a window. | Mikael Magnusson | |
| 2008-03-08 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c | |||
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-03-02 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/actions/desktop.c openbox/actions/if.c | |||
| 2008-03-02 | Super miniscule optimization. | Mikael Magnusson | |
| 2008-02-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/event.c openbox/mouse.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c parser/parse.h | |||
| 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-20 | update openbox to use the current parser interface in libobt | Dana Jansens | |
| there is also some random bug fixes for other libobt stuff in here. | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 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-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-15 | previous should not mean the same as last | Mikael Magnusson | |
| 2007-07-13 | rename switchtodesktop to gotodesktop. make stuff compile as well. | Dana Jansens | |
| 2007-07-13 | move desktop and directionaldesktop actions to SwitchToDesktop and ↵ | Dana Jansens | |
| SendToDesktop, which take a <to> parameter saying where to go. (last, left, right, next, 5, etc) | |||
| 2007-06-23 | let you send windows with the desktop and directionaldesktop actions | Dana Jansens | |
| 2007-06-22 | let you use "last" in desktop action | Dana Jansens | |
| 2007-06-22 | add directionaldesktop action | Dana Jansens | |
| 2007-06-22 | add the desktop action | Dana Jansens | |
