| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-17 | merge some contexts together in the default rc.xml mouse bindings | Dana Jansens | |
| 2010-04-16 | allow warping the mouse pointer when switching desktops by bumping into the ↵ | Dana Jansens | |
| edge of the monitor with a window based on a patch by Nathaniel Gephart <computinchuck@gmail.com> | |||
| 2010-02-24 | libexecdir is provided by automake, and gnome-settings-daemon is not always ↵ | Dana Jansens | |
| in /usr/libexecdir, use the dir from automake | |||
| 2010-02-24 | Type is a mandatory field of a .desktop, so add it to the old ↵ | Dana Jansens | |
| gnome-interfacing-desktop file | |||
| 2010-02-21 | Show client menu on right click anywhere on a window frame (left and right ↵ | Dana Jansens | |
| were excluded) | |||
| 2010-02-17 | revamp the autostart functionality, so autostart apps launch after openbox. | Dana Jansens | |
| add /usr/libexec/openbox-autostart which runs the global/user scripts and launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart stuff) make openbox-session call openbox with --startup option, to make openbox launch /usr/libexec/openbox-autostart *after* it is initialized. add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let user change environment variables (locale) for their Openbox session, which openbox-session loads before running openbox. | |||
| 2010-02-16 | lower the default submenu show delay | Dana Jansens | |
| 2010-02-05 | Merge branch 'backport' into work | Dana Jansens | |
| 2010-01-27 | make 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-24 | Fix bug #4492 better, the test in openbox-gnome-session needs to be inverted | Dana Jansens | |
| 2010-01-14 | allow app rules to match windows by their title when mapping | Dana Jansens | |
| and save the title in the _OB_APP_TITLE property | |||
| 2010-01-14 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/frame.c | |||
| 2010-01-12 | Fixes bug #4492 (mis-using the return value of grep -q in ↵ | Dana Jansens | |
| openbox-gnome-session script | |||
| 2010-01-11 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: configure.ac data/rc.xml openbox/client.c openbox/event.c openbox/focus_cycle.c openbox/focus_cycle_popup.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c version.h.in | |||
| 2010-01-11 | Add _OB_VERSION and _OB_APP_ROLE/CLASS/NAME/TYPE | Dana 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-10 | allow application rules to place transient/dialog/splash windows, and allow ↵ | Dana Jansens | |
| application rules to match only on the role or type if you wish. | |||
| 2010-01-08 | Rework the code provided by Kadlcik Libor for loading/showing icons in ↵ | Dana Jansens | |
| Openbox menus. This changes how the imagecache works, you can load an image into it directly, or you can load it by name (then it will load it from a file on disk). NOTE: The name part is incomplete, as it needs to use the freedesktop.org icon spec to search for the right file. Also to resize it should look for another icon on disk with the same name but different size (icon themes). | |||
| 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 | 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 | fix a broken if statement (bug #4464) | Dana Jansens | |
| 2010-01-02 | Set the XDG_MENU_PREFIX to "kde-" when running an Openbox/KDE session. | Dana Jansens | |
| 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 | Rename obprop to obxprop (Fixes bug #4419) | Dana Jansens | |
| Avoids collision with openbabel. | |||
| 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-17 | Add some directional focus bindings to the default config file. | Dana Jansens | |
| 2009-12-14 | Merge branch 'backport' into work | 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 | 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-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 | 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-09 | Add a primaryMonitor config option, where the focus-cycle and keychain ↵ | Dana Jansens | |
| popups will appear | |||
| 2009-12-09 | Make the default placement on the active monitor (Any is madness) | Dana Jansens | |
| 2009-12-09 | Use test -r instead of test -e for solaris. Fixes bug #4253. | Dana Jansens | |
| 2009-12-08 | Make openbox-gnome-session work with gnome-session > 2.22 | Dana Jansens | |
| 2009-09-20 | Merge branch 'backport' into work | Mikael Magnusson | |
| 2009-09-20 | Respect $XDG_CONFIG_HOME in openbox-session | Piotr Lewandowski | |
| 2009-09-19 | Merge branch 'backport' into work | Mikael 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-15 | Make at least the default configs validate | Mikael Magnusson | |
| More things need to be case insensitive and whatnot. | |||
| 2009-02-20 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/config.c | |||
| 2009-02-20 | Fix per-app monitor setting | Mikael 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-27 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/prop.c openbox/prop.h | |||
| 2008-09-14 | 0 is the first monitor here, not 1. | Mikael Magnusson | |
| 2008-03-03 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/session.c | |||
| 2008-03-03 | add xfce-settings-show to the default menu | Dana Jansens | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
