summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix bug I introduced into gdmsetup when I made it use the new gdmconfigBrian Cameron2005-12-141-5/+4
* Fix Makefile so that libviciousui.a is used instead ofBrian Cameron2005-12-141-15/+6
* Now consistantly use "GDM" in strings instead of "gdm". Fixes bug #323221.Brian Cameron2005-12-147-24/+24
* Correct two typos. "Backgroud" to "Background" and "WIndow" to "Window".Brian Cameron2005-12-131-2/+2
* Add GET_SERVER_LIST and GET_SERVER_DETAILS sockets functions so thatBrian Cameron2005-12-136-391/+383
* Remove libgnome dependencies except in gdmflexiserver.c and gdmsetup.c.Brian Cameron2005-12-1226-94/+88
* First set of UI changes as recommended by Calum Benson.Dennis Cranston2005-12-042-177/+94
* Fix a double free. Remove unused function.Dennis Cranston2005-11-241-14/+0
* Fix bug #317744, "Login photo dialog is awful", by simplifying the dialog.Dennis Cranston2005-11-242-403/+122
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-2315-118/+113
* Backing out this fix. It is not needed.Brian Cameron2005-11-232-16/+0
* Fix build on Darwin. Fixes bug #322085. Patch provided byBrian Cameron2005-11-232-1/+20
* Remove value_set_hash since it isn't really needed. Further cleanup.Brian Cameron2005-11-231-13/+1
* Minor tweaks. Honor doing_update when doing translations and don'tBrian Cameron2005-11-231-7/+24
* Fix compiler warnings. Fixes bug #322053. Patch provided by FredericBrian Cameron2005-11-227-166/+165
* 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-2234-1405/+1182
* Add drag and drop support for new themes.Dennis Cranston2005-11-141-105/+266
* No longer #ifdef the reading of the Multicast config data. It's okay ifBrian Cameron2005-11-081-4/+0
* No longer link against libvicious since it isn't used by the gesturesBrian Cameron2005-11-041-5/+2
* Update Name, GenericName & Comment to "Login Window" preferences. ChangeDennis Cranston2005-11-041-4/+4
* Set the window icon. Use HIG recommended widget spacing.Dennis Cranston2005-11-042-87/+125
* Redesign of daemon configuraton. Now all vicious-extensions logic is inBrian Cameron2005-11-0410-180/+180
* Fix bug #314685, "Gdmsetup UI fixes". Based on redesign mockups by CalumDennis Cranston2005-10-284-4978/+8288
* 2005-10-28 Brian Cameron <brian.cameron@sun.com.Brian Cameron2005-10-281-3/+3
* 2005-10-28 Brian Cameron <brian.cameron@sun.com.Brian Cameron2005-10-281-3/+3
* No longer set tooltips for menu items in gdmlogin. These are distracting,Brian Cameron2005-10-145-158/+68
* Change the way the "OK" and "Cancel" buttons work so that they areBrian Cameron2005-10-064-15/+36
* Correct reading of config file. Fixes bug #313701. Patch provided byBrian Cameron2005-10-041-1/+1
* Fix label to remove unwanted "\n" characters. Fixes bug #317820.Brian Cameron2005-10-031-5/+2
* Fix messages. Thanks to Adam Weinberger <adamw@gnome.org> for patches.Brian Cameron2005-09-302-2/+2
* Remove syslog() test that causes needless syslog message when SolarisBrian Cameron2005-09-292-2/+2
* Consolidate screensaver activation code. Don't use deprecated gnome-exec.William Jon McCann2005-09-281-48/+64
* Now print syslog warning if GDM theme has ulist but does not haveBrian Cameron2005-09-271-0/+3
* Remove needless include.Brian Cameron2005-09-272-2/+0
* Cleaned up startnew option.Brian Cameron2005-09-271-38/+38
* Only set right/left mouse buttons to map to button1 when RUNNING_UNDER_GDMBrian Cameron2005-09-272-38/+44
* use gnome-screensaver if available instead of xscreensaver.Rodrigo Moya2005-09-232-8/+31
* Add documentation regarding how to set up Automatic Login on Solaris.Brian Cameron2005-09-214-21/+12
* Fix gdmsetup so that when user modifies Include/Exclude list, it alsoBrian Cameron2005-09-152-14/+49
* Now turn on gesture debug when GDM debug is on. Fix bug inBrian Cameron2005-09-142-142/+186
* Correct memory leaks. Fixes bug #315388, patch by Ray Strode with minorBrian Cameron2005-09-0710-40/+70
* Corrected definition of void function to avoid compiler warning.Brian Cameron2005-09-061-1/+1
* Fixed syslog debugging so it works better.Brian Cameron2005-08-302-4/+8
* GNOME HIG fixes for the Language, Session and Message dialogs. ModifiedDennis Cranston2005-08-2614-260/+355
* Fix reading of configuration file so it works.Brian Cameron2005-08-181-1/+1
* added missing tooltips.Rodrigo Moya2005-08-172-0/+8
* Change installation location of gdmphotosetup.desktop fromBrian Cameron2005-08-151-1/+1
* Updated links to point to http://www.gnome.org/projects/gdm/ for theBrian Cameron2005-08-151-6/+14
* Add a new option --startnew (or -s) to start a new flexible server withoutBrian Cameron2005-08-121-33/+41