summaryrefslogtreecommitdiff
path: root/src/session.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure the save session dialog appears focused. Fixes #162983.Elijah Newren2005-01-071-1/+22
* Partially resolve the conflicting requirements of windows on multipleElijah Newren2004-12-221-11/+4
* Make dialogs that Metacity shows follow focus-stealing-preventionElijah Newren2004-08-261-0/+10
* Change meta_warning to meta_topic on failure to connect to a sessionElijah Newren2004-06-241-1/+3
* fix hang when we get EOF, #121376 from Laurent VivierHavoc Pennington2003-09-251-0/+14
* workspaces are all per-screen now, fix accordinglyHavoc Pennington2002-10-161-1/+1
* escape the window title before saving in the session file, reported by JosHavoc Pennington2002-09-151-1/+7
* Session saves the unmaximized postion, size of a maximized window. #86059JeyaSudha2002-09-041-1/+70
* send a SaveYourselfDone if we're skipping this global save.Mark McLoughlin2002-08-011-1/+17
* don't display the dialog if all the apps were session managed.Havoc Pennington2002-07-131-0/+7
* don't send SmInteractDone until the warning dialog about crappy clientsHavoc Pennington2002-07-131-12/+64
* Partially fix Jacob's SM bugs.Havoc Pennington2002-06-231-5/+57
* call meta_session_shutdown when exiting cleanlyHavoc Pennington2002-06-081-1/+32
* add some missing \n (meta_session_init): remove the #if 0 interactHavoc Pennington2002-06-011-9/+3
* put in more debug spew about the sessionHavoc Pennington2002-06-011-0/+21
* improve error about failing to open session manager.Havoc Pennington2002-05-301-4/+149
* g_file_get_contents() takes a gsize not int (fixes bus error on 64-bitjacob berkman2002-04-251-1/+1
* use proper property name for SmDiscardCommand (instead of setting theHavoc Pennington2002-03-171-3/+5
* put back --sm-client-id argument, needed for including us in a defaultHavoc Pennington2002-03-141-23/+32
* don't save a file here, only in response to SaveYourself. Change the codeHavoc Pennington2002-03-141-64/+121
* put in some kind of distinctive frame for UTILITY, though it's ugly. AlsoHavoc Pennington2002-02-091-0/+10
* Throughout: move to meta_topic rather than meta_verbose so metacity.logHavoc Pennington2002-02-081-48/+50
* move SM init a bit later in the process, and init prefsHavoc Pennington2001-12-091-0/+14
* take a window mapped at fullscreen size/pos to desire maximization; once IHavoc Pennington2001-10-141-5/+0
* hmm, fix buildHavoc Pennington2001-10-131-1/+1
* set the session manager priority so we start up before other apps.Havoc Pennington2001-10-121-3/+12
* add code to grab all modifier combinations, so keybindings work withHavoc Pennington2001-10-051-7/+11
* disconnect this callback on errorHavoc Pennington2001-09-171-1/+3
* add support for a mini icon in the titlebar (update_icon): re-enableHavoc Pennington2001-09-161-9/+15
* add crackrock window-outlining featureHavoc Pennington2001-08-291-0/+5
* ...rhp2001-07-281-0/+4
* ...rhp2001-07-281-15/+222
* ...rhp2001-07-271-12/+52
* ...rhp2001-07-271-9/+492
* ...rhp2001-07-261-4/+223
* ...rhp2001-07-121-0/+4
* ...rhp2001-06-221-3/+453
* ...rhp2001-06-091-0/+27