index
:
~rhansen/lightdm/+git/main
[no description]
summary
refs
log
tree
commit
diff
path:
root
/
common
Age
Commit message (
Expand
)
Author
2023-05-29
Fix typos found with codespell
lvgenggeng
2021-02-16
Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATE
Robert Ancell
2019-04-09
Add is-blocked property to the User object
Corentin Noël
2018-10-26
Fix comment
Zhang Xianwei
2018-08-30
Use g_autoptr with GVariantIter
Robert Ancell
2018-08-30
Remove Unity System Compositor support - it is a dead project
Robert Ancell
2018-08-30
Remove use of deprecated g_type_class_add_private
Robert Ancell
2018-01-17
Move liblightdm variable declarations from the start of files.
Robert Ancell
2018-01-17
Move common variable declarations from the start of files.
Robert Ancell
2017-12-22
Fix up KeyboardLayouts migration to AccountsService extension
Robert Ancell
2017-12-20
Use AccountsService extension system for extended greeter information (backgr...
Robert Ancell
2017-12-11
Remove unnecessary semicolons on the end of macros
Robert Ancell
2017-09-27
Use g_auto to automatically free memory
Robert Ancell
2016-12-07
Allow D-Bus interface to be disabled
Robert Ancell
2016-11-22
Fix crash with unknown configuration options
Robert Ancell
2016-11-14
Warn if we find unknown keys in configuration
Robert Ancell
2016-08-02
GObject property coding style fixes
Robert Ancell
2016-07-14
Fix finalizing common account users
Robert Ancell
2015-10-21
Handle trailing whitespace on boolean values
Robert Ancell
2015-10-16
Use g_object_clear where we can for readibility
Robert Ancell
2015-10-16
Tidy up finalize methods
Robert Ancell
2015-08-10
Don't remove autotools generated files in distclean. That was kind of naughty...
Robert Ancell
2015-08-05
Warn if deprecated options logind-load-seats or xdg-seat are in configuration
Robert Ancell
2015-08-05
Ensure configuration file warning get in the log, not stderr
Robert Ancell
2015-07-28
Internally merge the [SeatDefaults] and [Seat:*] sections together. The previ...
Robert Ancell
2015-05-18
Fix configuration loading with new [Seat:*] section
Robert Ancell
2014-10-09
Don't double free configuration key sources
Robert Ancell
2014-10-03
Disable log message when AccountsService users change - unknown properties ca...
Robert Ancell
2014-10-03
Revert changes to AccountsService properties watching - it appears it's not u...
Robert Ancell
2014-10-02
Refactored code to replace hardcoded signal identification strings by constants
Robert Ancell
2014-10-02
Get individual user properties as they change instead of GetAll
Robert Ancell
2014-10-02
Only listen for standard AccountsService properties
Robert Ancell
2014-09-30
Refactored code to replace hardcoded signal identification strings by constants.
Jesús González
2014-09-18
Don't load .dmrc files unless we need the data from them
Robert Ancell
2014-09-08
Remove unnecessary variable
Robert Ancell
2014-09-05
Fix memory leaks
Robert Ancell
2014-08-22
Add --show-config option that shows combined configuration
Robert Ancell
2014-08-22
Show source of configuration keys
Robert Ancell
2014-03-18
Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.
Robert Ancell
2014-03-17
Reverse order of directory loading for a given XDG variable
Michael Terry
2014-03-17
Scan XDG_DATA_DIRS and XDG_CONFIG_DIRS for config values too
Michael Terry
2014-03-17
Move config loading into one function; move that function into libcommon; cal...
Michael Terry
2014-03-06
Fix leaks in users objects
Robert Ancell
2014-03-06
Fix small leaks detected by valgrind
Robert Ancell
2014-02-08
Add better cleanup as lightdm daemon closes
Michael Terry
2014-02-04
And convert accounts.c to use new sharable CommonUser class too
Michael Terry
2014-01-31
Split core of user.c out into a sharable class
Michael Terry