dummy child of all mikabox branches at 3.4.7
[mikachu/openbox.git] / openbox / session.c
2008-02-28 Mikael Magnussondummy child of all mikabox branches at 3.4.7 mikabox-3.4.7
2008-02-28 Dana JansensMerge branch 'backport' into work
2008-02-28 Dana JansensMerge branch 'backport' into work
2008-02-27 Mikael MagnussonMerge branch 'backport' into work
2008-02-26 Dana JansensMerge branch 'backport' into work
2008-02-26 Dana JansensMerge branch 'backport' into work
2008-02-22 Dana JansensMerge branch 'backport' into work
2008-02-21 Dana JansensMerge branch 'backport' into work
2008-02-21 Mikael MagnussonChange all single quotes to double quotes in strings.
2008-02-19 Dana JansensMerge branch 'backport' into work
2008-02-15 Mikael Magnusson() -> (void)
2008-02-15 Dana JansensMerge branch 'backport' into work
2008-02-14 Dana JansensMerge branch 'backport' into work
2008-02-14 Dana JansensMerge branch 'backport' into work
2008-02-14 Dana JansensMerge branch 'backport' into work
2008-02-14 Mikael MagnussonMerge branch 'backport' into work
2008-02-10 Dana JansensMerge branch 'backport'
2008-02-07 Dana JansensMerge branch 'backport' into work
2008-02-02 Dana JansensMerge branch 'backport' into work
2008-01-31 Dana JansensMerge branch 'backport' into work
2008-01-31 Dana Jansensmake ob_debug use the g_log system, and make openbox...
2008-01-31 Dana JansensMerge branch 'backport' into work
2008-01-31 Dana Jansensput openbox saved sessions in CACHE_HOME not DATA_HOME...
2008-01-20 Dana Jansensmove the xdg path stuff into obt/paths.[ch], and make...
2008-01-20 Dana Jansenssmall api change for parsing
2008-01-20 Dana Jansensupdate openbox to use the current parser interface...
2008-01-20 Dana Jansensmake openbox use the obt prop.c/h stuff
2007-07-17 Mikael Magnussonremove trailing whitespace
2007-05-23 Dana Jansenssave and restore the desktop number/layout/names in...
2007-05-22 Dana Jansensput back the check for the window type when restoring...
2007-05-22 Dana Jansenswhen restoring the session, dont restore windows which...
2007-05-22 Dana Jansensdon't reload the session on restart
2007-05-17 Dana Jansensa little check that catches firefox and other buggy...
2007-05-14 Dana Jansenswe don't need to save the config type in the session...
2007-05-13 Dana Jansenssave the config type in the session command line arguments
2007-05-10 Dana Jansensadd some debug prints
2007-05-09 Dana Jansensmem leak
2007-05-09 Dana Jansenspossible buffer overflow?
2007-05-06 Dana Jansensmemory leak
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...