summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-211-0/+1
| | | | Based on a patch by Roland Tapken.
* Add functions for getting contents of /etc/motdRobert Ancell2016-11-021-0/+1
|
* Add functions for getting fields from /etc/os-releaseRobert Ancell2016-11-021-0/+5
|
* Modernise GTK Doc generationRobert Ancell2016-11-023-143/+139
|
* Fix lots of GTK Doc issuesRobert Ancell2016-11-0210-1074/+86
|
* Fix generated docsRobert Ancell2016-09-023-42/+25
|
* Return errors from all liblightdm methodsRobert Ancell2016-06-271-0/+16
|
* Fix warning about deprecated methodsRobert Ancell2016-03-231-0/+2
|
* Add missing function to docRobert Ancell2016-03-231-0/+1
|
* Use AM_CPPFLAGS instead of deprecated INCLUDESRobert Ancell2015-09-301-1/+1
|
* Rename lightdm_greeter_connect to lightdm_greeter_connect_to_daemon as it ↵Robert Ancell2014-05-062-7/+7
| | | | conflicts with g_signal_connect in Python
* Merge with trunkRobert Ancell2014-04-292-0/+28
|\
| * Update documentation for resettable changesRobert Ancell2014-04-292-0/+28
| |
* | Update documentationRobert Ancell2014-04-292-0/+73
|/
* Releasing 1.9.81.9.8Robert Ancell2014-02-201-9/+10
|
* Make directory creation synchronousMichael Terry2014-02-182-2/+2
|
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-182-0/+10
|
* Merge with trunkRobert Ancell2013-07-235-1/+101
|\
| * Add new functions into documentationRobert Ancell2013-07-025-1/+101
| |
* | Use a session type for different types of sessionsRobert Ancell2013-07-092-0/+10
|/
* Add GErrors to liblightdm-gobjectRobert Ancell2011-07-242-6/+12
|
* Fix exampleRobert Ancell2011-07-221-27/+16
|
* Added first Qt regression testRobert Ancell2011-07-212-7/+7
|
* connect_to_server -> connect_sync, start_session -> start_session_syncRobert Ancell2011-07-212-56/+18
|
* Really tidy up liblightdmRobert Ancell2011-07-1910-214/+317
|
* Don't need loginWithUserPrompt(), just set a default in login()Robert Ancell2011-07-191-9/+0
|
* Get rid of lightdm_greeter_get_user_listRobert Ancell2011-07-191-1/+0
|
* Use AccountsService if it is availableRobert Ancell2011-07-192-0/+9
|
* liblightdm-gobject splits UserList into its own classRobert Ancell2011-07-193-30/+87
|
* Both libraries are now version 1 and have API and ABI guaranteesRobert Ancell2011-07-194-2/+2
|
* liblightdm-gobject now uses lightdm_ prefix instead of ldm_Robert Ancell2011-07-198-203/+203
|
* Improve liblightdm-gobject documentationRobert Ancell2011-07-192-25/+52
|
* Remove priv variables from liblightdm-gobjectRobert Ancell2011-07-196-307/+0
|
* Support hide-users hintRobert Ancell2011-07-182-7/+7
|
* Make generic hint fields for greetersRobert Ancell2011-07-182-20/+95
|
* Added a session-failed signal to indicate if the session didn't start and ↵Robert Ancell2011-07-181-0/+7
| | | | the greeter should try authorizing again
* Update for removed APIRobert Ancell2011-07-182-43/+0
|
* Remove the ill-thought-out select-user and select-guest signals. Get the ↵Robert Ancell2011-07-151-15/+0
| | | | greeter to set the default user when switching. Always close existing greeters when starting new ones
* Added two signals: select-user and select-guest. This requires the greeter ↵Robert Ancell2011-07-141-0/+15
| | | | to select a user account for logging in
* Drop ldm_greeter_get_is_first() - it was added for testing and doesn't work wellRobert Ancell2011-07-142-10/+0
|
* show-message signal now has a MessageType field and takes over behaviour of ↵Robert Ancell2011-07-121-8/+1
| | | | show-error signal
* Fix new show_prompt signalRobert Ancell2011-07-121-0/+1
|
* Fix error where an authentication failure from a previous session could be ↵Robert Ancell2011-07-121-1/+0
| | | | interpreted as a failure in the current session
* Load user defaults from client library, not by doing a round trip to the daemonRobert Ancell2011-07-122-14/+1
|
* Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses may not ↵Robert Ancell2011-07-122-4/+4
| | | | be secrets
* Add missing documentationRobert Ancell2011-07-122-1/+27
|
* Add ldm_greeter_login_with_user_prompt as an alias for ldm_greeter_login ↵Robert Ancell2011-07-121-0/+1
| | | | (greeter, NULL)
* Change greeter library API, starting a session no longer has a language optionRobert Ancell2011-06-291-9/+0
|
* Drop ldm_greeter_get_default_layout (X controls the layout), some cleanups ↵Robert Ancell2011-06-032-10/+0
| | | | in src/greeter.c
* More guest account work, change liblightdm APIRobert Ancell2011-06-033-9/+39
|