| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-02-07 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c | |||
| 2008-02-06 | add the position's force attribute to the default rc.xml and xsd | Dana Jansens | |
| 2008-02-05 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-02-05 | the title_focused_shadow_color is being set twice, and being overridden by ↵ | Dana Jansens | |
| the osd color (though not in the texture) | |||
| 2008-02-04 | Add the manageDesktops option. | Mikael Magnusson | |
| 2008-02-03 | make the menu headers show their correct text | Dana Jansens | |
| 2008-02-03 | ignore fake generated enters if they are in the serial-ignore-range too | Dana Jansens | |
| 2008-02-03 | allow you to force the position of windows with rc.xml's per-app settings ↵ | Dana Jansens | |
| with the force="yes" attribute | |||
| 2008-02-02 | when focusing or raising a window which is modal child for a direct parent, ↵ | Dana Jansens | |
| raise its parent and move it to the top of the stacking order too, ie. treat them like one window (this is already done elsewhere, like when moving between desktops for example) | |||
| 2008-02-02 | unused variable | Dana Jansens | |
| 2008-02-02 | improve comment | Dana Jansens | |
| 2008-02-02 | updated clearlooks theme from mulberry | Dana Jansens | |
| 2008-02-02 | Remove the //. | Mikael Magnusson | |
| 2008-02-02 | split the version.h into render/ and obt/ copies, with the appropriate ↵ | Dana Jansens | |
| version info | |||
| 2008-02-02 | make the xerror output more clear, to say when errors are being properly ignored | Dana Jansens | |
| 2008-02-02 | erroneous comment | Dana Jansens | |
| 2008-02-02 | update the po files as they appear in 3.4.6 with the new strings | Dana Jansens | |
| 2008-02-02 | unused var | Dana Jansens | |
| 2008-02-02 | missing include | Dana Jansens | |
| 2008-02-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/event.c openbox/mouse.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c parser/parse.h | |||
| 2008-02-02 | if windows on screen are going to be moved, then do the ReplayPointer before ↵ | Dana Jansens | |
| that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really) | |||
| 2008-02-02 | comment typo | Dana Jansens | |
| 2008-02-02 | add a --config-file command line option, and OB_CONFIG_FILE root hint | Dana Jansens | |
| 2008-02-02 | make update-po | Dana Jansens | |
| 2008-02-02 | make fullscreen windows more xinerama and multi-screen aware | Dana Jansens | |
| instead of calling it every time a window loses focus, it is only called when a window gains focus. then, check fullscreen layered windows, if they should be moved to a lower layer. when moving a window between monitors, also check its layer and that of any fullscreen windows. let a window stay in the fullscreen layer even when it is not focused, if it is on a non-visible desktop, or if it is on a different monitor from the focused window, or if nothing else is focused | |||
| 2008-02-02 | fix a crash from chroot of invalid keys, and make keybindings reload better | Dana Jansens | |
| since invalid(not translated) keybindings are allowed in the tree, the tree's structure may actually need to change when reconfiguring. actually, it could need to anyways. so when re-translating all the keybindings, actually rebuild the keybinding tree. also, make the chroot building code not fail when translate fails, to match the rest of the code and avoid segfaults with chroots on invalid keys. | |||
| 2008-02-01 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-02-01 | remove the generated obt's pc file | Dana Jansens | |
| 2008-01-31 | install the right headers for obt/obrender | Dana Jansens | |
| 2008-01-31 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-01-31 | when checking that a window is onscreen, if there are screens with higher ↵ | Dana Jansens | |
| indices than where it appeared, they would trump things and force the window onto the first screen. now, only assume the window is on no screens if it actually is on no screens | |||
| 2008-01-31 | generalize the window managing process into window_manage, which handles ↵ | Dana Jansens | |
| dock apps and the like | |||
| 2008-01-31 | unlink the log file when opening it so you get a new file | Dana Jansens | |
| 2008-01-31 | Fix a memleak. (unref ObtPaths) | Mikael Magnusson | |
| 2008-01-31 | make ob_debug use the g_log system, and make openbox log messages to..a log ↵ | Dana Jansens | |
| file ! this will help everyone since most people do not run openbox in a terminal.. | |||
| 2008-01-31 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c | |||
| 2008-01-31 | don't deiconify windows on reconfigure if they cant be iconified directly. ↵ | Dana Jansens | |
| stop managing windows in reverse order on restart it messes up the dock among other things | |||
| 2008-01-31 | don't check for the root window in the window hash tables. waste of cpu | Dana Jansens | |
| 2008-01-31 | be explicit than automake 1.9 is needed | Dana Jansens | |
| 2008-01-31 | Fix a typo that broke transient window hints. | Mikael Magnusson | |
| 2008-01-31 | increment the library version 1 so that it differs from the backport one, as ↵ | Dana Jansens | |
| they are actually different, and overwriting it sucks for obconf | |||
| 2008-01-31 | don't assert when you window_find(0)/dockapp_find(0), just return 0 | Dana Jansens | |
| 2008-01-31 | Use the # directive to simplify defines. | Mikael Magnusson | |
| 2008-01-31 | put openbox saved sessions in CACHE_HOME not DATA_HOME. more correct! i think. | Dana Jansens | |
| 2008-01-31 | simplify window.h macros, and rename the window types to ObWindowClass for ↵ | Dana Jansens | |
| consistent name style | |||
| 2008-01-31 | make an obt_root() macro | Dana Jansens | |
| 2008-01-31 | xerror.c is gone | Dana Jansens | |
| 2008-01-31 | its OBT_VERSION not OB_VERSION anymore | Dana Jansens | |
| 2008-01-31 | add support for XDG_CACHE_HOME to the obt paths | Dana Jansens | |
| 2008-01-31 | make menu event handling work more like how other events are handled, less ↵ | Dana Jansens | |
| special-casey | |||
