]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - liblightdm-gobject/greeter.c
Revert r2392 - it seems to have broken ABI in liblightdm-gobject
[sojka/lightdm.git] / liblightdm-gobject / greeter.c
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-08-20 Robert AncellSupport multiple simultaneous PAM prompts
2012-08-17 Michael Terryqueue up responses in greeter and send them at once...
2012-08-17 Michael Terrymerge from trunk
2012-08-17 Michael Terrysnapshot work
2012-04-24 Michael Terryhandle multiple responses encoded in a single string...
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-04-02 Michael Terrydon't have liblightdm-gobject send malformed packets...
2012-04-02 Michael Terryrefuse to write malformed packets to lightdm daemon
2012-03-08 Robert AncellUpdate documentation for lightdm_greeter_get_hide_users...
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-10-07 Robert AncellFix reference counting issue in ConsoleKit code
2011-10-07 Robert AncellMerge in changes
2011-10-07 Robert AncellUse paranoid error checking in liblightdm-gobject
2011-09-20 Robert AncellAdd language selector into GTK greeter (disabled by...
2011-09-20 Robert AncellAdd ability to set the language of a user from the...
2011-07-25 Robert AncellPut some asserts to check if connected
2011-07-24 Robert AncellAdd GErrors to liblightdm-gobject
2011-07-22 Robert AncellFix authentication greeter issues
2011-07-21 Robert AncellPass the username back from the daeamon so can tell...
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 AncellUse AccountsService if it is available
2011-07-19 Robert Ancellliblightdm-gobject splits UserList into its own class
2011-07-19 Robert AncellFace images are now local paths not URIs
2011-07-19 Robert Ancellliblightdm-gobject now uses lightdm_ prefix instead...
2011-07-18 Robert AncellImprove liblightdm-gobject documentation
2011-07-18 Robert AncellRemove priv variables from liblightdm-gobject
2011-07-18 Robert AncellSupport hide-users hint
2011-07-18 Robert AncellShow users by default
2011-07-18 Robert AncellFix crash on greeter connect
2011-07-18 Robert AncellMake generic hint fields for greeters
2011-07-18 Robert AncellTidy up greeter protocol
2011-07-18 Robert AncellAdded a session-failed signal to indicate if the sessio...
2011-07-18 Robert AncellDon't log error if user config empty
2011-07-18 Robert AncellFix uninitialized variable
2011-07-18 Robert Ancelluse gsize instead of gint
2011-07-18 Robert AncellTidy up constant string
2011-07-18 Robert AncellAdd more debugging in sending messages to/from greeter
2011-07-18 Robert AncellRemove unnecessary g_clear_error
2011-07-18 Robert AncellRename LDM_ env variables to LIGHTDM_. Start greeter...
2011-07-18 Robert AncellDrop theme code
2011-07-17 Robert AncellSplit the user accounts configuration into /etc/lightdm...
2011-07-15 Robert AncellRemove the ill-thought-out select-user and select-guest...
2011-07-14 Robert AncellIgnore any PROMPT_AUTHENTICATION messages if requested...
2011-07-14 Robert AncellCheck sequence number on prompt authentication messages
2011-07-14 Robert AncellAdded two signals: select-user and select-guest. This...
2011-07-14 Robert AncellDrop obsolete greeter count code
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 AncellFix new show_prompt signal
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 AncellFix error where an authentication failure from a previo...
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-07-12 Robert AncellFix up allowing logins without a username
2011-07-11 Robert AncellAllow null username to be used for login requests
2011-06-30 Robert AncellFix crash when user accounts change
2011-06-29 Robert AncellChange greeter library API, starting a session no longe...
2011-06-16 Robert AncellMake connecting to the system bus optional for testing
2011-06-16 Robert AncellAllow the greeter to know if this is the first greeter...
2011-06-14 Robert AncellUse org.freedesktop.DisplayManager instead of org.light...
2011-06-10 Robert AncellMerge copyright changes
2011-06-10 Robert AncellCopy greeter protocol block writing to daemon
2011-06-10 Robert AncellWrite greeter messages in blocks
2011-06-09 Robert AncellUse guint8 instead of gchar when filling buffers
2011-06-09 Robert AncellCorrectly read data from greeter/daemon in unsigned...
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-06 Robert AncellTidy up user updating code
2011-05-05 Robert AncellMove user manager into liblightdm
2011-05-05 Robert AncellExample greeter now handles user added/removed
2011-05-03 Robert AncellAdd missing documentation
2011-05-03 Robert AncellStart liblightdm-gobject understanding user changes
2011-04-21 Robert AncellMove public liblightdm-gobject-0 headers into subdirectory
2011-04-21 Robert AncellFix console kit get_can_*() methods
2011-04-21 Robert AncellConnect up Greeter.cancel_authentication
2011-04-21 Robert AncellFix in_authenticaiton not being connected
2011-04-21 Robert AncellHandle default language when LANG is not defined
2011-04-21 Robert AncellMerge in Qt changes
2011-04-21 Robert AncellAdd g_return_if_fail macros to all the liblightdm-gobje...
2011-04-18 Robert AncellFix bugs with new login_with_defaults
2011-04-18 Robert AncellAdd greeter login_with_defaults method
2011-04-15 Robert AncellMore G-I annotations
2011-04-14 Robert AncellAdd list element-type annotations
2011-04-14 Robert AncellRename ldm_greeter_connect to ldm_greeter_connect_to_se...
2011-04-14 Robert AncellAdd some documentation on ldm_greeter_get_user_defaults
next