summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2010-01-08Merge branch 'backport' into workDana Jansens
Conflicts: Makefile.am openbox/actions/focus.c openbox/config.c openbox/event.c openbox/menuframe.c
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-05fix a broken if statement (bug #4464)Dana Jansens
2010-01-02Set the XDG_MENU_PREFIX to "kde-" when running an Openbox/KDE session.Dana Jansens
2009-12-21Merge branch 'backport' into workDana Jansens
2009-12-21make a config option for the inactive osd fontDana Jansens
2009-12-21Rename obprop to obxprop (Fixes bug #4419)Dana Jansens
Avoids collision with openbabel.
2009-12-18Add 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-17Add some directional focus bindings to the default config file.Dana Jansens
2009-12-14Merge branch 'backport' into workDana Jansens
2009-12-14In 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-11Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h
2009-12-10Run 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-10Add an openbox.desktop file for the applications/ directoryDana 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-10Don't need 2 exit actions in the default menu now, they both would do the ↵Dana Jansens
same thing
2009-12-10Remove desktop hints since Openbox won't overwrite them, but they may be set ↵Dana Jansens
from GDM or other sessions
2009-12-09Add a primaryMonitor config option, where the focus-cycle and keychain ↵Dana Jansens
popups will appear
2009-12-09Make the default placement on the active monitor (Any is madness)Dana Jansens
2009-12-09Use test -r instead of test -e for solaris. Fixes bug #4253.Dana Jansens
2009-12-08Make openbox-gnome-session work with gnome-session > 2.22Dana Jansens
2009-09-20Merge branch 'backport' into workMikael Magnusson
2009-09-20Respect $XDG_CONFIG_HOME in openbox-sessionPiotr Lewandowski
2009-09-19Merge branch 'backport' into workMikael 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-04-15Make at least the default configs validateMikael Magnusson
More things need to be case insensitive and whatnot.
2009-02-20Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/config.c
2009-02-20Fix per-app monitor settingMikael Magnusson
A couple of things were wrong, the parser added 1 to the value despite expecting the user to give values in the range of 1 to screen_num_monitors, rc.xml documented the values to start from 0 and finally the monitor value wasn't copied over at all when matching the client.
2008-10-27Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/prop.c openbox/prop.h
2008-09-140 is the first monitor here, not 1.Mikael Magnusson
2008-03-03Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/session.c
2008-03-03add xfce-settings-show to the default menuDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
2008-03-02be consistent with logout vs log out useDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c
2008-03-02add cups manager to the default menuDana Jansens
2008-03-02add SessionLogout to the default menu, add a system submenu with common ↵Dana Jansens
configuration tools in it (obconf, g-control-center, kcontrol)
2008-03-01Merge branch 'backport' into workDana Jansens
2008-03-01fix the menu's command for urxvtDana Jansens
2008-02-29Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/screen.c
2008-02-28make a nicer default menu with a lot of common apps in itDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
2008-02-27make the xdg-autostart script get installed to PREFIX/lib/openbox, and make ↵Dana Jansens
the autostart.sh script look for it there.
2008-02-27Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/event.c openbox/event.h
2008-02-26add xce-mcs-manager to the autostart.sh - run it if gsd is not foundDana Jansens
2008-02-14Merge branch 'backport' into workMikael Magnusson
Diffing against the old work branch where most of the changes in backport were cherry-picked from indicates this should be alright. (0de9097017d4d1991388a35e380a57dc1135b431)
2008-02-14let you match per-app settings based on the window typeDana Jansens
2008-02-11apparently gnome has hidden gnome-settings-daemon in libexec, so put that in ↵Dana Jansens
the autostart.sh
2008-02-11missing >/dev/null for a which statementDana Jansens
2008-02-09Merge branch 'backport'Dana Jansens