| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-02-08 | Wrap the focus action in actions_client_move. | Mikael Magnusson | |
| When alt-tabbing to iconified audacious and the playlist or eq window pops up under the cursor, they "stole" focus from the main window. | |||
| 2008-02-06 | make the listmode alttab the default | Dana Jansens | |
| 2008-02-03 | combine the old focus cycle popup code with mika's new list-mode popup, and ↵ | Dana Jansens | |
| make an action option for it (the old <dialog> option) | |||
| 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-01 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 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-27 | use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing ↵ | Dana Jansens | |
| wrt memory leaks | |||
| 2008-01-21 | use the <wmclass> for startup notfication in the execute action. when ↵ | Dana Jansens | |
| present don't use the check against the binary. | |||
| 2008-01-20 | move the xdg path stuff into obt/paths.[ch], and make render and openbox use it | Dana Jansens | |
| 2008-01-20 | s/xmlChildrenNode/children/ | Dana Jansens | |
| 2008-01-20 | update openbox to use the current parser interface in libobt | Dana Jansens | |
| there is also some random bug fixes for other libobt stuff in here. | |||
| 2008-01-20 | make openbox use the obt prop.c/h stuff | Dana Jansens | |
| holy search and replace batman | |||
| 2008-01-19 | Merge branch 'backport' | Dana Jansens | |
| 2008-01-16 | resizing was defaulting to the topleft corner instead of to the auto-ness or ↵ | Dana Jansens | |
| something.. | |||
| 2008-01-11 | let you raise the focus target temporarily during focus cycling, with the ↵ | Dana Jansens | |
| <raise> option. also a new <bar> option lets you turn off the indicator bar | |||
| 2008-01-11 | make backport closer to 3.4-working for merging purposes | Dana Jansens | |
| 2008-01-11 | make it possible to temporarily raise a window to the top, and restore it. ↵ | Dana Jansens | |
| also fix the return val for window_layer. | |||
| 2007-12-18 | Merge branch 'backport' | Mikael Magnusson | |
| 2007-10-03 | Add complementing ShrinkToEdge action. | Mikael Magnusson | |
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-08-04 | make growtoedge shrink if it cyan grow any more | Dana Jansens | |
| 2007-08-04 | don't make omnipresent windows lose focus when changing desktops. this is ↵ | Dana Jansens | |
| done by allowing focus_fallback to specify if focus has been lost or not. usually if you're call it, focus is lost, but not always. | |||
| 2007-08-03 | show a popup notification when switching desktops (also make all the config ↵ | Dana Jansens | |
| options export time in milliseconds not half milli half micro) | |||
| 2007-07-31 | Accept <command> in addition to <execute> for the restart action. | Mikael Magnusson | |
| 2007-07-22 | add an 'all' option for the monitor in MoveResizeTo | Dana Jansens | |
| 2007-07-22 | for MoveResizeTo make <width>current</width> and <height>current</height> ↵ | Dana Jansens | |
| and <monitor>current</monitor> work like <x> and <y> | |||
| 2007-07-22 | for MoveResizeTo, make <x>current</x> the same as not specifying <x/> at all | Dana Jansens | |
| 2007-07-21 | fix copy/paste error | Dana Jansens | |
| 2007-07-19 | fix growtoedge so it doesn't move terminal windows around | Dana Jansens | |
| 2007-07-19 | decorate actions were backwards | Dana Jansens | |
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-15 | previous should not mean the same as last | Mikael Magnusson | |
| 2007-07-14 | split the focustobottom action back out from unfocus | Dana Jansens | |
| 2007-07-13 | fix directionalcycle/target | Dana Jansens | |
| 2007-07-13 | move dockautohide back to ToggleDockAutoHide | Dana Jansens | |
| 2007-07-13 | moev showdesktop back to ToggleShowDesktop | Dana Jansens | |
| 2007-07-13 | move menu action back to ShowMenu | Dana Jansens | |
| 2007-07-13 | move directionalcycling actions into the same .c file. make interactive ↵ | Dana Jansens | |
| actions all kill delayed mouse focus which would kill the action. | |||
| 2007-07-13 | make cyclewindows action into nextwindow and previouswindow again | Dana Jansens | |
| 2007-07-13 | rename switchtodesktop to gotodesktop. make stuff compile as well. | Dana Jansens | |
| 2007-07-13 | move desktop and directionaldesktop actions to SwitchToDesktop and ↵ | Dana Jansens | |
| SendToDesktop, which take a <to> parameter saying where to go. (last, left, right, next, 5, etc) | |||
| 2007-07-13 | fix up the sendtolayer actions | Dana Jansens | |
| 2007-07-13 | split layer action back into togglealwaysontop, togglealwaysonbottom, and ↵ | Dana Jansens | |
| sendtolayer (which takes <layer> as an argument) | |||
| 2007-07-13 | redo the maximize actions into maximize/unmaximize/togglemaximize with a ↵ | Dana Jansens | |
| <direction> argument | |||
| 2007-07-13 | let you specify up/down as well as top/bottom for resizerelative action - ↵ | Dana Jansens | |
| backwards compat | |||
| 2007-07-13 | let you specify <command> or <execute> for execute actions - backwards compat | Dana Jansens | |
| 2007-07-13 | split decorations into decorate/undecorate/toggledecorations | Dana Jansens | |
| 2007-07-13 | rename fullscreen back to togglefullscreen | Dana Jansens | |
| 2007-07-13 | don't move focus if the window appears or disappears | Dana Jansens | |
