summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-011-63/+10
|/
* Remove trailing whitespaceRobert Ancell2014-09-196-65/+65
* 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
* Add back Vala bindings for LightDM.Greeter.connect_sync - just mark as deprec...Robert Ancell2014-06-011-0/+2
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-282-2/+2
* Add .vapi binding for User.uidRobert Ancell2014-05-131-0/+1
* Remove unwanted modAndrea Cimitan2014-05-121-26/+2
* Merged trunk and added symbolsAndrea Cimitan2014-05-121-2/+26
|\
* | Rename functionAndrea Cimitan2014-05-121-1/+1
* | Add UID to lightdm gobject and qt bindingsAndrea Cimitan2014-05-092-2/+30
|/
* Rename lightdm_greeter_connect to lightdm_greeter_connect_to_daemon as it con...Robert Ancell2014-05-063-13/+32
* Fix errors generating Gir filesRobert Ancell2014-05-051-1/+1
* Remove dead codeRobert Ancell2014-04-291-3/+0
* Simplify request slightlyRobert Ancell2014-04-291-14/+10
* Merge with trunkRobert Ancell2014-04-293-7/+114
|\
| * 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-292-29/+26
| * | First pass at reset supportMichael Terry2014-04-242-2/+103
| |/
| * Fix return value for Vala bindings to Greeter.start_session_syncRobert Ancell2014-04-081-1/+1
* | Fix Request object not inheriting from GObjectRobert Ancell2014-04-291-1/+2
* | Add asynchronous liblightdm-gobject methodsRobert Ancell2014-04-043-154/+523
|/
* Remove unused variableRobert Ancell2014-03-181-1/+0
* Move config loading into one function; move that function into libcommon; cal...Michael Terry2014-03-171-25/+13
* simplify the patch based on Robert's feedbackCharles Kerr2014-03-171-17/+13
* don't call xkl_config_rec_get_from_server if we don't have a valid xkl_engine.Charles Kerr2014-03-151-10/+17
* 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-192-15/+16
* Make directory creation synchronousMichael Terry2014-02-182-6/+27
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-182-1/+38
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-043-9/+10
* Split core of user.c out into a sharable classMichael Terry2014-01-312-926/+100