summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/greeter.c
Commit message (Expand)AuthorAgeFilesLines
* Start work on supporting remote session typesRobert Ancell2012-08-201-2/+42
* queue up responses in greeter and send them at once to lightdm daemonMichael Terry2012-08-171-10/+36
* snapshot workMichael Terry2012-08-171-22/+9
* handle multiple responses encoded in a single string when passed to lightdm_g...Michael Terry2012-04-241-4/+22
* refuse to write malformed packets to lightdm daemonMichael Terry2012-04-021-16/+29
* Update documentation for lightdm_greeter_get_hide_users_hintRobert Ancell2012-03-081-1/+7
* Add a seat option greeter-show-manual-login which hints to a greeter if it sh...Robert Ancell2012-03-081-0/+34
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-1/+32
* Use paranoid error checking in liblightdm-gobjectRobert Ancell2011-10-081-4/+6
* Add language selector into GTK greeter (disabled by default)Robert Ancell2011-09-201-1/+1
* Add ability to set the language of a user from the greeterRobert Ancell2011-09-201-1/+27
* Put some asserts to check if connectedRobert Ancell2011-07-251-3/+22
* Add GErrors to liblightdm-gobjectRobert Ancell2011-07-241-2/+4
* Fix authentication greeter issuesRobert Ancell2011-07-221-16/+22
* Pass the username back from the daeamon so can tell who logged in as when usi...Robert Ancell2011-07-221-7/+27
* Added first Qt regression testRobert Ancell2011-07-211-10/+10
* connect_to_server -> connect_sync, start_session -> start_session_syncRobert Ancell2011-07-211-143/+105
* Really tidy up liblightdmRobert Ancell2011-07-191-699/+23
* Get rid of lightdm_greeter_get_user_listRobert Ancell2011-07-191-22/+0
* Use AccountsService if it is availableRobert Ancell2011-07-191-2/+0
* liblightdm-gobject splits UserList into its own classRobert Ancell2011-07-191-360/+37
* Face images are now local paths not URIsRobert Ancell2011-07-191-13/+8
* liblightdm-gobject now uses lightdm_ prefix instead of ldm_Robert Ancell2011-07-191-329/+329
* Improve liblightdm-gobject documentationRobert Ancell2011-07-191-16/+16
* Remove priv variables from liblightdm-gobjectRobert Ancell2011-07-191-113/+166
* Support hide-users hintRobert Ancell2011-07-181-13/+11
* Show users by defaultRobert Ancell2011-07-181-1/+3
* Fix crash on greeter connectRobert Ancell2011-07-181-2/+3
* Make generic hint fields for greetersRobert Ancell2011-07-181-73/+249
* Tidy up greeter protocolRobert Ancell2011-07-181-7/+30
* Added a session-failed signal to indicate if the session didn't start and the...Robert Ancell2011-07-181-0/+27
* Don't log error if user config emptyRobert Ancell2011-07-181-1/+2
* Fix uninitialized variableRobert Ancell2011-07-181-1/+1
* use gsize instead of gintRobert Ancell2011-07-181-1/+1
* Tidy up constant stringRobert Ancell2011-07-181-2/+3
* Add more debugging in sending messages to/from greeterRobert Ancell2011-07-181-0/+4
* Remove unnecessary g_clear_errorRobert Ancell2011-07-181-1/+0
* Rename LDM_ env variables to LIGHTDM_. Start greeter protocolRobert Ancell2011-07-181-4/+4
* Drop theme codeRobert Ancell2011-07-181-111/+6
* Split the user accounts configuration into /etc/lightdm/users.conf so the mai...Robert Ancell2011-07-171-68/+19
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-151-64/+10
* Ignore any PROMPT_AUTHENTICATION messages if requested to cancelRobert Ancell2011-07-141-0/+11
* Check sequence number on prompt authentication messagesRobert Ancell2011-07-141-51/+92
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-141-0/+44
* Drop obsolete greeter count codeRobert Ancell2011-07-141-5/+2
* Drop ldm_greeter_get_is_first() - it was added for testing and doesn't work wellRobert Ancell2011-07-141-15/+0
* show-message signal now has a MessageType field and takes over behaviour of s...Robert Ancell2011-07-121-25/+9
* Fix new show_prompt signalRobert Ancell2011-07-121-1/+1
* show_prompt signal now has a PromptType fieldRobert Ancell2011-07-121-3/+41
* Remove complex use of const, fix annotations on list ownershipRobert Ancell2011-07-121-8/+8