summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge with trunkRobert Ancell2015-08-101-1/+0
|\
| * Don't remove autotools generated files in distclean. That was kind of naughty...Robert Ancell2015-08-101-1/+0
* | Merge with trunkRobert Ancell2015-08-108-140/+123
|\ \ | |/
| * Generate .vapi from GIR files and in the process fix a number of annotation i...Robert Ancell2015-08-108-140/+123
* | Support Wayland sessions / greetersRobert Ancell2015-07-282-12/+21
|/
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-1/+2
* Revert removal of ConsoleKit support.Robert Ancell2014-11-141-10/+63
* Merge with trunkRobert Ancell2014-10-024-14/+27
|\
| * Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-304-14/+27