summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct use-after-free issue with the dynamic session in the sessionsBrian Cameron2005-08-091-2/+2
* Fixed strings, refer to bugs #312959, 312960, and 312961.Brian Cameron2005-08-091-4/+4
* Made XML conformant. Now GDM is more backwards compatible. The change toBrian Cameron2005-08-042-2/+69
* Change GDM_KEY_SERVERS to GDM_KEY_SECTION_SERVER and addedBrian Cameron2005-08-042-27/+419
* Reorder code so that the affirmative response is always the rightmostRyan Lortie2005-08-011-6/+6
* Removed special option for 24 hour time format. Added function to parseTommi Vainikainen2005-07-266-57/+74
* Don't return a pointer into the middle of a string that must be freed.William Jon McCann2005-07-262-8/+17
* Somehow missed adding this file. Add file.William Jon McCann2005-07-252-0/+2
* A few more tweaks to the face browser.William Jon McCann2005-07-242-186/+245
* Updated images.William Jon McCann2005-07-2432-38/+27
* Oops, I was trying to be careful and not check in gdmsetup.glade file that I ...Brian Cameron2005-07-232-1/+3
* Bumped version to 2.8.0.2 since a new interface was added, theBrian Cameron2005-07-2311-102/+213
* New file. Add glade file. Rewritten to be more HIG compliant, useWilliam Jon McCann2005-07-223-305/+732
* C89 compliance patch provided by Jens Granseuer. Fixes bug #311097.Brian Cameron2005-07-211-5/+8
* Remove unused gtkmessagedialog.h header file. Removing these files fromWilliam Jon McCann2005-07-214-200/+0
* Tweak the colors in the user list. Make the background translucent behindWilliam Jon McCann2005-07-203-20/+48
* Moved gdm_common_show_info_msg, gdm_common_msg and gdm_common_query fromBrian Cameron2005-07-204-141/+138
* Backed out calls to g_chmod since gdm2 should not depend on glib functionsBrian Cameron2005-07-201-0/+4
* Use common function for loading face images.William Jon McCann2005-07-197-142/+181
* Use HIG style button layout. Fixes #310549William Jon McCann2005-07-191-5/+13
* Added gdmdynamic and gdmthemetester binaries to .cvsignore filesTommi Vainikainen2005-07-192-0/+2
* Cleanup terminology, and fix many strings. See bug #310453. Also fixes bugTommi Vainikainen2005-07-1910-28/+25
* Use new gstdio functions and set correct permission on .face.William Jon McCann2005-07-141-7/+10
* Cleaned up configure file. Changed "Gnome" to "GNOME".Brian Cameron2005-07-121-2/+2
* No longer use C99 features that do not work with gcc 2.95, specifically doBrian Cameron2005-06-302-36/+51
* Upgrading to pkgconfig 0.17.2 broke the Solaris build because it no longerBrian Cameron2005-06-222-5/+56
* Fix Delete button sensitivity. Fixes part of bug #302354. Patch by AndrewBrian Cameron2005-06-171-6/+55
* Fix leaks. Addresses bug #307482. Patch provided by Kjartan Maraas. RemoveBrian Cameron2005-06-157-32/+13