summaryrefslogtreecommitdiff
path: root/openbox/actions/session.c
AgeCommit message (Collapse)Author
2010-01-12remove the session.c file from actions, as it is no longer usedDana Jansens
2009-11-07Make clang happierMikael Magnusson
Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable
2009-11-06Merge branch 'backport' into workDana Jansens
2009-11-06fix a crash in the SessionLogout actionDana Jansens
2008-10-27Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/prop.c openbox/prop.h
2008-05-25Add a translators note about not translating the word "SessionLogout" in an ↵Mikael Magnusson
error message.
2008-03-03Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/session.c
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-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-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-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 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