summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/greeter-main.c
Commit message (Expand)AuthorAgeFilesLines
* gui: drop fallback greeterRay Strode2013-05-231-284/+0
* Port to g_unix_signal_add(), drop GdmSignalHandlerColin Walters2013-01-221-52/+5
* Remove handling of SIGSEGV/SIGFPE/SIGILL etc.Colin Walters2013-01-221-9/+0
* Drop calls to g_type_init()/g_thread_init()Colin Walters2012-12-031-2/+0
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-1/+1
* greeter: explicitly quit when bus goes awayRay Strode2012-09-061-0/+5
* greeter: port to libgdmRay Strode2012-07-171-45/+64
* Migrate GDM off GConf to GSettings.Marek Kasik2012-03-151-1/+0
* common: don't tank on criticalsRay Strode2011-06-281-2/+0
* Put the schemas in /usrJosselin Mouette2010-09-151-1/+1
* Fix GDM debugging so that it works. Now debugging is enabled via theBrian Cameron2009-11-091-9/+3
* Make the greeter a well-behaved session clientMatthias Clasen2009-04-271-0/+53
* Switch to using gnome-session 2.23.6+ for session management. The actualWilliam Jon McCann2008-08-141-216/+81
* Don't unconditionally set debugging in the greeter. Now we'll enable it ifWilliam Jon McCann2008-04-291-1/+20
* Use glib main loop directly instead of running gtk_main before we runWilliam Jon McCann2008-04-151-9/+16
* Enable a11y unless it is explicitly turned off.William Jon McCann2008-04-021-3/+11
* Add some more profile resolution.William Jon McCann2008-03-241-4/+21
* Add some more profiling stuff.William Jon McCann2008-03-241-0/+9
* Don't glog in the signal handlers. Add a default SIGTRAP handler so we getWilliam Jon McCann2008-03-101-13/+1
* Hook up signal handler to greeter.William Jon McCann2008-03-081-0/+80
* Add initial support for timed login.William Jon McCann2008-02-201-0/+1
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-16/+26
* Use assertions for criticals everywhere for unstable builds.William Jon McCann2007-10-261-18/+2
* Change to abort on criticals not just warnings.William Jon McCann2007-10-251-2/+2
* Add autostart for LoginWindow greeter session levels.William Jon McCann2007-10-251-1/+0
* Start atspi-registryd and xsettings manager.William Jon McCann2007-10-241-2/+180
* More refactoring. Change gdm-greeter.c to be just a window. Make greeterWilliam Jon McCann2007-10-231-1/+25
* Refactor some of the greeter. Break DBus client into new class. Create aWilliam Jon McCann2007-10-231-427/+20
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-41/+0
* Init gnome-vfs.William Jon McCann2007-10-031-0/+2
* Require the greeter to call BeginVerification. But only after the greeterWilliam Jon McCann2007-10-031-0/+42
* Add skeleton for user switcher widget.William Jon McCann2007-10-021-1/+1
* Don't auto-activate g-p-m. Try to get focus in entry.William Jon McCann2007-09-111-1/+1
* Add a greeter panel bar with an embedded notification area.William Jon McCann2007-09-051-3/+1
* Add SelectHostname, Disconnected, and GetDisplayId methods to the greeterWilliam Jon McCann2007-09-051-1/+82
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-254/+254
* Don't echo authentication responses.William Jon McCann2007-08-281-1/+1
* Make XDMCP logins work.William Jon McCann2007-07-251-0/+2
* Make sure we pass the PATH to the greeterWilliam Jon McCann2007-07-191-0/+18
* Make suspend work in greeterWilliam Jon McCann2007-07-191-13/+24
* Update copyrightWilliam Jon McCann2007-07-141-2/+1
* Start D-Bus session for greeter and activate PowerManagerWilliam Jon McCann2007-07-111-0/+34
* Reset the greeter after a session is startedWilliam Jon McCann2007-07-111-0/+15
* Make cancellation work. Fix up the signal handler and add backtraces.William Jon McCann2007-06-211-2/+2
* Add user-selected and reset/cancel actions.William Jon McCann2007-06-191-0/+52
* Start of a new greeterWilliam Jon McCann2007-06-121-0/+279