summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Expand)AuthorAgeFilesLines
* Both libraries are now version 1 and have API and ABI guaranteesRobert Ancell2011-07-193-16/+16
* Fix Vala bindingsRobert Ancell2011-07-191-28/+28
* liblightdm-gobject now uses lightdm_ prefix instead of ldm_Robert Ancell2011-07-1913-687/+687
* Add documentation to LdmPromptType and LdmMessageTypeRobert Ancell2011-07-191-0/+10
* Improve liblightdm-gobject documentationRobert Ancell2011-07-193-23/+23
* Remove priv variables from liblightdm-gobjectRobert Ancell2011-07-1910-268/+327
* Support hide-users hintRobert Ancell2011-07-182-14/+12
* 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-182-78/+264
* Tidy up greeter protocolRobert Ancell2011-07-183-41/+30
* Added a session-failed signal to indicate if the session didn't start and the...Robert Ancell2011-07-183-1/+30
* Fix loading of incorrect X sessions dir in greeter libsRobert Ancell2011-07-181-1/+1
* 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-182-119/+6
* Removed the Vala and Python GTK+ greeters, they weren't being well maintained.Robert Ancell2011-07-181-3/+0
* Split the user accounts configuration into /etc/lightdm/users.conf so the mai...Robert Ancell2011-07-171-68/+19
* Drop most of the configure options, they aren't necessaryRobert Ancell2011-07-161-1/+1
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-153-69/+11
* 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-143-1/+48
* 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-142-17/+0
* show-message signal now has a MessageType field and takes over behaviour of s...Robert Ancell2011-07-124-35/+21
* Fix new show_prompt signalRobert Ancell2011-07-121-1/+1
* show_prompt signal now has a PromptType fieldRobert Ancell2011-07-124-5/+59
* Remove complex use of const, fix annotations on list ownershipRobert Ancell2011-07-122-12/+12
* Update example greeter to new API, fix some introspection bindingsRobert Ancell2011-07-122-4/+4
* Fix error where an authentication failure from a previous session could be in...Robert Ancell2011-07-121-11/+25
* Load user defaults from client library, not by doing a round trip to the daemonRobert Ancell2011-07-125-62/+40
* Drop obsolete GIR references from .vapiRobert Ancell2011-07-121-1/+1
* More tidying up of Vala bindingsRobert Ancell2011-07-121-72/+75
* Fix whitespaceRobert Ancell2011-07-121-1/+1
* Add has_default_session () to Vala bindingsRobert Ancell2011-07-121-1/+2
* Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses may not ...Robert Ancell2011-07-123-12/+12
* Add ldm_greeter_login_with_user_prompt as an alias for ldm_greeter_login (gre...Robert Ancell2011-07-122-0/+14
* Fix up allowing logins without a usernameRobert Ancell2011-07-121-1/+1
* Simplify .vapi fileRobert Ancell2011-07-111-81/+39
* Allow null username to be used for login requestsRobert Ancell2011-07-111-2/+4
* Fix crash when user accounts changeRobert Ancell2011-06-302-6/+6
* Change greeter library API, starting a session no longer has a language optionRobert Ancell2011-06-293-13/+9
* Make connecting to the system bus optional for testingRobert Ancell2011-06-161-2/+6
* Allow the greeter to know if this is the first greeter on this displayRobert Ancell2011-06-162-2/+22