summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Expand)AuthorAgeFilesLines
* Clarify form of language stringsRobert Ancell2013-04-243-3/+3
* Fix the two bugs which prevent the language selection from working. Fixes: ht...Guido Berhoerster2013-04-241-7/+1
|\
| * Do not strip the codeset when loading the Language filed from dmrcGuido Berhoerster2013-04-161-7/+1
* | Style fixes for logind patchRobert Ancell2013-04-241-13/+5
* | Use everywhere instead of UPower and ConsoleKit - lock/unlock/suspend/hiberna...Iain Lane2013-04-231-62/+105
|\ \
| * | Whitespace fixesIain Lane2013-04-231-16/+18
| * | Fix copy and paste errorsIain Lane2013-04-231-2/+2
| * | Call the correct function names for UPower suspend/hibernate_allowdIain Lane2013-04-221-2/+2
| * | Fix some problems picked up by -Wall -WerrorIain Lane2013-04-181-3/+0
| * | Use logind for suspend/hibernate too, if available.Iain Lane2013-04-181-57/+101
| * | Merge trunkIain Lane2013-04-161-44/+167
* | | Use C standard compliant names for header guardsRobert Ancell2013-04-238-24/+24
| |/ |/|
* | Add upower testsRobert Ancell2013-04-151-23/+52
* | Fix lightdm_get_can_restart/shutdown calling both logind and consolekitRobert Ancell2013-04-151-70/+90
* | More coding style fixesRobert Ancell2013-04-151-1/+1
* | Fix coding styleRobert Ancell2013-04-151-23/+27
* | Support logind in liblightdmRex Dieter2013-04-151-4/+74
|/
* Pass --symbol-prefix via LightDM_1_gir_SCANNERFLAGS rather thanDmitrijs Ledkovs2013-04-021-1/+1
* Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against itRobert Ancell2013-02-0115-50/+35
* Add greeter-show-remote-login hintRobert Ancell2012-10-013-0/+35
|\
| * Add greeter-show-remote-login hintMichael Terry2012-09-113-0/+35
* | Update Vala bindings for new Greeter.authenticate_autologinRobert Ancell2012-09-201-0/+1
* | Correctly implement and test autologin timeoutsRobert Ancell2012-09-202-0/+20
|/
* Use [CCode (has_type_id = false)] as suggested by RobertAlbert Astals2012-09-031-2/+2
* Tell the vala compiler these enums work as intsAlbert Astals2012-08-301-0/+2
* Do not insert null session into sessionsAlbert Astals2012-08-271-2/+3
* Update default config to have remote-sessions-directory and check this in lib...Robert Ancell2012-08-271-3/+12
* Get lightdm_get_remote_sessions() returning correct listRobert Ancell2012-08-272-39/+56
* Update liblightdm .vapi for new APITed Gould2012-08-271-0/+2
* Start work on supporting remote session typesRobert Ancell2012-08-204-3/+62
* queue up responses in greeter and send them at once to lightdm daemonMichael Terry2012-08-171-10/+36
* merge from trunkMichael Terry2012-08-173-13/+57
|\
| * Use xsession directory from lightdm.conf in liblightdmRobert Ancell2012-06-142-2/+30
| |\
| | * fixes 920150 for liblightdm-gobject by reading xsessions-directory from the c...Sam Yates2012-06-132-3/+29
| |/
| * Fix introspection warningsRobert Ancell2012-06-122-7/+7
| * Fix allocation error setting default layout arrayRobert Ancell2012-04-301-3/+5
| * fix some memory leaksMichael Terry2012-04-252-1/+15
* | 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
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-201-4/+0
* 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-083-0/+37
* Implement mising D-Bus methods in testsRobert Ancell2012-02-281-2/+7
* Add a has-messages property to liblightdmRobert Ancell2012-02-153-8/+70
* switch how lightdm_user_get_layouts is represented in the vapi file so as to ...Michael Terry2012-02-101-2/+3
* add layouts property, expose it in vapiMichael Terry2012-02-092-1/+14
* allow asking for list of configured layouts for a given userMichael Terry2012-02-092-10/+75
* Merge with trunkRobert Ancell2012-02-092-10/+96
|\
| * check accountsservice for XKeyboardLayout value per userMichael Terry2012-02-011-1/+10