index
:
openbox-snap
master
custom openbox fork with 'aero-snap' feature and bugfixes
aura
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbox
/
actions
/
session.c
Age
Commit message (
Collapse
)
Author
2008-05-25
Add a translators note about not translating the word "SessionLogout" in an ↵
Mikael Magnusson
error message.
2008-03-03
Update french translation and fix a typo in actions/session.c
Cyrille Bagard
2008-03-02
change the logout button to same capitilization as the title, and update ↵
Dana Jansens
translatable strings
2008-03-02
be consistent with logout vs log out use
Dana Jansens
2008-03-02
add a title to the session logout confirm prompt
Dana Jansens
2008-03-02
allow prompts to have titles specified. show a prompt when there are syntax ↵
Dana Jansens
errors in the xml config files.
2008-03-02
add 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-02
the #ifdef was backwards for using SM or not
Dana Jansens
2008-03-02
make 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-02
make the prompt option default to 'true' for Exit and SessionLogout
Dana Jansens
2008-03-02
add a SessionLogout action
Dana Jansens