]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/seat.c
Small nits from review
[sojka/lightdm.git] / src / seat.c
2014-04-28 Michael TerrySmall nits from review
2014-04-25 Michael TerrySupport Mir greeters too by waiting to send IDLE until...
2014-04-24 Michael TerryAdd a bunch of tests; fix some small bugs
2014-04-24 Michael TerryFirst pass at reset support
2014-04-08 Robert AncellWhen switching to an existing session refresh PAM crede...
2014-04-08 Robert AncellSet XDG_SESSION_TYPE and XDG_SESSION_DESKTOP as used...
2014-04-08 Robert AncellPromote X-LightDM-DesktopName to DesktopNames
2014-04-08 Robert AncellFix return value for Vala bindings to Greeter.start_ses...
2014-04-08 Robert AncellFix logging when failing to find session
2014-04-03 Robert AncellSet XDG_SESSION_DESKTOP, this is used by pam_systemd
2014-03-17 Robert AncellExpand on earlier commit to activate sessions explicitl...
2014-03-17 Michael TerryAlways re-activate, whether new session is marked as...
2014-03-17 Michael TerryOverride logind's or consolekit's decision to automatic...
2014-03-17 Michael TerryFlesh out support for activating sessions with CK or...
2014-03-13 Robert AncellEnsure X authority is written before X server is started
2014-03-13 Robert AncellDon't use g_hash_table_get_keys_as_array, it's a glib...
2014-03-12 Robert AncellImplement guest-session config option
2014-03-12 Robert AncellHonour session type requested by greeter for guest...
2014-03-12 Robert AncellMerge in guest session type branch
2014-03-12 Robert AncellImplement guest-session config option
2014-03-12 Robert AncellHonour session type requested by greeter for guest...
2014-02-26 Robert AncellMerge with trunk
2014-02-25 Robert AncellBe extra careful not to call any non thread safe functi...
2014-02-25 Robert AncellBe extra careful not to call any non thread safe functi...
2014-02-19 Michael Terryexplicitly provide shared dir path to sessions
2014-02-18 Michael TerryMerge from trunk
2014-02-18 Michael TerryFix autologin use case and add a test for it
2014-02-18 Michael TerryDon't create all shared user dirs on startup; rather...
2014-02-08 Alberts MuktupāvelsImprove multiseat support.
2014-02-07 Michael TerryMerge from trunk
2014-02-06 Robert AncellMake xdg-seat a core property of a seat and always...
2014-02-05 Robert AncellMake xdg-seat a core property of a seat and always...
2013-11-27 Robert AncellMerge with trunk
2013-11-25 Michael TerryMake sure sessions are associated with the display...
2013-11-25 Michael TerryAdd new ability to specify a list of seat types to...
2013-11-25 Michael TerryOne more
2013-11-25 Michael TerryWhen locking, start display server after connecting...
2013-11-25 Michael TerryAnd allow duplicate types in type field
2013-11-18 Michael TerryWhen a seat stops, try the next seat type if one is...
2013-10-31 Robert AncellFix crash if switching to greeter and it isn't installe...
2013-10-31 Robert AncellFix crash if switching to greeter and it isn't installed
2013-10-30 Robert AncellImplement missing guest-wrapper functionality and enabl...
2013-10-30 Robert AncellMerge with trunk
2013-10-30 Robert AncellCorrectly set user in session setup script. Fixes:...
2013-10-30 Robert AncellCorrectly set user in session setup script
2013-10-30 Robert AncellMerge with trunk
2013-10-30 Robert AncellAdd a test for the HasMessages user property.
2013-10-30 Robert AncellRefactor liblightdm user scanning to be simpler and...
2013-10-29 Alberto MiloneAdd support for a "display-stopped-script" field in...
2013-10-29 Robert AncellMerge with trunk
2013-10-29 Alberto MiloneAdd testcase for display-stopped-script and document it
2013-10-28 Michael TerryMerge from trunk
2013-10-28 Michael TerryMerge Rob's session naming branch
2013-10-28 Robert AncellDon't attach the name to the display server, instead...
2013-10-27 Robert AncellDon't override guest session properties when logging...
2013-10-27 Robert AncellWhitespace changes
2013-10-27 Robert AncellDon't get argv twice
2013-10-27 Robert AncellAllow guest-wrapper to be set
2013-10-25 Alberto MiloneAdd support for a "display-stopped-script" field in...
2013-10-22 Robert AncellCorrectly set $XDG_SESSION_CLASS for greeters. This...
2013-10-21 Robert AncellMerge with trunk
2013-10-21 Robert AncellRemove some code
2013-10-21 Robert AncellCorrectly set $XDG_SESSION_CLASS for greeters. This...
2013-10-17 Michael TerryMerge from trunk
2013-10-04 Robert AncellSet session environment variables for guest sessions...
2013-10-03 Robert AncellSet session environment variables for guest sessions
2013-09-25 Michael TerryUpdate environment variables that we pass to Mir.
2013-09-19 Robert AncellFix test-mode not working, don't try and run the greete...
2013-09-19 Robert AncellFix test-mode not working, don't try and run the greete...
2013-09-09 Robert AncellSet XDG_CURRENT_DESKTOP for login sessions. Fixes:...
2013-09-09 Robert AncellSet XDG_CURRENT_DESKTOP for login sessions
2013-08-29 Robert AncellAdd xdg-seat config setting.
2013-08-26 Michael TerryUse new SET_NEXT_SESSION command for u-s-c to tell...
2013-08-25 Michael TerryDrop create-session username/session argument, we'll...
2013-08-25 Michael TerryMerge from trunk
2013-08-25 Michael TerryHave seat listen to greeter active username
2013-08-25 Robert AncellWhen switching user accounts show a greeter always...
2013-08-25 Robert AncellDon't try and switch if already active
2013-08-25 Robert AncellFix some tests
2013-08-24 Robert AncellMore restructuring to make switching to greeter on...
2013-08-24 Robert AncellMerge with trunk
2013-08-24 Robert AncellAlways show a greeter when switching users (work in...
2013-08-24 Robert AncellOnly unlock sessions when switching to them if the...
2013-08-24 Robert AncellOnly unlock sessions when switching to them if the...
2013-08-21 Robert AncellMerge with trunk
2013-08-21 a7xExtend logging to make it easier to troubleshoot multis...
2013-08-21 Robert AncellMerge with trunk
2013-08-21 Michael TerryLand from trunk
2013-08-21 Michael TerryDrop some changes that aren't ready to land yet
2013-08-19 Robert AncellSet $XDG_CURRENT_DESKTOP if specified in the xsession...
2013-08-19 Robert AncellMerge with trunk
2013-08-19 Robert AncellSet $XDG_CURRENT_DESKTOP if specified in the xsession...
2013-08-15 Michael TerryName greeter mir sessions with a 'greeter' prefix,...
2013-08-15 Michael TerryMerge from trunk
2013-08-14 a7xremove redundant Seat log message text
2013-08-14 a7xadd seat name to Seat log messages
2013-08-14 a7xhave Seat implement the Logger interface
2013-08-14 a7xmake the Seat available everywhere a log message is...
2013-08-08 Robert AncellFix session locking broken in 1.7.5. Fixes: https:...
2013-08-08 Robert AncellFix session locking broken in 1.7.5
next