summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/greeter.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATERobert Ancell2021-02-161-32/+38
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-301-3/+1
* Move liblightdm variable declarations from the start of files.Robert Ancell2018-01-171-254/+130
* 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-111-2/+2
* Fix typos in docstringsRobert Ancell2017-11-221-1/+1
* Use g_auto to automatically free memoryRobert Ancell2017-09-271-16/+7
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-211-0/+27
* Add an API version to the greeter protocol so we can easily add new dataRobert Ancell2016-11-171-16/+52
* Fix lots of GTK Doc issuesRobert Ancell2016-11-021-1/+55
* Docstring fixesRobert Ancell2016-11-021-0/+13
* Revert r2392 - it seems to have broken ABI in liblightdm-gobjectRobert Ancell2016-09-301-51/+35
* Use G_DECLARE_*_TYPE to simplify code and fix docsRobert Ancell2016-09-021-35/+51
* GObject property coding style fixesRobert Ancell2016-08-021-2/+1
* 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-271-202/+314
* Set GError values on greeter method failuresRobert Ancell2016-06-241-12/+43
* Don't access unreffed valueRobert Ancell2016-06-241-1/+3
* Fix docstringRobert Ancell2016-03-231-0/+1
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
* Generate .vapi from GIR files and in the process fix a number of annotation i...Robert Ancell2015-08-101-8/+44
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-1/+2
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-6/+6
* Remove trailing whitespaceRobert Ancell2014-09-191-6/+6
* Print error messages if fail to set channel encodingsRobert Ancell2014-09-151-2/+12
* Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-041-8/+22
* liblightdm-gobject: Enabled the library for lower Glib I/O versionsOlivier Martin2014-06-271-7/+0
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-281-1/+1
* Rename lightdm_greeter_connect to lightdm_greeter_connect_to_daemon as it con...Robert Ancell2014-05-061-9/+26
* Remove dead codeRobert Ancell2014-04-291-3/+0
* Simplify request slightlyRobert Ancell2014-04-291-14/+10
* Merge with trunkRobert Ancell2014-04-291-4/+109
|\
| * Fix up some coding style errors in liblightdm-gobjectRobert Ancell2014-04-291-24/+37
| * Handle unexpected messages during synchronous calls. This is taken from an un...Robert Ancell2014-04-291-104/+243
| |\
| | * Handle unexpected messages during synchronous calls. This is taken from an un...Robert Ancell2014-04-291-97/+230
| * | Make resettable a construction property that is sent as part of the connect m...Robert Ancell2014-04-291-27/+24
| * | First pass at reset supportMichael Terry2014-04-241-0/+99
| |/
* | Fix Request object not inheriting from GObjectRobert Ancell2014-04-291-1/+2
* | Add asynchronous liblightdm-gobject methodsRobert Ancell2014-04-041-153/+505
|/
* Give meaningful return value if trying to create shared data directory for us...Robert Ancell2014-02-251-0/+7
* Fix reading response to ensure shared dir requestRobert Ancell2014-02-241-0/+1
* Read created directory from response, not sent message.Robert Ancell2014-02-211-1/+1
|\
| * Read created directory from response, not send messageRobert Ancell2014-02-211-1/+1
* | Make new shared dir code match existing coding style. Add some debugging mess...Robert Ancell2014-02-211-2/+3
|/
* explicitly provide shared dir path to sessionsMichael Terry2014-02-191-14/+15