]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - liblightdm-gobject/lightdm/greeter.h
Revert r2392 - it seems to have broken ABI in liblightdm-gobject
[sojka/lightdm.git] / liblightdm-gobject / lightdm / greeter.h
2016-09-30 Robert AncellRevert r2392 - it seems to have broken ABI in liblightd...
2016-09-01 Robert AncellTidy up LightDMGreeterError documentation - still not...
2016-09-01 Robert AncellMore documentation
2016-09-01 Robert AncellUse G_DECLARE_*_TYPE to simplify code and fix docs
2016-06-27 Robert AncellReturn errors from all liblightdm methods
2016-06-24 Robert AncellSet GError values on greeter method failures
2016-04-26 Robert AncellAllow fcitx and mozc to run in guest session
2016-03-23 Robert AncellAllow to compile with LIGHTDM_DISABLE_DEPRECATED
2016-01-25 Robert AncellAdd support for g_autoptr and liblightdm-gobject
2015-10-16 Robert AncellWhen locking a session, if an existing greeter can...
2015-08-10 Robert AncellPrevent ~/.bashrc from being sourced when ~/.profile...
2015-08-09 Robert AncellMerge with trunk
2015-08-09 Robert AncellGenerate .vapi from GIR files and in the process fix...
2014-10-14 Jesús GonzálezMerged changes from parent branch
2014-10-02 Robert AncellMerge with trunk
2014-10-02 Robert AncellRefactored code to replace hardcoded signal identificat...
2014-09-29 Jesús GonzálezRefactored code to replace hardcoded signal identificat...
2014-05-06 Robert AncellRename lightdm_greeter_connect to lightdm_greeter_conne...
2014-05-06 Robert AncellRename lightdm_greeter_connect to lightdm_greeter_conne...
2014-04-29 Robert AncellAdd asynchronous methods to liblightdm - lightdm_greete...
2014-04-29 Robert AncellMerge with trunk
2014-04-28 Robert AncellMerge with trunk
2014-04-28 Robert AncellHandle unexpected messages during synchronous calls...
2014-04-28 Robert AncellAdd support for greeters that stay alive after logging...
2014-04-28 Robert AncellMake resettable a construction property that is sent...
2014-04-28 Michael TerryMerge from trunk
2014-04-24 Michael TerryFirst pass at reset support
2014-04-03 Robert AncellAdd asynchronous liblightdm-gobject methods
2014-02-19 Michael TerryAdd support for shared user data directories between...
2014-02-19 Michael Terryexplicitly provide shared dir path to sessions
2014-02-18 Michael TerryMerge from trunk
2014-02-18 Michael TerryMake directory creation synchronous
2014-02-18 Michael TerryAdd liblightdm function to ensure a shared data directory
2013-08-19 Robert AncellMerge with trunk
2013-08-15 Michael TerryMerge from trunk
2013-07-23 Robert AncellMerge with trunk
2013-07-17 Robert AncellMerge with trunk
2013-07-17 Robert AncellFix distcheck.
2013-07-17 Robert AncellUpdate liblightdm-gobject documentation for new functions.
2013-07-16 Robert AncellMerge with trunk
2013-07-09 Robert AncellUse a session type for different types of sessions
2013-07-09 Robert AncellMerge with trunk
2013-07-09 Robert AncellMerge with trunk
2013-07-02 Robert AncellReplace tab characters with spaces
2013-06-04 Robert AncellStart work on Mir sessions
2013-05-09 Robert AncellMerge with trunk
2013-04-30 Robert AncellMerged
2013-04-30 Robert AncellMerge with trunk
2013-04-24 Guido BerhoersterFix the two bugs which prevent the language selection...
2013-04-23 Iain LaneUse everywhere instead of UPower and ConsoleKit - lock...
2013-04-23 Robert AncellUse C standard compliant names for header guards. Fixes...
2013-04-23 Robert AncellUse C standard compliant names for header guards
2013-03-06 Robert AncellMerge with trunk
2013-01-31 Robert AncellRelicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code...
2012-10-05 Robert AncellChanges to QLightDM
2012-10-01 Robert AncellAdd greeter-show-remote-login hint
2012-09-20 Robert AncellCorrectly implement and test autologin timeouts
2012-09-11 Michael TerryAdd greeter-show-remote-login hint
2012-08-29 Robert AncellAdd remote sessions
2012-08-20 Robert AncellStart work on supporting remote session types
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-03-08 Robert AncellAdd a seat option greeter-show-manual-login which hints...
2012-02-09 Robert AncellMerge with trunk
2012-02-09 Robert AncellAdd Lock D-Bus method that locks the seat and provides...
2011-09-20 Robert AncellAdd ability to set the language of a user from the...
2011-07-24 Robert AncellAdd GErrors to liblightdm-gobject
2011-07-22 Robert AncellAdd class reserved entries for future expansion
2011-07-21 Robert AncellAdded first Qt regression test
2011-07-21 Robert Ancellconnect_to_server -> connect_sync, start_session -...
2011-07-19 Robert AncellReally tidy up liblightdm
2011-07-19 Robert AncellGet rid of lightdm_greeter_get_user_list
2011-07-19 Robert Ancellliblightdm-gobject splits UserList into its own class
2011-07-19 Robert Ancellliblightdm-gobject now uses lightdm_ prefix instead...
2011-07-18 Robert AncellAdd documentation to LdmPromptType and LdmMessageType
2011-07-18 Robert AncellRemove priv variables from liblightdm-gobject
2011-07-18 Robert AncellSupport hide-users hint
2011-07-18 Robert AncellMake generic hint fields for greeters
2011-07-18 Robert AncellAdded a session-failed signal to indicate if the sessio...
2011-07-18 Robert AncellDrop theme code
2011-07-15 Robert AncellRemove the ill-thought-out select-user and select-guest...
2011-07-14 Robert AncellAdded two signals: select-user and select-guest. This...
2011-07-14 Robert AncellDrop ldm_greeter_get_is_first() - it was added for...
2011-07-12 Robert Ancellshow-message signal now has a MessageType field and...
2011-07-12 Robert Ancellshow_prompt signal now has a PromptType field
2011-07-12 Robert AncellRemove complex use of const, fix annotations on list...
2011-07-12 Robert AncellUpdate example greeter to new API, fix some introspecti...
2011-07-12 Robert AncellLoad user defaults from client library, not by doing...
2011-07-12 Robert AncellRename ldm_greeter_provide_secret to ldm_greeter_respon...
2011-07-12 Robert AncellAdd ldm_greeter_login_with_user_prompt as an alias...
2011-06-29 Robert AncellChange greeter library API, starting a session no longe...
2011-06-16 Robert AncellAllow the greeter to know if this is the first greeter...
2011-06-09 Robert AncellMerge in changes for LP:#789389
2011-06-03 Robert AncellDrop ldm_greeter_get_default_layout (X controls the...
2011-06-03 Robert AncellMore guest account work, change liblightdm API
2011-06-03 Robert AncellMore plumbing for guest logins
2011-05-03 Robert AncellStart liblightdm-gobject understanding user changes
2011-04-21 Robert AncellMove public liblightdm-gobject-0 headers into subdirectory