summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-settings.c
Commit message (Expand)AuthorAgeFilesLines
* gdm-session-settings: Plug a leakAlessandro Bono2023-05-091-2/+5
* gdm-session-settings: Remove unused variableAlessandro Bono2023-04-281-8/+0
* gdm-session-settings: Use g_auto*Alessandro Bono2023-04-281-4/+1
* gdm-session-settings: Add missing guards in public functionsAlessandro Bono2022-10-291-1/+3
* gdm-session-settings: Use G_DECLARE_FINAL_TYPEAlessandro Bono2022-09-271-57/+51
* session-settings: Explicitly cache remote usersRay Strode2022-04-071-0/+13
* session: support new accountsservice Session and SessionType propsRay Strode2021-07-221-5/+56
* gdm-session-settings: Replace deprecated g_type_class_add_private()Robert Mader2019-08-131-3/+3
* Use G_PARAM_STATIC_STRIGS on propertiesNiels De Graef2019-01-071-3/+3
* daemon: use g_clear_object to reduce clutterRay Strode2014-09-161-4/+2
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-2/+2
* daemon: make is-loaded handler one shotRay Strode2011-03-091-0/+3
* daemon: add some more debug spewRay Strode2011-03-081-0/+2
* daemon: ensure account is loaded before loginRay Strode2011-03-011-19/+76
* daemon: switch to using accounts service for language and sessionRay Strode2011-02-011-82/+32
* daemon,greeter: drop support for keyboard layout selectionRay Strode2011-01-311-58/+1
* Store the face and dmrc files in a cache. Refer to bug #565151.Brian Cameron2009-09-111-3/+4
* Add a keyboard chooserMatthias Clasen2008-05-051-1/+58
* Make language and session setters non-static functions so there's a way toRay Strode2008-02-261-2/+2
* Add save support to GdmSessionSettings object, so ~/.dmrc changes can beRay Strode2008-02-261-2/+58
* Track is_loaded status by whether either session or language areRay Strode2008-02-261-3/+2
* Don't fail if optional fields are missing in ~/.dmrcRay Strode2008-02-211-6/+14
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-1/+1
* Don't mark property strings for translation, it breaks string freezeRay Strode2008-02-181-4/+4
* New class for reading settings from ~/.dmrcRay Strode2008-02-161-0/+287