summaryrefslogtreecommitdiff
path: root/src/display.h
Commit message (Expand)AuthorAgeFilesLines
* Run remote sessions when selected from the greeterRobert Ancell2012-08-271-1/+1
* Add a seat option greeter-show-manual-login which hints to a greeter if it sh...Robert Ancell2012-03-081-0/+2
* Rename show-guest option to greeter-allow-guestChow Loong Jin2012-03-021-1/+1
* Add show-guest config option to SeatDefaultsChow Loong Jin2012-03-011-0/+2
* Automatically lock sessions when switching away from themRobert Ancell2012-02-101-0/+2
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-0/+2
* Move user/log file code outside of process.c, get PAM environment after pam_s...Robert Ancell2011-09-281-1/+0
* Rename user.c to accounts.cRobert Ancell2011-09-201-1/+1
* Test display setup scriptRobert Ancell2011-09-161-3/+3
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-2/+1
* Exit daemon if a seat fails which has exit-on-failure set to trueRobert Ancell2011-09-061-0/+3
* Tidy up the display signalsRobert Ancell2011-09-021-4/+2
* Add greeter-setup-scriptRobert Ancell2011-09-021-0/+1
* Refactor configuration in preparation for dynamic seatsRobert Ancell2011-08-161-2/+6
* Set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables for sessionsRobert Ancell2011-08-081-0/+1
* Merge with masterRobert Ancell2011-08-081-0/+2
|\
| * support unlocking a session right before switching to itMichael Terry2011-07-281-0/+2
* | Moving authentication from Display to SessionRobert Ancell2011-07-261-1/+2
|/
* Fix unreffing issueRobert Ancell2011-07-251-1/+0
* Make display emit ready signal, don't signal when greeters startRobert Ancell2011-07-241-0/+1
* Simplify login logicRobert Ancell2011-07-241-1/+3
* Connect up requested session in switch methodsRobert Ancell2011-07-241-1/+1
* Fix up switching logicRobert Ancell2011-07-241-0/+3
* Mucking around with guest sessionsRobert Ancell2011-07-211-2/+8
* Add display-added and session-started signalsRobert Ancell2011-07-201-3/+5
* Refactored Display and Greeter classesRobert Ancell2011-07-181-7/+2
* Make display generic and create an XDisplayRobert Ancell2011-07-171-3/+9
* Make a generic DisplayServer object. Don't connect the daemon to X servers, ...Robert Ancell2011-07-171-3/+3
* Connect up missing D-Bus seat methods and signalsRobert Ancell2011-07-171-29/+1
* Correctly load config, handle not having config, drop obsolete methodsRobert Ancell2011-07-161-4/+0
* Finished rearranging configRobert Ancell2011-07-161-1/+1
* Introduce a seat objectRobert Ancell2011-07-151-6/+0
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-151-2/+2
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-141-0/+3
* Fix errors switching to existing sessionRobert Ancell2011-07-041-4/+3
* Make user switching workRobert Ancell2011-07-041-0/+2
* Restart X server if it crashes during a sessionRobert Ancell2011-06-291-5/+3
* Shut down display manager more carefullyRobert Ancell2011-06-271-1/+4
* Automatic login users now use PAM session lightdm-autologinRobert Ancell2011-06-141-0/+4
* Drop ldm_greeter_get_default_layout (X controls the layout), some cleanups in...Robert Ancell2011-06-031-4/+0
* Update copyright yearRobert Ancell2011-06-031-1/+1
* Use GDBus instead of dbus-glibrobert.ancell@canonical.com2011-02-211-1/+0
* Use a private pipe for greeter<->server communication instead of D-Bus (needs...robert.ancell@canonical.com2011-02-201-11/+0
* Correctly pass LANG and LANGUAGE through to the sessionrobert.ancell@canonical.com2011-02-121-1/+1
* Pass through LANG and LANGUAGE to the sessionrobert.ancell@canonical.com2011-02-121-4/+0
* Choose the VT to open the display onrobert.ancell@canonical.com2010-12-031-0/+4
* Use "lightdm" as default PAM service and make it configurablerobert.ancell@canonical.com2010-11-171-0/+4
* Don't run all sessions throught /etc/X11/XSession - make the session wrapper ...robert.ancell@canonical.com2010-11-111-0/+4
* Add configuration for default language/layoutrobert.ancell@canonical.com2010-10-311-1/+9
* Use a d-bus signal instead of a unix signal to get greeter to quitrobert.ancell@canonical.com2010-10-311-0/+1