summaryrefslogtreecommitdiff
path: root/openbox/actions
AgeCommit message (Collapse)Author
2008-03-02glib already prints a verbose error message when execute fails. don't add a ↵Dana Jansens
second level of useless verbosity to that
2008-03-02Merge branch 'backport' into workDana Jansens
2008-03-02make the SessionLogout action always available but it shows an error if you ↵Dana Jansens
use it and Openbox wasn't built with SM support
2008-03-02Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/actions/desktop.c openbox/actions/if.c
2008-03-02Don't run actions in If in reverse order.Mikael Magnusson
2008-03-02Super miniscule optimization.Mikael Magnusson
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c
2008-03-02make the prompt option default to 'true' for Exit and SessionLogoutDana Jansens
2008-03-02add a SessionLogout actionDana Jansens
2008-03-01make it $pid and $wid, it's a little faster this way and they look the same ↵Dana Jansens
so why not
2008-03-01move some code around in the execute actionDana Jansens
2008-03-01instead of passing things to the environment, substitute $pid and $window ↵Dana Jansens
inline in the Execute command string
2008-03-01pass the targeted window's PID (if available) and WINDOW_ID to the ↵Dana Jansens
environment of the Execute action
2008-02-28Merge branch 'backport' into workMikael Magnusson
Conflicts: Makefile.am
2008-02-27clean up the execute action code, and free the prompt option stringDana Jansens
2008-02-27change the yes/no buttons to Exit/Cancel for the exit promptDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/execute.c
2008-02-27add a boolean <prompt> option to the Exit action, which will ask before ↵Dana Jansens
exiting openbox
2008-02-27Give the Execute action the <prompt> optionDana Jansens
2008-02-21Merge branch 'backport' into workDana Jansens
Conflicts: openbox/openbox.c openbox/session.c
2008-02-21Change all single quotes to double quotes in strings.Mikael Magnusson
2008-02-19MoveResizeTo was broken for opposite edges.Mikael Magnusson
2008-02-15() -> (void) also in .h files, and fix a place that gave arguments when it ↵Mikael Magnusson
shouldn't have.
2008-02-13Wrap 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-08Wrap 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-06make the listmode alttab the defaultDana Jansens
2008-02-05don't crash when using <raise> and alt-tab and there are no windows to cycle ↵Dana Jansens
between
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