summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/gdm-greeter-session.c
Commit message (Expand)AuthorAgeFilesLines
* Move shutdown buttons to menu in panel (Bug #596151)Robert Ancell2009-10-201-1/+3
* Focus on login dialog after language dialog or layout dialog is closed.Takao Fujiwara2009-09-101-0/+11
* Make greeter window more clear when disable_user_list == TRUERay Strode2009-07-161-1/+14
* Drop superfluous call to gdk_screen_get_monitor_at_point that gotRay Strode2009-02-201-2/+0
* Work better in broken randr fake clone modeRay Strode2009-02-201-1/+39
* Add monitor attribute and show panel on screen/monitor that has theWilliam Jon McCann2008-08-201-2/+11
* Switch to using gnome-session 2.23.6+ for session management. The actualWilliam Jon McCann2008-08-141-400/+10
* Just start settings daemon instead of trying to activate it.William Jon McCann2008-07-221-3/+1
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+27
* Start orca without the main window and magnifierRay Strode2008-04-171-1/+1
* Add more lockdown.William Jon McCann2008-03-261-1/+29
* Add some more profile resolution.William Jon McCann2008-03-241-0/+3
* Add some more profiling stuff.William Jon McCann2008-03-241-26/+21
* 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-171-3/+16
* 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-121-1/+3
* When the user has successfully been verified, inform the greeter, so thatRay Strode2008-03-091-1/+12
* add new "start-session" to replace "interactive" from before Tell slave toRay Strode2008-03-091-15/+4
* ): Make "is-interactive" property to replace "interactive" signal, sinceRay Strode2008-03-091-4/+0
* Rename "Timed Login" request on the slave to "Auto Login" since that'sRay Strode2008-03-091-5/+7
* Read timed login configuration from the daemon, and pass along rather thanRay Strode2008-03-091-0/+15
* Add new "interactive" signal to login window which is emitted when theRay Strode2008-03-091-0/+26
* Use the new g-s-d method to dbus activate the service. Block while theWilliam Jon McCann2008-02-291-1/+92
* Change greeter to use the new slave interface setup in the last commitRay Strode2008-02-251-16/+16
* new function that is an analog of gdm_greeter_login_window_reset. RightRay Strode2008-02-211-1/+1
* revert some debug code that snuck in the last commitRay Strode2008-02-201-9/+0
* don't call create_authority here anymore either, since it's handled byRay Strode2008-02-201-0/+9
* Add initial support for timed login.William Jon McCann2008-02-201-0/+11
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-15/+0
* inform greeter session about language and session name changes in slaveRay Strode2008-02-181-0/+28
* Run gok in login window mode instead of normal modeRay Strode2008-02-141-1/+1
* If a mnemonic is successfully applied to a window then focus that windowRay Strode2008-02-081-9/+19
* Listen for key presses and try to apply them as mnemonics on allRay Strode2008-02-081-0/+28
* Start/stop orca etc in the greeter session.William Jon McCann2008-02-071-0/+154
* drop some signals that aren't used anymoreRay Strode2008-02-071-21/+0
* show language and session selection when a user is authenticating. HideRay Strode2008-02-071-0/+3
* Make sure handler arguments are swapped since that's what we asked for.William Jon McCann2008-02-071-3/+2
* connect to 'session-selected' signal of panel and inform daemon about newRay Strode2008-02-071-0/+5
* Put language selector in panelRay Strode2008-02-011-7/+12
* Enable the background settings module and remove theWilliam Jon McCann2007-12-221-7/+0
* Add some debug output for the state changes.William Jon McCann2007-12-211-2/+2
* Re-enable the panel. Don't show the hostname.William Jon McCann2007-12-201-2/+0
* Require new gnome-settings-daemon.William Jon McCann2007-12-181-2/+1
* Tweak some widget spacing and alignment.William Jon McCann2007-12-181-1/+2
* Add a common "chooser" widget. Patch from: Ray Strode <rstrode@redhat.com>William Jon McCann2007-12-171-1/+1
* Make the settings daemon load plugins from a specified gconf prefix.William Jon McCann2007-12-131-1/+1
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-12/+12
* Convert the GreeterClient to use dbus instead of dbus-glib. Add supportWilliam Jon McCann2007-10-301-6/+18
* Don't handle object messages in filter func.William Jon McCann2007-10-291-1/+1