summaryrefslogtreecommitdiff
path: root/src/display-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary debuggingRobert Ancell2011-12-211-2/+0
* Fix crash when quitting with newer GLibRobert Ancell2011-12-211-3/+14
* Make sure objects are cleaned up on exit, Fix minor memory leaksRobert Ancell2011-10-061-4/+3
* Remove unused started signalRobert Ancell2011-09-281-11/+0
* Fix duplicate stop eventsRobert Ancell2011-08-171-13/+12
* Fix dynamic seats being removedRobert Ancell2011-08-171-28/+28
* Add xremote seat typeRobert Ancell2011-08-171-0/+2
* Refactor configuration in preparation for dynamic seatsRobert Ancell2011-08-161-132/+6
* Load default seats by scanning for [Seat:<name>] sections in lightdm.confRobert Ancell2011-07-211-31/+42
* Load all config from the same directoryRobert Ancell2011-07-211-1/+7
* XDMCP keys now stored in keys.confRobert Ancell2011-07-201-2/+21
* Fix XDM-AUTHENTICATION-1Robert Ancell2011-07-201-8/+4
* Fix configurationRobert Ancell2011-07-201-5/+4
* Replace guchar with guint8Robert Ancell2011-07-201-2/+2
* Simplify XDMCP authorizationRobert Ancell2011-07-201-4/+1
* Set type field in config. Fix defaults not being correctly setRobert Ancell2011-07-201-8/+21
* Include missing headersGuido Berhoerster2011-07-201-0/+1
* Add display-added and session-started signalsRobert Ancell2011-07-201-11/+11
* Only allow to stop objects onceRobert Ancell2011-07-181-0/+3
* Connect up missing D-Bus seat methods and signalsRobert Ancell2011-07-171-1/+25
* Started splitting out seats into separate D-Bus objectsRobert Ancell2011-07-171-3/+3
* Remove old configuration fallbackRobert Ancell2011-07-161-3/+0
* Rename [Defaults] to [SeatDefaults]Robert Ancell2011-07-161-1/+1
* Move XDMCP client settings into DefaultsRobert Ancell2011-07-161-1/+2
* Reimplement Plymouth supportRobert Ancell2011-07-161-0/+8
* Finished rearranging configRobert Ancell2011-07-161-1/+1
* Make able to load XDMCP client seatsRobert Ancell2011-07-161-6/+9
* Rearrange configurationRobert Ancell2011-07-151-4/+4
* Fix autologinRobert Ancell2011-07-151-4/+7
* Introduce a seat objectRobert Ancell2011-07-151-585/+64
* Remove unnecessary log messageRobert Ancell2011-07-151-2/+0
* Fix VT codeRobert Ancell2011-07-151-6/+6
* Allow xauth to be in system location againlightdm-0.4.4Robert Ancell2011-07-151-69/+3
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-151-32/+16
* Reworked X authority codeRobert Ancell2011-07-151-13/+22
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-141-10/+10
* Drop obsolete greeter count codeRobert Ancell2011-07-141-1/+1
* Tidy up user switch logicRobert Ancell2011-07-141-16/+23
* Allow minimum-display-number to be set in lightdm.conf and on the command lineRobert Ancell2011-07-141-16/+5
* Don't replace Plymouth if it isn't running on a valid VTYves-Alexis Perez2011-07-061-5/+14
* Make SwitchToGuest workRobert Ancell2011-07-051-20/+19
* Fix inverted logic in switch_to_guestRobert Ancell2011-07-041-2/+2
* Fix errors switching to existing sessionRobert Ancell2011-07-041-28/+59
* Make login switch to existing session if already logged in. Make D-Bus inter...Robert Ancell2011-07-041-6/+29
* Remove old vt option for displaysRobert Ancell2011-07-041-13/+2
* Make user switching workRobert Ancell2011-07-041-21/+24
* Move vt code into it's own moduleRobert Ancell2011-07-041-57/+1
* Fix Plymouth interactionRobert Ancell2011-07-011-53/+51
* Restart X server if it crashes during a sessionRobert Ancell2011-06-291-16/+13
* Shut down display manager more carefullyRobert Ancell2011-06-271-0/+63