summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/user.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using deprecated G_PARAM_PRIVATERobert Ancell2021-02-161-1/+1
* Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATERobert Ancell2021-02-161-28/+59
* Add is-blocked property to the User objectCorentin Noël2019-04-091-0/+25
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-301-6/+2
* Move liblightdm variable declarations from the start of files.Robert Ancell2018-01-171-15/+6
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-111-2/+2
* Fix typos in docstringsRobert Ancell2017-11-221-1/+1
* Annotate a string array is NULL terminatedRobert Ancell2016-11-021-1/+1
* More docstring fixesRobert Ancell2016-11-021-3/+3
* Fix lots of GTK Doc issuesRobert Ancell2016-11-021-0/+16
* Docstring fixesRobert Ancell2016-11-021-0/+26
* Revert r2392 - it seems to have broken ABI in liblightdm-gobjectRobert Ancell2016-09-301-43/+53
* Use G_DECLARE_*_TYPE to simplify code and fix docsRobert Ancell2016-09-021-53/+43
* GObject property coding style fixesRobert Ancell2016-08-021-7/+5
* Generate .vapi from GIR files and in the process fix a number of annotation i...Robert Ancell2015-08-101-14/+32
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-8/+8
* Remove trailing whitespaceRobert Ancell2014-09-191-26/+26
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-281-1/+1
* Rename functionAndrea Cimitan2014-05-121-1/+1
* Add UID to lightdm gobject and qt bindingsAndrea Cimitan2014-05-091-2/+28
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-041-1/+1
* Split core of user.c out into a sharable classMichael Terry2014-01-311-926/+99
* Don't warn if sessions directories not present of lightdm.conf doesn't exist ...Robert Ancell2013-12-131-1/+1
* 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
* Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-201-4/+4
* Clarify form of language stringsRobert Ancell2013-04-241-1/+1
* Do not strip the codeset when loading the Language filed from dmrcGuido Berhoerster2013-04-161-7/+1
* Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against itRobert Ancell2013-02-011-3/+2
* Fix introspection warningsRobert Ancell2012-06-121-4/+4
* Fix allocation error setting default layout arrayRobert Ancell2012-04-301-3/+5
* fix some memory leaksMichael Terry2012-04-251-1/+2
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-201-4/+0
* Implement mising D-Bus methods in testsRobert Ancell2012-02-281-2/+7
* Add a has-messages property to liblightdmRobert Ancell2012-02-151-8/+67
* add layouts property, expose it in vapiMichael Terry2012-02-091-1/+12
* allow asking for list of configured layouts for a given userMichael Terry2012-02-091-10/+73