summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-settings.c
Commit message (Expand)AuthorAgeFilesLines
* 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