summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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 the...Robert Ancell2011-07-181-0/+7
* Update for removed APIRobert Ancell2011-07-182-43/+0
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-151-15/+0
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-141-0/+15
* 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 s...Robert Ancell2011-07-121-8/+1
* Fix new show_prompt signalRobert Ancell2011-07-121-0/+1
* Fix error where an authentication failure from a previous session could be in...Robert Ancell2011-07-121-1/+0
* 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
* Add missing documentationRobert Ancell2011-07-122-1/+27
* Add ldm_greeter_login_with_user_prompt as an alias for ldm_greeter_login (gre...Robert Ancell2011-07-121-0/+1
* 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 in...Robert Ancell2011-06-032-10/+0
* More guest account work, change liblightdm APIRobert Ancell2011-06-033-9/+39
* Move user manager into liblightdmRobert Ancell2011-05-051-0/+5
* Example greeter now handles user added/removedRobert Ancell2011-05-051-0/+10
* Start liblightdm-gobject understanding user changesRobert Ancell2011-05-032-0/+28
* Add example to the name of all the greetersRobert Ancell2011-04-181-0/+9
* Add greeter login_with_defaults methodRobert Ancell2011-04-181-0/+1
* Rename ldm_greeter_connect to ldm_greeter_connect_to_server so it doesn't cla...Robert Ancell2011-04-142-2/+2
* Add some documentation on ldm_greeter_get_user_defaultsRobert Ancell2011-04-142-0/+22
* Correctly pass LANG and LANGUAGE through to the sessionrobert.ancell@canonical.com2011-02-122-0/+11
* Update documentation:robert.ancell@canonical.com2010-12-156-8/+15
* Rename docs again...robert.ancell@canonical.com2010-12-014-1/+1
* Always use -0 on liblightdm libraries (fix greeter and doc build)robert.ancell@canonical.com2010-12-011-1/+1
* Renamed libldmgreeter to liblightdm (docs)robert.ancell@canonical.com2010-12-014-1/+1
* Renamed libldmgreeter to liblightdmrobert.ancell@canonical.com2010-12-011-7/+7
* Can't add Makefile.in to DISTCLEANFILES in doc/ - gtk-doc.make runs this duri...robert.ancell@canonical.com2010-12-011-1/+0
* Fix doc buildrobert.ancell@canonical.com2010-12-011-7/+10
* Change language/layout/session when user selected in GTK+ greeterrobert.ancell@canonical.com2010-11-013-0/+64
* Add configuration for default language/layoutrobert.ancell@canonical.com2010-10-312-5/+15
* Update docslightdm-0.1.2robert.ancell@canonical.com2010-09-101-0/+1
* Update docsRobert Ancell2010-08-142-18/+25
* Support theme properties, use this to find the gtkrc in GNOME themerobert.ancell@gmail.com2010-07-212-2/+56