summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-05-29Fix typos found with codespelllvgenggeng
2021-02-16Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATERobert Ancell
2019-04-09Add is-blocked property to the User objectCorentin Noël
2018-10-26Fix commentZhang Xianwei
2018-08-30Use g_autoptr with GVariantIterRobert Ancell
2018-08-30Remove Unity System Compositor support - it is a dead projectRobert Ancell
2018-08-30Remove use of deprecated g_type_class_add_privateRobert Ancell
2018-01-17Move liblightdm variable declarations from the start of files.Robert Ancell
2018-01-17Move common variable declarations from the start of files.Robert Ancell
2017-12-22Fix up KeyboardLayouts migration to AccountsService extensionRobert Ancell
2017-12-20Use AccountsService extension system for extended greeter information (backgr...Robert Ancell
2017-12-11Remove unnecessary semicolons on the end of macrosRobert Ancell
2017-09-27Use g_auto to automatically free memoryRobert Ancell
2016-12-07Allow D-Bus interface to be disabledRobert Ancell
2016-11-22Fix crash with unknown configuration optionsRobert Ancell
2016-11-14Warn if we find unknown keys in configurationRobert Ancell
2016-08-02GObject property coding style fixesRobert Ancell
2016-07-14Fix finalizing common account usersRobert Ancell
2015-10-21Handle trailing whitespace on boolean valuesRobert Ancell
2015-10-16Use g_object_clear where we can for readibilityRobert Ancell
2015-10-16Tidy up finalize methodsRobert Ancell
2015-08-10Don't remove autotools generated files in distclean. That was kind of naughty...Robert Ancell
2015-08-05Warn if deprecated options logind-load-seats or xdg-seat are in configurationRobert Ancell
2015-08-05Ensure configuration file warning get in the log, not stderrRobert Ancell
2015-07-28Internally merge the [SeatDefaults] and [Seat:*] sections together. The previ...Robert Ancell
2015-05-18Fix configuration loading with new [Seat:*] sectionRobert Ancell
2014-10-09Don't double free configuration key sourcesRobert Ancell
2014-10-03Disable log message when AccountsService users change - unknown properties ca...Robert Ancell
2014-10-03Revert changes to AccountsService properties watching - it appears it's not u...Robert Ancell
2014-10-02Refactored code to replace hardcoded signal identification strings by constantsRobert Ancell
2014-10-02Get individual user properties as they change instead of GetAllRobert Ancell
2014-10-02Only listen for standard AccountsService propertiesRobert Ancell
2014-09-30Refactored code to replace hardcoded signal identification strings by constants.Jesús González
2014-09-18Don't load .dmrc files unless we need the data from themRobert Ancell
2014-09-08Remove unnecessary variableRobert Ancell
2014-09-05Fix memory leaksRobert Ancell
2014-08-22Add --show-config option that shows combined configurationRobert Ancell
2014-08-22Show source of configuration keysRobert Ancell
2014-03-18Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.Robert Ancell
2014-03-17Reverse order of directory loading for a given XDG variableMichael Terry
2014-03-17Scan XDG_DATA_DIRS and XDG_CONFIG_DIRS for config values tooMichael Terry
2014-03-17Move config loading into one function; move that function into libcommon; cal...Michael Terry
2014-03-06Fix leaks in users objectsRobert Ancell
2014-03-06Fix small leaks detected by valgrindRobert Ancell
2014-02-08Add better cleanup as lightdm daemon closesMichael Terry
2014-02-04And convert accounts.c to use new sharable CommonUser class tooMichael Terry
2014-01-31Split core of user.c out into a sharable classMichael Terry