| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-06 | Allow non-interactive focus cycling. | Dana Jansens | |
| Adds an <interactive>bool</interactive> option to the NextWindow and PreviousWindow actions. When it is false, the action is not interactive and will immediately switch focus to whatever the next focus target is. Removing the "interactive" flag from the focus_cycle() method, as it was unused previously, and the new code does not make use of it either. In order to be non-interactive it simply starts a focus_cycle then immediately ends it when the action ends. The "interactive" flag in focus_cycle() forced a linear cycling order which may not be what you want, so the new method is preferrable anyhow. | |||
| 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). | |||
| 2011-10-05 | Make "no" a valid choice for the dialog option in cyclewindows.c. | Dana Jansens | |
| It is the same as "none" for backward compatibility (it used to be a boolean). | |||
| 2010-04-16 | add an option to next/previous window to only include ↵ | Dana Jansens | |
| hilited/flashing/urgent windows (feature req/bug #4341) | |||
| 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-12-16 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c | |||
| 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. | |||
| 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 | Don't run actions in focus cycling actions backwards either (as in ↵ | Mikael Magnusson | |
| 664b0b4e943ba4d410168817dcff953804b44253). | |||
| 2008-02-06 | make the listmode alttab the default | Dana Jansens | |
| 2008-02-05 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-02-03 | combine the old focus cycle popup code with mika's new list-mode popup, and ↵ | Dana Jansens | |
| make an action option for it (the old <dialog> option) | |||
| 2008-02-01 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-01-20 | s/xmlChildrenNode/children/ | Dana Jansens | |
| 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. | |||
| 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 | |
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-07-13 | move directionalcycling actions into the same .c file. make interactive ↵ | Dana Jansens | |
| actions all kill delayed mouse focus which would kill the action. | |||
| 2007-07-13 | make cyclewindows action into nextwindow and previouswindow again | Dana Jansens | |
| 2007-07-11 | cycleinwdows defaults to forward | Dana Jansens | |
| 2007-07-09 | hm.. | Dana Jansens | |
| 2007-07-05 | rename <actions> to <finalactions> | Mikael Magnusson | |
| 2007-06-22 | add the kill/close/cyclewindows actions | Dana Jansens | |
