| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-08 | Make focus_valid_target() take a desktop argument. | Dana Jansens | |
| So you can find valid targets on desktops other than the currently visible one | |||
| 2010-01-08 | use the valid_focus_target() method for choosing what to show in the client ↵ | Dana Jansens | |
| list menus | |||
| 2010-01-08 | allow alt-tab etc to move focus to skip_taskbar windows when they are iconic | Dana Jansens | |
| 2010-01-08 | use obt_xml_* to navigate the xml file (also XML tags are case sensitive) | Dana Jansens | |
| 2010-01-08 | Don't handle input events on prompts if they should be used for a ↵ | Dana Jansens | |
| binding/menu instead. Also, be more careful about making the prompt buttons look pressed, don't make them pressed from a motion notify event if they didnt first handle the press. | |||
| 2010-01-08 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: Makefile.am openbox/actions/focus.c openbox/config.c openbox/event.c openbox/menuframe.c | |||
| 2010-01-06 | Fix a crash when moving into a menu on top of a separator and nothing is ↵ | Dana Jansens | |
| selected | |||
| 2010-01-06 | Improved menu behaviour | Dana Jansens | |
| Make 'left' key in a menu close it's visible child menu and move to the parent properly. Make clicking on a menu item in a menu close any of its grandchildren and remove focus from its children, effectively focusing the menu item you clicked on. | |||
| 2010-01-06 | Allow infinite delay for submenu show/hide by using a negative value. | Dana Jansens | |
| 2010-01-06 | Some fixes for the submenu hide delay code | Dana Jansens | |
| When nothing in a menu is selected, go back to selecting the open submenu. Adjust the LeaveNotify event handling to only respond when there is not a EnterNotify coming for the same menu frame. Change the default submenu show/hide delays. Have the default values for submenu show/hide match the default rc.xml | |||
| 2010-01-06 | improve submenu hide delay | Alexey Korop | |
| 2010-01-05 | Revert "Don't hide submenus immediately when unselecting the parent's entry" | Dana Jansens | |
| This reverts commit 828c095c8b5a2df96a38faaeb8a0df504e68e70f. | |||
| 2010-01-05 | Revert "Fix the delayed hiding of submenus, so that they don't end up hidden ↵ | Dana Jansens | |
| while the entry is selected" This reverts commit 8ada991d829671ab5e6dd4c5526b6a0238ba6a16. | |||
| 2010-01-05 | Revert "A fix for delayed hiding of submenus." | Dana Jansens | |
| This reverts commit 1fb198410e9d3ca660d91d1049249db0f2f47732. | |||
| 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-22 | when holding Shift for the client list menus, bring the selected client to ↵ | Dana Jansens | |
| the current desktop (Request #4284) | |||
| 2009-12-21 | rename the obt_parse library to obt_xml (since it is very xml specific) | Dana Jansens | |
| 2009-12-21 | Set up work for making a 3.5 prerelease. | Dana Jansens | |
| Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*> | |||
| 2009-12-21 | Merge branch 'backport' into work | Dana Jansens | |
| 2009-12-21 | make a config option for the inactive osd font | Dana Jansens | |
| 2009-12-21 | Add themeing options for inactive osd labels, osd.inactive.label.* | Dana Jansens | |
| (rename the current osd label options from osd.label to osd.active.label, similar to the window.(in)?active.label options. | |||
| 2009-12-21 | A fix for delayed hiding of submenus. | Dana Jansens | |
| It fixes this: (Mikachu) dana: i think his issue was if you have a menu with two submenus s1 and s2, open the s1 submenu, then point to s2 and go into s1, then after the delay, s1 is hidden despite you being inside it still, because s2 was never unselected | |||
| 2009-12-18 | Add a focus option, unfocusOnLeave that removes focus from a window when the ↵ | Dana Jansens | |
| pointer leaves it This uses the same delay to unfocus as is used for focusing on enter | |||
| 2009-12-18 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/screen.c | |||
| 2009-12-18 | Show the desktop popup as long as the interactive desktop switch is active | Dana Jansens | |
| 2009-12-17 | Allow delayed focus to work while in a menu or move/resize since it wont ↵ | Dana Jansens | |
| kill them now | |||
| 2009-12-17 | Hide the focus popup if we change desktops and one of the windows in it ↵ | Dana Jansens | |
| disappears | |||
| 2009-12-17 | Don't move focus away from a window if it was focused and it didnt hide when ↵ | Dana Jansens | |
| switching desktops | |||
| 2009-12-17 | Merge branch 'backport' into work | 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 | Ranges of 0 width cannot intersect (Fixes bug #3717) | Dana Jansens | |
| 2009-12-17 | Allow the interactive cancel function to be optional | Dana Jansens | |
| 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 | Calculate the work area using other already existing and better maintained ↵ | Dana Jansens | |
| and trusted code | |||
| 2009-12-16 | Fix resistance against struts, the resistance was always 0 | Dana Jansens | |
| 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-16 | Fix the delayed hiding of submenus, so that they don't end up hidden while ↵ | Dana Jansens | |
| the entry is selected | |||
| 2009-12-16 | Ignore enter events caused by closing openbox menus | Dana Jansens | |
| 2009-12-15 | Make the NET_WORKAREA hint work the way it used to, across all monitors | Dana Jansens | |
| The spec is not going to change this hint, but rather add a new one. So for now just revert to the old behaviour. | |||
| 2009-12-14 | Don't hide submenus immediately when unselecting the parent's entry | Dana Jansens | |
| This allows users to move to the submenu across other menu items (the same as they already could across other menu items that were submenus). This uses the same config delay for hiding submenus as it does for showing new ones. Based off the ideas in bug #3762. | |||
| 2009-12-14 | Let menus place themselves on monitors where the mouse is not present | Dana Jansens | |
| This fixes a bug which forced menus to show up on the same monitor as the mouse pointer. | |||
| 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-11 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h | |||
| 2009-12-11 | Set hints that remember the WM_WINDOW_ROLE and WM_CLASS properties for our ↵ | Dana Jansens | |
| users. The hints are _OB_ROLE, _OB_NAME, and _OB_CLASS. | |||
| 2009-12-10 | Get the session client id from new gnome-session | Dana Jansens | |
| See http://live.gnome.org/SessionManagement/GnomeSession#A1._Launch Gnome-session sets the DESKTOP_AUTOSTART_ID env variable with the SM client id instead of passing it on the command line. | |||
| 2009-12-10 | Make sure popup dialogs are not waiting to be shown after they are freed | Dana Jansens | |
| 2009-12-09 | Make the desktop popup show on the primary monitor as defined in the config. | Dana Jansens | |
| This matches the behaviour of the focus cycle and key chain popups. | |||
| 2009-12-09 | Revert "Show desktop switch popup on every monitor" | Dana Jansens | |
| This reverts commit 2e1adce628ee3234accc5d88cafb57672800cae0. | |||
| 2009-12-09 | Revert "Some fixes for the pager popups, and avoid a crash if you destroy a ↵ | Dana Jansens | |
| popup while it is going to be shown later by a delay." This reverts commit 33328583a143677d27eb3d081ce66532c3aaca1c. | |||
| 2009-12-09 | Add a primaryMonitor config option, where the focus-cycle and keychain ↵ | Dana Jansens | |
| popups will appear | |||
