summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-08add doc/obxprop.1 to gitignoreDana Jansens
2010-02-08Add obxprop manpage to installDana Jansens
2010-02-08Update the manpage for obxpropDana Jansens
Specify that it allows you to specify properties on the command line. Update the variable names to _OB_APP_*.
2010-01-27make xdg-autostart use the OPENBOX environment by default, so you can say ↵Dana Jansens
OnlyShowIn=OPENBOX in a .desktop and it will work as expected
2010-01-24Fix bug #4492 better, the test in openbox-gnome-session needs to be invertedDana Jansens
2010-01-14Update hungarian translation.Laszlo Dvornik
2010-01-14Prefer to use larger images and scale down than to scale up (more distortion)Dana Jansens
2010-01-14don't resize the label to 0Dana Jansens
2010-01-12Fixes bug #4492 (mis-using the return value of grep -q in ↵Dana Jansens
openbox-gnome-session script
2010-01-11make focus cycle target fallback work right by going to the next prev windowDana Jansens
2010-01-11Make the focus cycle indicator follow target fallback in the popupDana Jansens
2010-01-11More work on refreshing the focus cycle dialog when windows are ↵Dana Jansens
added/removed from the valid focus order
2010-01-11When a user id is specified, or --root, use the ID directly, don't try find ↵Dana Jansens
a client child of it
2010-01-11Add _OB_VERSION and _OB_APP_ROLE/CLASS/NAME/TYPEDana Jansens
Add _OB_VERSION property on the root window. Change _OB_ROLE/CLASS/NAME to _OB_APP_*. Add _OB_APP_TYPE which has a string for the type chosen for the window on mapping by Openbox. Adjust the rc.xml to match these changes.
2010-01-11Reuse ObFocusCyclePopupTargets when refreshing the focus cycle dialogDana Jansens
2010-01-11Redraw the focus cycle popup when the list of focusable windows changes, ↵Dana Jansens
rather than closing it
2010-01-11If a window is added to the focus order while focus cycling, stop the focus ↵Dana Jansens
cycling istead of crashing (See bug #4411)
2010-01-10Update latvian translation.Einars Sprugis
2010-01-08Update hungarian translation.Laszlo Dvornik
2010-01-08Pass NULL, not 0, handle invalid --id better.Mikael Magnusson
2010-01-08obxprop: Add ability to limit listing to given propertiesMikael Magnusson
2010-01-08Fix the ~ expansion regexMikael Magnusson
The look-around things are fixed-width but the [stuff] is 1 char, and the $ is 0 so it didn't work. I already used that trick for the ^, maybe it used to work due to a bug or smth.
2010-01-08Change Usage translation in japanese, this is what gtk usesMikael Magnusson
2010-01-08make Home and End keys navigate to top/bottom of the active menuDana Jansens
2010-01-08Use submenuShowDelay when navigating menus with the keyboardDana Jansens
2010-01-06Fix a crash when moving into a menu on top of a separator and nothing is ↵Dana Jansens
selected
2010-01-06Improved menu behaviourDana 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-06Change the openbox website to openbox.orgDana Jansens
2010-01-06add a manpage for obxpropDana Jansens
2010-01-06Add a --root option for obxpropDana Jansens
2010-01-06Allow infinite delay for submenu show/hide by using a negative value.Dana Jansens
2010-01-06Some fixes for the submenu hide delay codeDana 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-06improve submenu hide delayAlexey Korop
2010-01-05Revert "Don't hide submenus immediately when unselecting the parent's entry"Dana Jansens
This reverts commit 828c095c8b5a2df96a38faaeb8a0df504e68e70f.
2010-01-05Revert "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-05Revert "A fix for delayed hiding of submenus."Dana Jansens
This reverts commit 1fb198410e9d3ca660d91d1049249db0f2f47732.
2010-01-05fix a broken if statement (bug #4464)Dana Jansens
2010-01-04Make 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-21Rename obprop to obxprop (Fixes bug #4419)Dana Jansens
Avoids collision with openbabel.
2009-12-21A 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-17Allow delayed focus to work while in a menu or move/resize since it wont ↵Dana Jansens
kill them now
2009-12-17Hide the focus popup if we change desktops and one of the windows in it ↵Dana Jansens
disappears
2009-12-17Don't move focus away from a window if it was focused and it didnt hide when ↵Dana Jansens
switching desktops
2009-12-17Ranges of 0 width cannot intersect (Fixes bug #3717)Dana Jansens
2009-12-16add a test that iconifies a window after a short delayDana Jansens
2009-12-16Calculate the work area using other already existing and better maintained ↵Dana Jansens
and trusted code
2009-12-16Fix resistance against struts, the resistance was always 0Dana Jansens
2009-12-16Fix the delayed hiding of submenus, so that they don't end up hidden while ↵Dana Jansens
the entry is selected
2009-12-16Ignore enter events caused by closing openbox menusDana Jansens
2009-12-15Comment out some debug messages for the image cacheDana Jansens