summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-5/+43
* Make loading new sessions asynchronousRay Strode2010-08-171-96/+296
* Set up seat proxy asynchronously with usersRay Strode2010-08-171-80/+225
* Move seat stuff into its own structureRay Strode2010-08-171-24/+32
* Load sessions asynchronously at startupRay Strode2010-08-171-21/+66
* Add maybe_set_is_loaded functionRay Strode2010-08-171-11/+22
* Don't load users in user manager automaticallyRay Strode2010-08-171-1/+0
* Only retry login if user list enabledRay Strode2010-08-161-1/+2
* More username escape fixesRay Strode2010-08-131-2/+8
* Fix intermittent failure to load user listRay Strode2010-08-111-1/+2
* Port to UPowerMartin Pitt2010-08-102-20/+17
* Escape user's name before adding to chooserRay Strode2010-07-201-2/+8
* Revert "Escape names before showing in markup"Ray Strode2010-07-201-11/+3
* Don't try to grab focus before the widget is shownWilliam Jon McCann2010-06-282-10/+21
* Actually drop cancellableRay Strode2010-06-251-8/+1
* Drop GCancellable from user manager structRay Strode2010-06-241-1/+0
* Address issues found in code reviewWilliam Jon McCann2010-06-234-169/+96
* Make escape cancel timed loginWilliam Jon McCann2010-06-231-1/+2
* Don't show the user chooser until it is loadedWilliam Jon McCann2010-06-231-4/+4
* Fix usage of user managerWilliam Jon McCann2010-06-231-0/+9
* Don't jump to authenticate before users are loadedWilliam Jon McCann2010-06-231-2/+4
* Fix case where timed login and disable-user-list are both enabledWilliam Jon McCann2010-06-231-37/+47
* Add --timed-login argument to the greeter test programWilliam Jon McCann2010-06-231-1/+17
* Load visible items after growing the chooserWilliam Jon McCann2010-06-221-11/+14
* Simplify the handling of dialog stateWilliam Jon McCann2010-06-221-69/+61
* Fix layout handling after "Cancel"Ray Strode2010-06-223-7/+9
* Fall back to old "stock_person" icon if avatar-default is unavailableRay Strode2010-06-221-16/+63
* Use correct property name in notifyWilliam Jon McCann2010-06-221-1/+1
* Remove unused functionWilliam Jon McCann2010-06-211-13/+0
* show the username input box when there's no local userVincent Untz2010-06-212-5/+22
* Add ability to retry login on failuresWilliam Jon McCann2010-06-215-52/+163
* Fix showing the correct options for non local displaysWilliam Jon McCann2010-06-212-102/+113
* Fix some leaks and odditiesWilliam Jon McCann2010-06-171-39/+49
* Fix various compiler warningsWilliam Jon McCann2010-06-172-10/+1
* Call XdmcpFill with properly initialized lengthRay Strode2010-06-171-1/+2
* Use lsb_release if available to determine system descriptionWilliam Jon McCann2010-06-161-2/+17
* Allow non-source-dir buildTheppitak Karoonboonyanan2010-06-161-0/+1
* Specify x11 libs before xdmcp libs when linkingWilliam Jon McCann2010-06-161-2/+2
* Revert "Focus on login dialog after language dialog or layout dialog is closed."Ray Strode2010-06-167-74/+0
* xdmcp: disable IPV6_V6ONLY for ipv6 listening socketsJulien Cristau2010-06-161-0/+7
* Hide control-center item from user switch if unavailableRay Strode2010-06-161-2/+9
* Fix panel shrinking after icon theme changesWilliam Jon McCann2010-06-151-4/+7
* Correctly disconnect the signals from the login buttonsWilliam Jon McCann2010-06-151-5/+12
* Set Unlock button as can-defaultWilliam Jon McCann2010-06-151-0/+1
* Initialize the alignment as if it was in the grown stateWilliam Jon McCann2010-06-151-1/+1
* When setting the cursor to the top also scroll the windowWilliam Jon McCann2010-06-151-0/+8
* Don't try to move the cursor to the top after every changeWilliam Jon McCann2010-06-151-3/+1
* Run ck-history with the --since option of ~2 monthsWilliam Jon McCann2010-06-111-1/+12
* Defer setting is-loaded until passwd and ck-history are loadedWilliam Jon McCann2010-06-111-1/+16
* Add a 1 second watchdog on the ck-history processWilliam Jon McCann2010-06-112-1/+100