| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05 | fix a broken if statement (bug #4464) | Dana Jansens | |
| 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-21 | Rename obprop to obxprop (Fixes bug #4419) | Dana Jansens | |
| Avoids collision with openbabel. | |||
| 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-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 | Ranges of 0 width cannot intersect (Fixes bug #3717) | Dana Jansens | |
| 2009-12-16 | add a test that iconifies a window after a short delay | Dana Jansens | |
| 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 | 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 | Comment out some debug messages for the image cache | 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-14 | Add an obprop tool which can print UTF-8 strings properly, for our users. | Dana Jansens | |
| 2009-12-14 | In the applications section tell the user to use _OB_* properties for the ↵ | Dana Jansens | |
| name/class/role, and refer to the still-non-existant obprop tool. | |||
| 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 | Run Openbox with gnome-session the proper way, without using the deprecated ↵ | Dana Jansens | |
| gnome-wm. See https://bugzilla.gnome.org/show_bug.cgi?id=555406#c5 Hopefully this continues to work for a while. | |||
| 2009-12-10 | Make sure popup dialogs are not waiting to be shown after they are freed | Dana Jansens | |
| 2009-12-10 | Add an openbox.desktop file for the applications/ directory | Dana Jansens | |
| This is for gnome-session to start Openbox correctly as the window manager See the commit log for http://cvs.fedoraproject.org/viewvc/devel/openbox/openbox.desktop?revision=1.3&view=markup | |||
| 2009-12-10 | Don't need 2 exit actions in the default menu now, they both would do the ↵ | Dana Jansens | |
| same thing | |||
| 2009-12-10 | Remove desktop hints since Openbox won't overwrite them, but they may be set ↵ | Dana Jansens | |
| from GDM or other sessions | |||
| 2009-12-10 | Fix a typo in xdg-autostart | Miroslav Lichvar | |
| 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 | |||
| 2009-12-09 | Bug in choosing the active monitor when doing a move/resize | Dana Jansens | |
| 2009-12-09 | Make the edge detection fully include monitor edges. | Dana Jansens | |
| This fixes the move-to-edge behaviour, when moving past the edge of a monitor, the window will stop with its tail edge against the inside of the monitor's edge. | |||
| 2009-12-09 | Make the default placement on the active monitor (Any is madness) | Dana Jansens | |
| 2009-12-09 | Find a valid image to use in the image cache. Fixes bug #1149 | Dana Jansens | |
| The larger of the width and height has to match. If the smaller matches, then it would have to be resized down to fit inside the area, so that does not count. | |||
| 2009-12-09 | Properly react when a client's strut changes. | Dana Jansens | |
| Previously it would only react if the height of the strut changed, not if its start/end changed (that was a long-standing bug). | |||
| 2009-12-09 | Fix for rendering RGBA and Image textures. | Dana Jansens | |
| RGBA and Image textures could exceed their tarea if given an x or y offset inside the area that is > 0. | |||
| 2009-12-09 | Fix the Focus/Activate actions to focus windows on other desktops correctly | Dana Jansens | |
| 2009-12-09 | When moving focus across desktops, make sure Openbox doesn't think that a ↵ | Dana Jansens | |
| window which is no longer visible is still focused. | |||
| 2009-12-09 | The colormap is being set twice when moving focus to the root window | Dana Jansens | |
| 2009-12-09 | Add a focus debug message for the frame's visible focus state | Dana Jansens | |
| 2009-12-09 | Fully maximized windows still have a normal titlebar. Fixes bug #4373 | Dana Jansens | |
| Also, maximized windows were having their client padding reduced by the size of the outer border from this same bug, which is now fixed. | |||
| 2009-12-09 | Add a WM_CLASS to the skiptaskbar test | Dana Jansens | |
| 2009-12-09 | Allow skip_taskbar windows to be focused on map when the user requests it in ↵ | Dana Jansens | |
| rc.xml. Fixes bug #4350 | |||
| 2009-12-09 | Set a minimum value for the screenEdgeWarpTime for 25ms. | Dana Jansens | |
| When this is very small it just gives X/Openbox a heart attack and ends up going forever. Even 25 is quite too fast to be usuable so it should be a good minimum. | |||
| 2009-12-09 | Use test -r instead of test -e for solaris. Fixes bug #4253. | Dana Jansens | |
| 2009-12-09 | Fix stacking for transients vs helper windows. Fixes bug #3851 | Dana Jansens | |
| This allows transient windows to be above helper windows. And generally keeps helper windows below transients, unless they are raised directly. | |||
