]> icculus.org git repositories - dana/openbox.git/history - openbox/session.c
don't translate message saying we can't translate messages
[dana/openbox.git] / openbox / session.c
2007-05-06 Dana Jansenssave session state for old clients that dont use XSMP...
2007-05-06 Dana Jansensa bunch of thigns got squashed into this commit.. sorry..
2007-05-06 Dana Jansensrefactor all the session stuff. yay, it works properly...
2007-04-23 Dana Jansensextra comma
2007-04-23 Dana Jansens1) translate all of openbox's output
2007-03-04 Mikael Magnussonfix compiling without session manager support
2007-03-04 Dana Jansensoops... I'm combining two different things in this...
2007-03-03 Dana Jansensdon't change the restart type with the session manager...
2007-03-03 Dana Jansensif sm is disabled, there is nothing to shutdown, so...
2007-03-03 Dana Jansensmake a copy of the argc and argv instead of modifying...
2007-03-03 Dana Jansensreverse that last commit.. that was by accident..
2007-03-03 Dana Jansensadd --reconfigure option to openbox.
2003-11-11 Dana Jansensuse g_snprintf instead of sprintf
2003-11-11 Dana Jansensdont go changing the session file all the time, and...
2003-10-25 Dana Jansensg_strerror
2003-10-25 Dana Jansenscapitalization consistency
2003-10-25 Dana Jansensmuch improved functions for maknig directories, props...
2003-10-15 Dana Jansensmissing ;
2003-10-15 Dana Jansensdelete old save file when changing the session save...
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-10 Dana Jansensremove the --sm-disable from argv
2003-09-25 Dana Jansensdont use the _OPENBOX_PREMAX window property anymore...
2003-09-22 Dana Jansensmissing a \n
2003-09-18 Dana Jansensmake a warning into a debug message
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-17 Dana Jansensmake ob_exit() take an error code. don't exit with...
2003-09-15 Dana Jansensmake openbox base-dir spec compliant, and change the...
2003-09-15 Dana Jansensuse the sm_client_id in the client struct
2003-09-07 Dana Jansensdont use obsolete xmlChildrenNode
2003-09-04 Dana Jansensmove session code out of openbox.c all into session.c
2003-09-02 Dana Jansensremove debug prints
2003-08-28 Dana Jansensload menu plugins automatically from whats in the menu...
2003-08-25 Dana Jansensblef
2003-08-25 Dana Jansenstype change
2003-08-25 Dana Jansensmake --disable-session-management work i think
2003-08-25 Dana Jansenssave the stacking order of the windows, and sort the...
2003-08-01 Dana Jansenscompile fixes
2003-07-31 Dana Jansenskill some output
2003-07-31 Dana Jansensdeclare functions that are needed when built without...
2003-07-31 Dana Jansensuse the new sm_client_id function so all windows who...
2003-07-30 Dana Jansensrestore saved session data for applications
2003-07-28 Dana Jansensset teh clone comamnd
2003-07-28 Dana Jansensuse char not a long, since we're telling the SM that...
2003-07-28 Dana Jansenssave the commands on startup
2003-07-28 Dana Jansensuse the path properly for the session file
2003-07-28 Dana Jansensuse teh save file not the session id
2003-07-24 Dana Jansenssave and load the session save file, though its data...