]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/display-server.c
Load all users only when really needed
[sojka/lightdm.git] / src / display-server.c
2016-06-28 Robert AncellAdd asserts on new DisplayServer methods
2016-06-20 Robert AncellFix guest session AppArmor rules for input methods...
2016-06-20 Robert AncellRemove display_server_get_name and make better logging...
2016-06-19 Robert AncellRemove MirServer class and connect Mir sessions directl...
2016-06-17 Robert AncellMake an XServerXmir object
2015-10-19 Robert AncellSet example multi-seat configuration to a valid seat...
2015-10-16 Robert AncellOptimize guest account creation by removing slow chown...
2015-10-16 Robert AncellAllow reading /proc/<PID>/net/dev from within a guest...
2015-10-16 Robert AncellTidy up finalize methods
2014-10-14 Jesús GonzálezMerged changes from parent branch
2014-10-02 Robert AncellMerge with trunk
2014-10-02 Robert AncellRefactored code to replace hardcoded signal identificat...
2014-10-02 Robert AncellMatch seat configuration using globbing
2014-09-29 Jesús GonzálezRefactored code to replace hardcoded signal identificat...
2014-09-23 Robert AncellMerge with trunk
2014-09-20 Jesús GonzálezMerge from parent branch up to revision 2065
2014-09-19 Robert AncellRemove trailing whitespace
2014-03-06 Gunnar Hjalmarssondebian/patches/04_language_handling.patch:
2014-03-06 Robert AncellFix small leaks detected by valgrind.
2014-03-06 Robert AncellPlug display server name leak
2013-10-17 Michael TerryMerge from trunk
2013-08-25 Michael TerryMerge from trunk
2013-08-21 Robert AncellMerge with trunk
2013-08-21 a7xExtend logging to make it easier to troubleshoot multis...
2013-08-19 Robert AncellMerge with trunk
2013-08-15 Michael TerryMerge from trunk
2013-08-14 a7xhave DisplayServer implement the Logger interface
2013-07-30 Robert AncellFix desktop-session-start upstart signal not being...
2013-07-30 Robert AncellAdd support for Mir sessions and greeters.
2013-07-26 Robert AncellPut guards around display_server_get_vt()
2013-07-26 Robert AncellMerge with trunk
2013-07-26 Robert AncellMerge with trunk
2013-07-26 Robert AncellAll tests pass!
2013-07-26 Robert AncellSupport non X based greeter and sessions in test code.
2013-07-26 Robert AncellRefactor the way the background session is started...
2013-07-26 Robert AncellAllow display servers to not be able to share sessions.
2013-07-26 Robert AncellDon't set utmp fields if the data is not available.
2013-07-26 Robert AncellUnset environment variables when switch display servers.
2013-07-26 Robert AncellUnset environment variables when switch display servers
2013-07-26 Robert AncellAllow display servers to not be able to share sessions
2013-07-25 Robert AncellMake Mir tests pass, break VNC and XDMCP tests..
2013-07-25 Robert AncellMerge with trunk
2013-07-25 Robert AncellStop Mir servers from being shared
2013-07-24 Robert AncellCorrectly disable local sessions for xlocal seats using...
2013-07-24 Robert AncellDon't subclass Session - we can't know the type until...
2013-07-24 Robert AncellDon't subclass Session - we can't know the type until...
2013-07-24 Robert AncellMerge with trunk
2013-07-24 Robert AncellMake a class for session configuration.
2013-07-24 Robert AncellMake start-local-sessions a property of seats, not...
2013-07-24 Robert AncellMake start-local-sessions a property of seats, not...
2013-07-24 Robert AncellMerge in X module renaming changes
2013-07-24 Robert AncellRefactor local session starting inhibitor
2013-07-23 Robert AncellDon't subclass session - we don't know the session...
2013-07-23 Robert AncellMerge with trunk
2013-07-22 Robert AncellEnable compile warnings and fix code that was generatin...
2013-07-22 Robert AncellCompile with -Wall, fix associated bugs
2013-07-21 Robert AncellKill the Display class and just use Seat. Display was...
2013-07-21 Robert AncellSet LANG and GDM_LANG for sessions
2013-07-21 Robert AncellMerge with trunk
2013-07-20 Robert AncellMerge with trunk
2013-07-20 Robert AncellSynchronise X server starting.
2013-07-20 Robert AncellMerge with trunk
2013-07-20 Robert AncellStop generating glib marshals by using glib >= 2.30.
2013-07-20 Robert AncellStop generating glib marshals by using glib >= 2.30
2013-07-19 Robert AncellMerge with trunk
2013-07-19 Robert AncellCheck seats/sessions are registered on DBus
2013-07-19 Robert AncellMerge with trunk
2013-07-17 Robert AncellFix returning to existing sessions
2013-07-17 Robert AncellMerge with trunk
2013-07-17 Robert AncellMerge with trunk
2013-07-14 Robert AncellRefactor session creation
2013-05-09 Robert AncellMerge with trunk
2013-04-16 Iain LaneMerge lp:~cavalier/lightdm/logind-support
2013-03-27 Robert AncellMerge with trunk
2013-03-26 Robert AncellCorrectly check X server is terminated when returning...
2013-03-07 Robert AncellMerge with trunk
2013-03-07 Robert AncellQLightDM: Add a backgroundPath role to UsersModel
2013-03-07 Robert AncellFix XDMCP tests failing by fixing up display stopping...
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-02-28 Robert AncellTweak the way sessions and display servers are stopped
2011-09-16 Robert AncellMerge translations
2011-09-16 Robert AncellRearrange code
2011-09-16 Robert AncellRefactor X code out of display.c and seat.c. Drop...
2011-07-23 Robert AncellKeep a connection open the the X server. Start a new...
2011-07-17 Robert AncellMake display generic and create an XDisplay
2011-07-17 Robert AncellMake a generic DisplayServer object. Don't connect...