summaryrefslogtreecommitdiff
path: root/gui/gdmlogin.c
Commit message (Expand)AuthorAgeFilesLines
* migrate gui to new config framework with a chainsawWilliam Jon McCann2007-06-011-3630/+0
* Add support for root background when login is accepted (bug #322056).Frederic Crozat2007-04-301-35/+1
* Add RBAC support and allow more configuration on how the System CommandsBrian Cameron2007-04-191-21/+92
* Changes to some strings related to custom commands stuff such that theyLukasz Zalewski2007-04-101-13/+13
* Usernames with non-utf8 characters were causing GDM GUI to crash when itBrian Cameron2007-04-061-2/+2
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-021-14/+4
* Now support the ability to change the language on the fly. EnhancementBrian Cameron2007-04-021-265/+44
* Fix gdmlogin and gdmgreeter so the "Configure GDM" menu choice is notBrian Cameron2007-03-271-0/+5
* Remove the PidFile configuration option. Fixes #162849William Jon McCann2007-03-261-1/+0
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-261-0/+1
* Phase 1 of removing vicious-extensions and replacing with a rewrite.Brian Cameron2007-03-211-67/+94
* Change Session mnemonic to "e" instead of "s" so it doesn't conflict toBrian Cameron2007-02-261-1/+1
* Rework how the "Start Again" button is made sensitive/insensitive so itBrian Cameron2007-02-081-6/+10
* Fixes by Ludwig Nussel <ludwig.nussel@suse.de>.Brian Cameron2007-02-061-6/+1
* Minor cleanupBrian Cameron2007-02-051-6/+3
* Better fix for not showing the face browser if the userlist is empty. NowBrian Cameron2007-02-051-18/+15
* Additional fixes for bug/feature request #334186. Fixed some of theLukasz Zalewski2006-12-111-1/+1
* Fixes bug/feature request #334186. Fixes bug #343206 Fixes bug #347101Lukasz Zalewski2006-12-071-2/+57
* Number of usability fixes for gdmlogin.c. Now do not bother showingBrian Cameron2006-10-301-39/+74
* Add new QUERY_CUSTOM_CMD_LABELS and QUERY_CUSTOM_CMD_NO_RESTART_STATUSBrian Cameron2006-10-301-26/+29
* Fixes enhancement request #358114. Added variables & functions used toLukasz Zalewski2006-10-291-1/+95
* Fix new at-spi code so that if DOING_GDM_DEVELOPMENT is set it does notBrian Cameron2006-10-091-1/+3
* gui/gdmcommon.h (gdm_commoN_atspi_launch) Header for launching theAriel Rios2006-10-061-21/+31
* fix off by one error in previous patch.Ray Strode2006-07-211-2/+2
* This patch attempts to fix the problem by turning on io channel's internalBrian Cameron2006-07-191-73/+48
* Fix for bug #341619. Now GDM does not save the Failsafe GNOME or XtermBrian Cameron2006-07-181-137/+3
* Correct serious issue where user can enter the configure screen with theirBrian Cameron2006-05-311-0/+7
* Now when a user is selected and a bad password is entered, GDM remembersBrian Cameron2006-05-231-9/+31
* Change "Start Over" to "Start Again" since discussion with Calum BensonBrian Cameron2006-05-091-1/+1
* Updated. Now use "Start Over" instead of Cancel.Brian Cameron2006-05-031-1/+1
* Adding per-display configuration support to GDM. Now if user has a fileBrian Cameron2006-04-271-0/+3
* Fixed strings so that they are marked as translatable. Fixes bug #338765.Brian Cameron2006-04-171-4/+4
* Now support --with-sysconfsubdir so that GDM can be configured to have theBrian Cameron2006-03-281-3/+9
* Mark string "Welcome" as to be translated. This doesn't break the stringBrian Cameron2006-03-161-1/+1
* A known issue with gdmdynamic is that when a display connects to theBrian Cameron2006-02-091-10/+5
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-071-46/+189
* Added new "options_button" which pops up the F10 menu. Modified themes toBrian Cameron2006-01-301-1/+1
* Change "XDMCP Chooser" to "Remote login via XDMCP". Fixing bug #328857.Brian Cameron2006-01-271-1/+1
* Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierdBrian Cameron2006-01-181-1/+1
* Use "Shut Down" instead of "Shut down" or "shut down".Brian Cameron2006-01-121-1/+1
* Fix problem with client not properly counting the number of connections,Brian Cameron2006-01-051-1/+1
* Now set greeter_probably_login_prompt to FALSE if we get a PasswordBrian Cameron2005-12-251-7/+1
* Happy holidays. Some bug fixes.Brian Cameron2005-12-251-147/+36
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-221-2/+2
* Patch by Padraig O'Briain <Padraig.OBriain@sun.com>, modified by myself soBrian Cameron2005-12-211-0/+1
* Now consistantly use "GDM" in strings instead of "gdm". Fixes bug #323221.Brian Cameron2005-12-141-8/+8
* Remove libgnome dependencies except in gdmflexiserver.c and gdmsetup.c.Brian Cameron2005-12-121-6/+4
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-231-21/+20
* Now use GDK_RGB_DITHER_MAX so that GDM always displays a nice backgroundBrian Cameron2005-11-221-4/+8
* This further improves GDM configuration so that now only the GDM daemonBrian Cameron2005-11-221-472/+170