summaryrefslogtreecommitdiff
path: root/openbox/actions
AgeCommit message (Collapse)Author
2008-02-06make the listmode alttab the defaultDana Jansens
2008-02-03combine 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-02Merge branch 'backport' into workDana 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-02if 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-01don't crash when using <raise> and alt-tab and there are no windows to cycle ↵Dana Jansens
between
2008-01-31Merge branch 'backport' into workDana 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-27use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing ↵Dana Jansens
wrt memory leaks
2008-01-21use the <wmclass> for startup notfication in the execute action. when ↵Dana Jansens
present don't use the check against the binary.
2008-01-20move the xdg path stuff into obt/paths.[ch], and make render and openbox use itDana Jansens
2008-01-20s/xmlChildrenNode/children/Dana Jansens
2008-01-20update openbox to use the current parser interface in libobtDana Jansens
there is also some random bug fixes for other libobt stuff in here.
2008-01-20make openbox use the obt prop.c/h stuffDana Jansens
holy search and replace batman
2008-01-19Merge branch 'backport'Dana Jansens
2008-01-16resizing was defaulting to the topleft corner instead of to the auto-ness or ↵Dana Jansens
something..
2008-01-11let 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-11make backport closer to 3.4-working for merging purposesDana Jansens
2008-01-11make 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-18Merge branch 'backport'Mikael Magnusson
2007-10-03Add complementing ShrinkToEdge action.Mikael Magnusson
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-08-04make growtoedge shrink if it cyan grow any moreDana Jansens
2007-08-04don'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-03show 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-31Accept <command> in addition to <execute> for the restart action.Mikael Magnusson
2007-07-22add an 'all' option for the monitor in MoveResizeToDana Jansens
2007-07-22for MoveResizeTo make <width>current</width> and <height>current</height> ↵Dana Jansens
and <monitor>current</monitor> work like <x> and <y>
2007-07-22for MoveResizeTo, make <x>current</x> the same as not specifying <x/> at allDana Jansens
2007-07-21fix copy/paste errorDana Jansens
2007-07-19fix growtoedge so it doesn't move terminal windows aroundDana Jansens
2007-07-19decorate actions were backwardsDana Jansens
2007-07-17remove trailing whitespaceMikael Magnusson
2007-07-15previous should not mean the same as lastMikael Magnusson
2007-07-14split the focustobottom action back out from unfocusDana Jansens
2007-07-13fix directionalcycle/targetDana Jansens
2007-07-13move dockautohide back to ToggleDockAutoHideDana Jansens
2007-07-13moev showdesktop back to ToggleShowDesktopDana Jansens
2007-07-13move menu action back to ShowMenuDana Jansens
2007-07-13move directionalcycling actions into the same .c file. make interactive ↵Dana Jansens
actions all kill delayed mouse focus which would kill the action.
2007-07-13make cyclewindows action into nextwindow and previouswindow againDana Jansens
2007-07-13rename switchtodesktop to gotodesktop. make stuff compile as well.Dana Jansens
2007-07-13move 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-13fix up the sendtolayer actionsDana Jansens
2007-07-13split layer action back into togglealwaysontop, togglealwaysonbottom, and ↵Dana Jansens
sendtolayer (which takes <layer> as an argument)
2007-07-13redo the maximize actions into maximize/unmaximize/togglemaximize with a ↵Dana Jansens
<direction> argument
2007-07-13let you specify up/down as well as top/bottom for resizerelative action - ↵Dana Jansens
backwards compat
2007-07-13let you specify <command> or <execute> for execute actions - backwards compatDana Jansens
2007-07-13split decorations into decorate/undecorate/toggledecorationsDana Jansens
2007-07-13rename fullscreen back to togglefullscreenDana Jansens
2007-07-13don't move focus if the window appears or disappearsDana Jansens
2007-07-13make omnipresent back into toggleomnipresentDana Jansens