summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/gdm-user-chooser-widget.c
Commit message (Expand)AuthorAgeFilesLines
* Make activation of single item work a bit more reliably.William Jon McCann2008-08-191-18/+35
* Rename to gdm_chooser_widget_set_activate_on_one_item to make it clearWilliam Jon McCann2008-08-191-9/+9
* Don't load the user manager if local users are disabled. Fix focusWilliam Jon McCann2008-08-191-160/+166
* Focus the user list after users have been loaded.William Jon McCann2008-08-151-0/+1
* Increase user icon size from 64 to 96.William Jon McCann2008-07-201-1/+1
* Set the initial user selection correctly. Also avoid some flicker whileWilliam Jon McCann2008-07-201-20/+49
* Add a GConf key for not showing normal users in the user list.Matthias Clasen2008-05-081-0/+30
* Remove User: label for now. Looks a bit cleaner and I think we should beWilliam Jon McCann2008-04-301-2/+0
* Add two new signals "users-loaded" and "loading-users" to signify when theRay Strode2008-04-211-0/+12
* drop the empty pixbuf and force a fixed width and height on the cellRay Strode2008-04-081-27/+2
* Drop icons for Other and Auto users for nowRay Strode2008-04-081-2/+27
* Add initial support for timed login.William Jon McCann2008-02-201-26/+92
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-11/+0
* Don't show guest until it does something.William Jon McCann2008-02-071-2/+2
* Forgot to add a priority argument to the load_icons foreach func.William Jon McCann2008-02-041-0/+1
* Only show users that have frequently logged in.William Jon McCann2008-02-041-2/+29
* Reload the themed icons when the icon theme changes.William Jon McCann2007-12-221-23/+108
* Load the list of sessions for each user at startup.William Jon McCann2007-12-181-5/+15
* Convert user chooser to derive from chooser widget. Patch from: Ray StrodeWilliam Jon McCann2007-12-171-555/+45
* Use ConsoleKit to drive populate the list of sessions for each user.William Jon McCann2007-11-051-4/+4
* More session list stuff.William Jon McCann2007-11-051-2/+2
* Make checkbox column smaller.William Jon McCann2007-10-301-1/+1
* Add some baseline stuff for getting logged in status. Add a new pixbufWilliam Jon McCann2007-10-281-31/+122
* Clear the selection after a user is chosenWilliam Jon McCann2007-10-281-3/+11
* Remove deleted users from the modelWilliam Jon McCann2007-10-281-1/+33
* Add loading face images.William Jon McCann2007-10-281-4/+4
* Spread the buttons in user-select mode. Add some padding to the pixbufWilliam Jon McCann2007-10-281-0/+6
* Add a begin-verification-for-user. Make clicking other startWilliam Jon McCann2007-10-271-7/+4
* Remove some unneeded code. Populate the model in an idle.William Jon McCann2007-10-271-103/+35
* Add guest/other "special" items to user list.William Jon McCann2007-10-271-28/+90
* Add some support for logged in status.William Jon McCann2007-10-271-20/+55
* Hide other users when one is chosen.William Jon McCann2007-10-261-83/+177
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-0/+9
* Add basic user monitoring. Hook up to user-list.William Jon McCann2007-10-031-61/+61
* Require the greeter to call BeginVerification. But only after the greeterWilliam Jon McCann2007-10-031-0/+17
* Oops really revert this time.William Jon McCann2007-10-021-8/+9
* Revert last commit. Use simpler widget. Add tooltips and changeWilliam Jon McCann2007-10-021-8/+24
* Use a custom scrolling widget for user list. Adapted from eog-thumb-nav.William Jon McCann2007-10-021-9/+7
* Add skeleton for user switcher widget.William Jon McCann2007-10-021-0/+570