summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2008-03-27remove some verbose debug printsDana Jansens
2008-03-13Make alt-tab icon size configurable.Mikael Magnusson
2008-03-09fix a bug from when $window changed to $wid in the execute actionDana Jansens
2008-03-08Merge branch 'backport' into workMikael Magnusson
Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c
2008-03-08Fix a typo in --help output (master only).Mikael Magnusson
2008-03-08Remove double newlines.Mikael Magnusson
2008-03-08Don't run actions in focus cycling actions backwards either (as in ↵Mikael Magnusson
664b0b4e943ba4d410168817dcff953804b44253).
2008-03-08Don't draw titlebar buttons on top of eachother.Mikael Magnusson
2008-03-06Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c
2008-03-06don't set variables twiceDana Jansens
2008-03-06fix the check for if a relative is focused on mapDana Jansens
2008-03-06when a window pops up a child, don't avoid focusing it because you were ↵Dana Jansens
working in its parent window before this. that's probably what made the window appear in the first place
2008-03-03add some debug prints in the session codeDana Jansens
2008-03-03make --debug-focus and --debug-session only show their appropriate messages ↵Dana Jansens
so you can filter easier
2008-03-03Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/session.c
2008-03-03don't save our state for SmSaveGlobal session saves, just Local onesDana Jansens
2008-03-03use SmSaveGlobal to log out. this will make apps save their documents or ↵Dana Jansens
whatever so that you don't lose things, but it won't take a snapshot of the current session
2008-03-03Update french translation and fix a typo in actions/session.cCyrille Bagard
2008-03-02Merge branch 'backport' into workDana Jansens
2008-03-02change the logout button to same capitilization as the title, and update ↵Dana Jansens
translatable strings
2008-03-02be consistent with logout vs log out useDana Jansens
2008-03-02show the kill dialog if something doesn't respond for 6 seconds instead of 3Dana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/execute.c openbox/event.c openbox/openbox.c openbox/openbox.h
2008-03-02add a title to the session logout confirm promptDana Jansens
2008-03-02allow prompts to have titles specified. show a prompt when there are syntax ↵Dana Jansens
errors in the xml config files.
2008-03-02show an error message when parsing syntax errors are encountered in the ↵Dana Jansens
openbox config files
2008-03-02add a cleanup callback to the prompt interface. when the prompt's callback ↵Dana Jansens
returns TRUE, then the cleanup function is called. likewise when the prompt system is shutdown (openbox is exiting), then the cleanup function is also called. it should unref/destroy the prompt and any memory associated with it
2008-03-02the #ifdef was backwards for using SM or notDana Jansens
2008-03-02add a RECONFIGURING state, and enter that when doing reconfiguringDana Jansens
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-02show prompts when printing error messagesDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
2008-03-02make code to show a prompt when you just want to display and message and not ↵Dana Jansens
do anything when the user presses the button
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 steal focus from windows you are typing in, even if the new window is ↵Dana Jansens
a relative
2008-03-02Don't run actions in If in reverse order.Mikael Magnusson
2008-03-02Super miniscule optimization.Mikael Magnusson
2008-03-02missing a headerDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c
2008-03-02don't let you use left to go "up to parent" on menus which don't have any parentDana Jansens
2008-03-02make the prompt option default to 'true' for Exit and SessionLogoutDana Jansens
2008-03-02add a SessionLogout actionDana Jansens
2008-03-01remove some debug printsDana Jansens
2008-03-01queue hooks so that they don't run as each thing happens, instead run them ↵Dana Jansens
at the end. keep the openbox code paths fast.
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-03-01always send the exact client to the hook's actions that the hook fired forDana Jansens