summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.c
Commit message (Expand)AuthorAgeFilesLines
* gdm-display: Use g_auto*Alessandro Bono2023-04-281-64/+25
* gdm-display: Plug a memory leakAlessandro Bono2023-04-281-2/+1
* gdm-display: Add missing guards in public functionsAlessandro Bono2022-10-291-0/+13
* gdm-display: Simplify codeAlessandro Bono2022-10-271-5/+1
* gdm-display: Remove dead codeAlessandro Bono2022-10-271-1/+0
* gdm-display: Use g_clear_handle_idAlessandro Bono2022-10-271-8/+3
* gdm-display: Plug a memory leakAlessandro Bono2022-09-271-8/+3
* daemon: Provide more flexibility for configuring display serverRay Strode2021-07-221-0/+36
* display: Handle failure before display registrationRay Strode2021-07-221-5/+3
* display: Use autoptr to handle errors in look for existing usersMarco Trevisan (Treviño)2020-11-031-10/+7
* display: Exit with failure if loading existing users failsMarco Trevisan (Treviño)2020-11-031-4/+7
* display: fix "forceing" typo in debug messageWill Thompson2019-09-041-1/+1
* GdmDisplay: Remove an unused GErrorIain Lane2019-05-291-1/+0
* Allow sessions to register with GDMIain Lane2019-05-291-14/+2
* GdmManager, GdmDisplay: Add RegisterSession methodIain Lane2019-05-291-0/+27
* Use G_PARAM_STATIC_STRIGS on propertiesNiels De Graef2019-01-071-18/+18
* display: use G_DECLARE_DERIVABLE_TYPENiels De Graef2018-12-231-213/+351
* manager: do initial-setup post work in manager codeRay Strode2018-10-061-132/+0
* display: tie skeleton handlers to object lifetimeRay Strode2018-08-131-12/+12
* Remove unused variableRobert Ancell2017-12-041-2/+0
* display: don't mark initial-setup ran until it ranRay Strode2017-10-241-10/+12
* Use standard exit codes.Robert Ancell2017-10-031-1/+1
* display: Allow user to set gnome.initial-setup=(0|1)Sam Spilsbury2017-10-031-0/+119
* daemon: Remove obsolete module gdm-xerrorsRobert Ancell2017-09-281-1/+1
* slave: kill off clients from display when finishedRay Strode2016-12-131-0/+29
* display: port GdmDisplay to xcbRay Strode2016-12-131-97/+120
* display: close X11 connectionRay Strode2016-12-131-0/+8
* daemon: update X11DisplayName on register displayMathias Reck2016-11-101-1/+1
* display: don't complain if we dispose PREPARED displayRay Strode2015-09-141-1/+0
* display: move gdm_display_get_timed_login_details to managerRay Strode2015-03-191-92/+0
* display: move timed login g_debug up a littleRay Strode2015-03-101-12/+12
* display: add more debug spewRay Strode2015-03-061-0/+8
* display: include seat in debug messageRay Strode2015-03-061-4/+6
* display: drop set_up_greeter_session functionRay Strode2015-03-021-13/+0
* display: improve autologin debug messageRay Strode2015-02-271-6/+11
* display: invert g_warn_if_fail conditionalsRay Strode2015-02-271-2/+2
* display: turn some assertions into warningsRay Strode2015-02-261-4/+4
* display: determine whether or not initial-setup should run earlierRay Strode2015-02-211-2/+3
* display: contact accountsservice up frontRay Strode2015-02-201-42/+36
* display: add session-type propertyRay Strode2015-02-181-0/+23
* display: only add user authorization if connected to displayRay Strode2015-02-181-0/+15
* display: only create Xauth file for legacy code pathsRay Strode2015-02-181-12/+11
* display: add new session-class propertyRay Strode2015-02-181-1/+32
* session: forward is-initial from display to workerRay Strode2015-02-181-0/+6
* display: don't export so much stuff over system busRay Strode2015-02-181-122/+0
* display: don't make d-bus object path require display numberRay Strode2015-02-181-8/+2
* display: drop base class implementation of manage vfuncRay Strode2015-02-181-7/+0
* slave: drop the slavesRay Strode2015-02-181-82/+43
* display: get rid of more simple slave code.Ray Strode2015-02-181-8/+1
* display: add back manage vfuncRay Strode2015-02-181-1/+10