summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Add screenshot tool.William Jon McCann2008-03-191-5/+11
* Consolidate do_cancel and reset_dialog since they overlapped inRay Strode2008-03-191-26/+25
* Add missing include.William Jon McCann2008-03-181-0/+1
* Load local users and monitor passwd for changes.William Jon McCann2008-03-181-3/+224
* Show name in current language in a tooltip. From: Matthias ClasenWilliam Jon McCann2008-03-184-27/+43
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-172-42/+10
* Don't set opacity on login window.William Jon McCann2008-03-172-2/+2
* Lock down some compiz keys. Set LIBGL_ALWAYS_INDIRECT for compiz.William Jon McCann2008-03-171-1/+5
* Add a gconf key to enable preferring compiz over metacity.William Jon McCann2008-03-172-3/+27
* Compare both name and id fields when doing typeahead search.William Jon McCann2008-03-171-0/+64
* Beep on auth problem. Enable sound plugin.William Jon McCann2008-03-172-0/+12
* Deiconify the window when it is iconified.William Jon McCann2008-03-151-0/+19
* Really center the choosers.William Jon McCann2008-03-131-0/+4
* Try centering language and session chooser widgets on panel.William Jon McCann2008-03-132-3/+22
* use glib and gconf plugins when running compizWilliam Jon McCann2008-03-121-2/+2
* Fix a few leaks and make sure we don't unref null replies.William Jon McCann2008-03-124-6/+26
* Restart automatic login timer if user is doing things in the session.Ray Strode2008-03-111-2/+52
* Handle case where we can't lookup a GdmUser (for whatever reason). CouldWilliam Jon McCann2008-03-112-6/+20
* Don't glog in the signal handlers. Add a default SIGTRAP handler so we getWilliam Jon McCann2008-03-101-13/+1
* Remove duplicate signal definition.William Jon McCann2008-03-101-10/+0
* gui/simple-greeter/gdm-chooser-widget.c: (start_timer), (stop_timer):Ray Strode2008-03-101-0/+8
* When the user has successfully been verified, inform the greeter, so thatRay Strode2008-03-095-1/+45
* add new "start-session" to replace "interactive" from before Tell slave toRay Strode2008-03-093-20/+54
* ): Make "is-interactive" property to replace "interactive" signal, sinceRay Strode2008-03-092-10/+33
* Keep timed_login_enabled in sync with state of automatic login userRay Strode2008-03-091-1/+3
* Only show automatic login timer when the automatic login user is selectedRay Strode2008-03-091-12/+5
* Rename "Timed Login" request on the slave to "Auto Login" since that'sRay Strode2008-03-095-18/+34
* Read timed login configuration from the daemon, and pass along rather thanRay Strode2008-03-095-51/+65
* Add new "interactive" signal to login window which is emitted when theRay Strode2008-03-093-0/+39
* After successfully verifying the user, wait until the greeter gives the goRay Strode2008-03-092-0/+12
* STRING,INT):Ray Strode2008-03-091-0/+75
* Hook up signal handler to greeter.William Jon McCann2008-03-081-0/+80
* Fix NULL string issue in debug statement.Brian Cameron2008-03-061-1/+2
* Try a little harder to not keep sensitive data in memory.William Jon McCann2008-03-051-3/+18
* Draw selected timers with the right colors when they aren't focusedRay Strode2008-03-051-3/+10
* Link common convenience lib to test binary, to prevent build failureRay Strode2008-03-051-0/+1
* add timer animation next to automatic login userRay Strode2008-03-051-0/+4
* add timer cell renderer to build Add new timer api to chooser widget thatRay Strode2008-03-053-6/+251
* rename in_use_column and number_of_in_use_rows to status_column andRay Strode2008-03-051-13/+14
* New cell renderer that does clock count-down animation (will be improvedRay Strode2008-03-052-0/+290
* Use a connect button, set an initial size for the window, removeWilliam Jon McCann2008-03-043-2/+5
* Destroy the remote login window when the xserver quits.William Jon McCann2008-03-043-17/+140
* Abstract the host selection to be able to support other kinds in additionWilliam Jon McCann2008-03-049-112/+513
* Be sure to lock screen when switching to login window. Also trim some fat.William Jon McCann2008-03-031-94/+27
* Order the users in the applet the same way we do for the greeter: in orderWilliam Jon McCann2008-03-032-31/+57
* Desensitize the current user.William Jon McCann2008-03-031-22/+46
* return state of caps lock key, not state of caps lock indicator lightRay Strode2008-02-291-4/+4
* Don't eat all key presses in caps lock handlerRay Strode2008-02-291-21/+11
* Use the new g-s-d method to dbus activate the service. Block while theWilliam Jon McCann2008-02-292-2/+92
* Add a banner message feature.William Jon McCann2008-02-283-20/+154