summaryrefslogtreecommitdiff
path: root/gnome-session/save.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #82959 by invoking DiscardCommand every time we forget aMark McLoughlin2002-05-281-12/+7
* use GConf for autosave, logout prompt, splash screen, and listen for tcpjacob berkman2002-05-131-7/+5
* the msm cut-n-paste frenzy begins. add a log function only triggered whenjacob berkman2002-04-291-0/+5
* revert my previous fix. --choose-sesion is supposed to create a newMark McLoughlin2002-04-151-6/+0
* if loading a named session failed try loading the user's Default sessionMark McLoughlin2002-04-121-7/+15
* Repeat previous commit for save.c - g_strconcat deserves NULLityGlynn Foster2001-06-181-1/+1
* Implemented first stage of multi-sessioness for GNOME panel.Glynn Foster2001-06-151-0/+3
* Multiple session stuff...This wrecks my head..Glynn Foster2001-05-301-2/+5
* Implement ICE freezing and thawing action so that ICE won't interfere withGlynn Foster2001-05-101-1/+3
* A dumb commit because I was wrong about the other commit ;)Glynn Foster2001-04-301-1/+0
* As a recent diary once drunkenly said...Glynn Foster2001-03-071-0/+6
* Fixed some autosaving buggyness...mainly caused by my own stupidity.Glynn Foster2001-02-261-0/+10
* still look in user dir if session is `Default'jacob berkman2001-02-151-6/+2
* if we are choosing a session, also look in the default file for it.GNOME_CORE_1_3_0jacob berkman2001-02-151-1/+4
* Fixed gsm_protocol to chnage the global session pointer so that cappletGlynn Foster2001-02-091-0/+1
* Some general cleanup of gsm. Addition of basic multi-session support so thatGlynn Foster2001-02-051-136/+50
* Fixup malloc/g_malloc confusion a bit. Use glib's mem routines in moreGeorge Lebl2000-12-141-14/+16
* fix possible seg fault (patch from Peter Runestig <peter@runestig.com>)Jacob Berkman2000-02-291-2/+2
* Eliminate miscellaneous warnings found by OSPC, including the bugfix forElliot Lee1999-11-021-4/+8
* Merge from stable: Miscellaneous ansifications throughout.POST_1_0_MERGEElliot Lee1999-10-211-5/+6
* Merged bug fixes from release branch to trunk.Tom Tromey1999-08-011-3/+37
* Save umask while calling IceListenForConnections. From Roberto ZuninoTom Tromey1999-07-161-2/+3
* remove clients on failure to respond to XSMP commands with userFelix Bellaby1999-03-221-0/+1
* extra command line options. set name to TRASH_SESSION on trash-saves.Felix Bellaby1999-03-191-8/+15
* never use glib to alloc client->id. use free to free client->id becauseFelix Bellaby1999-03-181-2/+9
* use session.h macrosFelix Bellaby1999-03-121-61/+117
* drop non-session aware clients from memory. read non-session aware clientsFelix Bellaby1999-02-161-92/+139
* write details of clients in the purged_list. (delete_session): do not callFelix Bellaby1999-02-121-3/+18
* Replace "Priority with "_GSM_Priority" throughout. (write_session): writeFelix Bellaby1999-02-111-3/+13
* do not call discard commands on clients in the pending_list. exportFelix Bellaby1999-02-101-0/+4
* restart RestartImmediately clients unless they have failed 10 times inFelix Bellaby1999-02-091-3/+3
* avoid using g_new on propertiesFelix Bellaby1999-01-291-7/+7
* fix for major memory leaks in delete_sessionFelix Bellaby1999-01-271-8/+8
* Remove discovered memory leaks & overruns.Elliot Lee1999-01-261-1/+3
* Implement runlevel order startups and improve multiple sessionFelix Bellaby1999-01-231-200/+128
* general bug fixes and fixme itemsFelix Bellaby1999-01-191-233/+309
* Merge from STABLEArturo Espinosa1999-01-011-16/+17
* s/g_copy_strings/g_strconcatJeff Garzik1998-12-301-1/+1
* fix broken logic on last commitFelix Bellaby1998-12-101-2/+2
* added support for old SmARRAY8 discard commandsFelix Bellaby1998-12-101-57/+131
* fix minor error in last commitFelix Bellaby1998-12-081-4/+4
* fixes for single client save and discardsFelix Bellaby1998-12-081-9/+34
* fixes for session save death and over calling of discard commandFelix Bellaby1998-11-281-6/+15
* Reverted `static' change of Nov 11.Tom Tromey1998-11-261-1/+1
* fix for failure to write .gnome/sessionFelix Bellaby1998-11-111-13/+14
* Use run_preloads to run default session.Tom Tromey1998-07-221-25/+55
* Handle single-client saves.Tom Tromey1998-07-201-9/+0
* Run gnome-smproxy, not smproxy.Tom Tromey1998-07-171-1/+1
* mar jul 7 09:56:07 ART 1998 Horacio J. Peña <horape@compendium.com.ar>Horacio J. Peña1998-07-071-0/+9
* Set the DISPLAY environment variable. Added SmEnvironment. (run_commands):Tom Tromey1998-07-061-5/+26