summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate APIlightdm-1-10Robert Ancell2018-01-231-4/+12
* Use power management functions from ConsoleKit2 if available.Robert Ancell2017-01-121-38/+64
* Fix all the things that prevent clang (3.5) from building LightDM with -Werror.Robert Ancell2015-10-141-1/+1
* Add liblightdm method to get user UIDRobert Ancell2014-09-083-2/+31
* Fix up some coding style errors in liblightdm-gobjectRobert Ancell2014-09-082-26/+32
* Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-081-6/+23
* Fix return value for Vala bindings to Greeter.start_session_syncRobert Ancell2014-04-081-1/+1
* Remove unused variableRobert Ancell2014-03-181-1/+0
* Move config loading into one function; move that function into libcommon; cal...Michael Terry2014-03-171-25/+13
* simplify the patch based on Robert's feedbackCharles Kerr2014-03-171-17/+13
* don't call xkl_config_rec_get_from_server if we don't have a valid xkl_engine.Charles Kerr2014-03-151-10/+17
* Give meaningful return value if trying to create shared data directory for us...Robert Ancell2014-02-251-0/+7
* Fix reading response to ensure shared dir requestRobert Ancell2014-02-241-0/+1
* Read created directory from response, not sent message.Robert Ancell2014-02-211-1/+1
|\
| * Read created directory from response, not send messageRobert Ancell2014-02-211-1/+1
* | Make new shared dir code match existing coding style. Add some debugging mess...Robert Ancell2014-02-211-2/+3
|/
* explicitly provide shared dir path to sessionsMichael Terry2014-02-192-15/+16
* Make directory creation synchronousMichael Terry2014-02-182-6/+27
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-182-1/+38
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-043-9/+10
* Split core of user.c out into a sharable classMichael Terry2014-01-312-926/+100
* Don't warn if sessions directories not present of lightdm.conf doesn't exist ...Robert Ancell2013-12-132-3/+3
* Ignore system user accounts in AccountsServiceRobert Ancell2013-11-071-9/+17
* Fix broken display name logicRobert Ancell2013-10-291-3/+3
* Don't load both dmrc and accounts serviceRobert Ancell2013-10-291-2/+4
* Stop using GDBusProxy for getting user propertiesRobert Ancell2013-10-291-29/+36
* Stop using GDBusProxy for getting user listRobert Ancell2013-10-291-97/+110
* Load accounts user info in one function instead of twoRobert Ancell2013-10-291-251/+112
* Use user list bus, instead of relying on the proxyRobert Ancell2013-10-291-1/+1
* Merge UserAccountObject into LightDMUserRobert Ancell2013-10-291-96/+66
* Only load user values onceRobert Ancell2013-10-291-0/+7
* Start with layouts validRobert Ancell2013-10-291-0/+3
* Access GVariant values in a more type safe mannerRobert Ancell2013-10-291-20/+14
* Update HasMessages when that changesRobert Ancell2013-10-291-0/+2
* Add some comments, use g_strcmp0 for safetyRobert Ancell2013-10-291-3/+24
* Don't get private member until have confirmed object validRobert Ancell2013-10-291-2/+5
* Stop using GDBusProxy for org.freedesktop.DisplayManagerRobert Ancell2013-10-291-73/+105
* Remove unused variablesRobert Ancell2013-07-301-2/+0
* Merge with trunkRobert Ancell2013-07-239-97/+75
|\
| * Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-202-44/+8
| * Merge with trunkRobert Ancell2013-07-172-11/+25
| |\
| | * Load sessions and greeters from /usr/share/lightdm/sessions and /usr/share/li...Robert Ancell2013-07-112-11/+25
| * | Replace tab characters with spacesRobert Ancell2013-07-025-42/+42
| |/
* | Use a session type for different types of sessionsRobert Ancell2013-07-095-84/+29
* | Merge with trunkRobert Ancell2013-07-091-1/+1
|\ \ | |/
| * Fix compile warningsRobert Ancell2013-06-181-1/+1
* | Start work on Mir sessionsRobert Ancell2013-06-045-2/+85
|/
* Clarify form of language stringsRobert Ancell2013-04-243-3/+3
* Fix the two bugs which prevent the language selection from working. Fixes: ht...Guido Berhoerster2013-04-241-7/+1
|\
| * Do not strip the codeset when loading the Language filed from dmrcGuido Berhoerster2013-04-161-7/+1