summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistency between lightdm_get_layout and lightdm_set_layoutJezerM2022-05-241-10/+10
* Stop using deprecated G_PARAM_PRIVATERobert Ancell2021-02-161-1/+1
* Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATERobert Ancell2021-02-165-86/+132
* Determine a session is wayland with a better heuristicworldofpeace2019-12-102-2/+1
* Add is-blocked property to the User objectCorentin Noël2019-04-092-0/+27
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-305-18/+6
* Fix invalid object definesRobert Ancell2018-05-114-5/+5
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate APIRobert Ancell2018-01-231-4/+12
* Add missing const on stringsRobert Ancell2018-01-231-4/+4
* Fix code style and memory issues in language.cRobert Ancell2018-01-181-41/+24
* Move liblightdm variable declarations from the start of files.Robert Ancell2018-01-177-468/+224
* Fix .deps file being accidentally removed on cleanRobert Ancell2018-01-171-1/+1
* Fix warnings with new g_object_ref type checking in GLibRobert Ancell2017-12-111-1/+1
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-115-7/+7
* Fix typos in docstringsRobert Ancell2017-11-223-3/+3
* Use g_auto to automatically free memoryRobert Ancell2017-09-276-135/+79
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-212-0/+29
* Use power management functions from ConsoleKit2 if available.Robert Ancell2017-01-121-38/+64
* Add an API version to the greeter protocol so we can easily add new dataRobert Ancell2016-11-171-16/+52
* Add functions for getting contents of /etc/motdRobert Ancell2016-11-022-0/+20
* Add functions for getting fields from /etc/os-releaseRobert Ancell2016-11-022-1/+149
* Replace our hostname code with the GLib functionRobert Ancell2016-11-021-10/+1
* Annotate a string array is NULL terminatedRobert Ancell2016-11-021-1/+1
* More docstring fixesRobert Ancell2016-11-021-3/+3
* Modernise GTK Doc generationRobert Ancell2016-11-022-0/+2
* Fix lots of GTK Doc issuesRobert Ancell2016-11-027-1/+111
* Docstring fixesRobert Ancell2016-11-0210-2/+89
* Rework GObject typedefs to make GTK-Doc happyRobert Ancell2016-11-025-24/+42
* Revert r2392 - it seems to have broken ABI in liblightdm-gobjectRobert Ancell2016-09-3010-193/+359
* Revert the bogus .deps file changes and fix the clean rulesRobert Ancell2016-09-301-7/+4
* Tidy up LightDMGreeterError documentation - still not sure why it doesn't sho...Robert Ancell2016-09-021-10/+10
* Distribute .deps file correctlyRobert Ancell2016-09-021-3/+2
* More documentationRobert Ancell2016-09-021-0/+2
* Add missing finalize for LightDMLayoutRobert Ancell2016-09-021-0/+11
* Use G_DECLARE_*_TYPE to simplify code and fix docsRobert Ancell2016-09-0210-355/+190
* GObject property coding style fixesRobert Ancell2016-08-025-33/+27
* Don't hold circular reference inside greeterRobert Ancell2016-07-131-1/+1
* Remove IO watch on greeter destructionRobert Ancell2016-07-131-2/+5
* Clean up when greeter object destroyedRobert Ancell2016-07-131-1/+11
* Fix warning about error propagationRobert Ancell2016-07-121-4/+7
* Allow greeters to run in-sessionRobert Ancell2016-06-281-4/+33
* Correctly handle G_IO_STATUS_AGAINRobert Ancell2016-06-271-1/+8
* Return errors from all liblightdm methodsRobert Ancell2016-06-272-212/+330
* Set GError values on greeter method failuresRobert Ancell2016-06-242-12/+60
* Don't access unreffed valueRobert Ancell2016-06-241-1/+3
* Allow to compile with LIGHTDM_DISABLE_DEPRECATEDRobert Ancell2016-03-231-2/+4
* Fix docstringRobert Ancell2016-03-231-0/+1
* Add support for g_autoptr and liblightdm-gobjectRobert Ancell2016-01-255-0/+45
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
* Remove trailing whitespace from MakefilesRobert Ancell2015-08-211-1/+1