summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/lightdm/greeter.h
Commit message (Expand)AuthorAgeFilesLines
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-211-0/+2
* Docstring fixesRobert Ancell2016-11-021-2/+5
* Rework GObject typedefs to make GTK-Doc happyRobert Ancell2016-11-021-4/+7
* Revert r2392 - it seems to have broken ABI in liblightdm-gobjectRobert Ancell2016-09-301-5/+23
* Tidy up LightDMGreeterError documentation - still not sure why it doesn't sho...Robert Ancell2016-09-021-10/+10
* More documentationRobert Ancell2016-09-021-0/+2
* Use G_DECLARE_*_TYPE to simplify code and fix docsRobert Ancell2016-09-021-23/+5
* Return errors from all liblightdm methodsRobert Ancell2016-06-271-10/+16
* Set GError values on greeter method failuresRobert Ancell2016-06-241-0/+17
* Allow to compile with LIGHTDM_DISABLE_DEPRECATEDRobert Ancell2016-03-231-2/+4
* Add support for g_autoptr and liblightdm-gobjectRobert Ancell2016-01-251-0/+8
* Generate .vapi from GIR files and in the process fix a number of annotation i...Robert Ancell2015-08-101-0/+4
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-0/+7
* Rename lightdm_greeter_connect to lightdm_greeter_connect_to_daemon as it con...Robert Ancell2014-05-061-2/+4
* Merge with trunkRobert Ancell2014-04-291-2/+4
|\
| * Make resettable a construction property that is sent as part of the connect m...Robert Ancell2014-04-291-2/+2
| * First pass at reset supportMichael Terry2014-04-241-2/+4
* | Add asynchronous liblightdm-gobject methodsRobert Ancell2014-04-041-1/+14
|/
* explicitly provide shared dir path to sessionsMichael Terry2014-02-191-1/+1
* Make directory creation synchronousMichael Terry2014-02-181-1/+1
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-181-0/+2
* Replace tab characters with spacesRobert Ancell2013-07-021-7/+7
* Use C standard compliant names for header guardsRobert Ancell2013-04-231-3/+3
* Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against itRobert Ancell2013-02-011-3/+2
* Add greeter-show-remote-login hintRobert Ancell2012-10-011-0/+2
|\
| * Add greeter-show-remote-login hintMichael Terry2012-09-111-0/+2
* | Correctly implement and test autologin timeoutsRobert Ancell2012-09-201-0/+2
|/
* Start work on supporting remote session typesRobert Ancell2012-08-201-1/+3
* Add a seat option greeter-show-manual-login which hints to a greeter if it sh...Robert Ancell2012-03-081-0/+2
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-0/+2
* Add ability to set the language of a user from the greeterRobert Ancell2011-09-201-0/+2
* Add GErrors to liblightdm-gobjectRobert Ancell2011-07-241-2/+2
* Add class reserved entries for future expansionRobert Ancell2011-07-221-0/+8
* Added first Qt regression testRobert Ancell2011-07-211-1/+1
* connect_to_server -> connect_sync, start_session -> start_session_syncRobert Ancell2011-07-211-7/+2
* Really tidy up liblightdmRobert Ancell2011-07-191-40/+3
* Get rid of lightdm_greeter_get_user_listRobert Ancell2011-07-191-2/+0
* liblightdm-gobject splits UserList into its own classRobert Ancell2011-07-191-20/+10
* liblightdm-gobject now uses lightdm_ prefix instead of ldm_Robert Ancell2011-07-191-76/+76
* Add documentation to LdmPromptType and LdmMessageTypeRobert Ancell2011-07-191-0/+10
* Remove priv variables from liblightdm-gobjectRobert Ancell2011-07-191-4/+1
* Support hide-users hintRobert Ancell2011-07-181-1/+1
* Make generic hint fields for greetersRobert Ancell2011-07-181-5/+15
* Added a session-failed signal to indicate if the session didn't start and the...Robert Ancell2011-07-181-0/+1
* Drop theme codeRobert Ancell2011-07-181-8/+0
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-151-2/+0
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-141-0/+2
* Drop ldm_greeter_get_is_first() - it was added for testing and doesn't work wellRobert Ancell2011-07-141-2/+0
* show-message signal now has a MessageType field and takes over behaviour of s...Robert Ancell2011-07-121-2/+7
* show_prompt signal now has a PromptType fieldRobert Ancell2011-07-121-1/+7