summaryrefslogtreecommitdiff
path: root/gui/gdmchooser.c
Commit message (Expand)AuthorAgeFilesLines
* Clean houseWilliam Jon McCann2007-06-121-2071/+0
* migrate gui to new config framework with a chainsawWilliam Jon McCann2007-06-011-124/+84
* Add missing '/' between path and filename.William Jon McCann2007-04-101-1/+1
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-021-972/+964
* 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-155/+162
* Fix definition of gdm_chooser_cancel so it is not static. With it beingBrian Cameron2007-03-121-2/+1
* Fix setting of PIPE_BUF to fix buf #409801 to fix Hurd support.Brian Cameron2007-02-261-10/+10
* : Fix warnings and fix an assertion in gdm because it calledBrian Cameron2007-01-311-4/+4
* Additional fixes for bug/feature request #334186. Fixed some of theLukasz Zalewski2006-12-111-1/+3
* Cleaner fix for same problem fixed in last commit.Brian Cameron2006-12-051-14/+2
* Fix so that if the "%" key is entered in the input field in gdmchooser,Brian Cameron2006-12-051-2/+14
* Fix gdm_common_setup_blinking so it doesn't try to callBrian Cameron2006-07-311-1/+1
* stop using popt in favour of glib's GOption command line parsing.Christian Kirbach2006-05-121-31/+17
* Fix setting of GdmHosts so it should use the hosts from the config fileBrian Cameron2006-04-171-25/+30
* Updated NEWS. Fix references to the BROADCAST key so it is correctlyBrian Cameron2006-04-131-2/+2
* Now support --with-sysconfsubdir so that GDM can be configured to have theBrian Cameron2006-03-281-4/+12
* A known issue with gdmdynamic is that when a display connects to theBrian Cameron2006-02-091-25/+14
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-071-100/+153
* Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierdBrian Cameron2006-01-181-1/+1
* Happy holidays. Some bug fixes.Brian Cameron2005-12-251-2/+2
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-221-3/+3
* After two months, the redesign of GDM's internal configuration is finallyBrian Cameron2005-12-201-8/+0
* Now consistantly use "GDM" in strings instead of "gdm". Fixes bug #323221.Brian Cameron2005-12-141-2/+2
* Remove libgnome dependencies except in gdmflexiserver.c and gdmsetup.c.Brian Cameron2005-12-121-2/+2
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-231-17/+16
* Fix compiler warnings. Fixes bug #322053. Patch provided by FredericBrian Cameron2005-11-221-5/+6
* This further improves GDM configuration so that now only the GDM daemonBrian Cameron2005-11-221-174/+84
* No longer #ifdef the reading of the Multicast config data. It's okay ifBrian Cameron2005-11-081-4/+0
* Set the window icon. Use HIG recommended widget spacing.Dennis Cranston2005-11-041-0/+2
* Redesign of daemon configuraton. Now all vicious-extensions logic is inBrian Cameron2005-11-041-17/+17
* No longer set tooltips for menu items in gdmlogin. These are distracting,Brian Cameron2005-10-141-52/+17
* Fix messages. Thanks to Adam Weinberger <adamw@gnome.org> for patches.Brian Cameron2005-09-301-1/+1
* Correct memory leaks. Fixes bug #315388, patch by Ray Strode with minorBrian Cameron2005-09-071-35/+48
* GNOME HIG fixes for the Language, Session and Message dialogs. ModifiedDennis Cranston2005-08-261-24/+39
* Bumped version to 2.8.0.2 since a new interface was added, theBrian Cameron2005-07-231-2/+10
* Cleanup terminology, and fix many strings. See bug #310453. Also fixes bugTommi Vainikainen2005-07-191-2/+2
* Change "reboot" to "restart". Changed function names and variables fromBrian Cameron2005-06-021-1/+1
* Cleanup for login success/failure sounds. Patch provided by MarkBrian Cameron2005-04-201-4/+0
* Add login success/failure sounds. Patch provided by Andrew Case. Refer toBrian Cameron2005-04-191-2/+6
* Patched locale.alias to include missing languages. Patch provided by RayBrian Cameron2005-04-121-9/+7
* Changed messages so that I-form isn't used. Fixes bug #118193. NoticedBrian Cameron2005-04-061-2/+2
* Fix a number of run-on sentences. Fixes bug 170532.Adam Weinberger2005-03-191-2/+2
* "fix" #148349 by adding French (Belgium), French (Switzerland), GermanGeorge Lebl2004-08-031-0/+1
* on non-local displays, and on displays other then the primary :0 display,George Lebl2004-06-011-0/+18
* Apply and heavily massage a patch from Muktha to add font setting to theGeorge Lebl2004-05-061-8/+1
* Fixup the theme changing. Add keys GtkTheme, AllowGtkThemeChange andGeorge Lebl2004-02-121-9/+23
* Wed Feb 11 Muktha <muktha.narayan@wipro.com>Muktha Narayan2004-02-121-0/+8
* Fix #125064 by correctly reading out the chooser output and ignoring allGeorge Lebl2004-01-061-20/+27
* Added IPv6 supportBalamurali Viswanathan2003-12-091-129/+648