summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* + gui/greeter/greeter_parser.c: (parse_label): Ensure a non null size isFrederic Crozat2007-06-081-2/+5
* Updated. Updated to new release number. Change Name and Comment from "NewBrian Cameron2007-06-041-3/+3
* Add -lfontconfig to programs that link against gui/libgdmcommon.a since itBrian Cameron2007-06-042-3/+11
* Changed the way CustomCommandX are handled. Fixes bug #442355 Code cleanupLukasz Zalewski2007-06-044-62/+60
* Set invisible character to '*' if the configuration file doesn't specifyBrian Cameron2007-06-041-0/+4
* Prune users out of the user list if their shell is /sbin/nologin,Brian Cameron2007-06-041-0/+6
* No longer accept Tab as Enter, backing out fix for bug #127339. For a11yBrian Cameron2007-06-042-16/+1
* Now only display languages where the locale is actually installed on theBrian Cameron2007-06-043-1/+100
* Rework system locale setting so it is done in the main daemon rather thanBrian Cameron2007-06-041-0/+3
* Now install GDM desktop files to /usr/share/gdm/applications and appendBrian Cameron2007-05-141-6/+5
* Add ctrun support which can be enabled via --with-ctrun. This is a SolarisBrian Cameron2007-05-112-1/+28
* Check for existance of a theme before selecting a random theme. Fixes bugBrian Cameron2007-05-081-7/+31
* Add support for root background when login is accepted (bug #322056).Frederic Crozat2007-04-3014-55/+139
* Fix include order to correct compile issues on some platforms where uid_tBrian Cameron2007-04-241-1/+1
* Fix compile errors from 04/20 change.Brian Cameron2007-04-231-3/+2
* Fix detection of user specified in flexi command.William Jon McCann2007-04-201-12/+22
* Properly initialize gtk. Fixes #431044William Jon McCann2007-04-201-33/+24
* Add RBAC support and allow more configuration on how the System CommandsBrian Cameron2007-04-195-40/+184
* Set LogDir by default to /var/log/gdm and add configure --with-log-dirBrian Cameron2007-04-132-15/+23
* Fix for bug #428630. This was introduced by Ludwig Nussel when he rewroteBrian Cameron2007-04-122-23/+14
* Added missing handler for AlwaysLoginCurrentSession in General tab.Lukasz Zalewski2007-04-121-0/+3
* Add missing '/' between path and filename.William Jon McCann2007-04-101-1/+1
* Handle locale strings a bit better.William Jon McCann2007-04-101-1/+1
* Remove some debug lines.Brian Cameron2007-04-101-3/+0
* Fix some additional spelling issues raised in bug #423158.Brian Cameron2007-04-101-2/+2
* Changes to some strings related to custom commands stuff such that theyLukasz Zalewski2007-04-106-47/+47
* Fix language restart dialog so it works properly with the gdmgreeterBrian Cameron2007-04-103-39/+68
* When the user changes language, GDM pops up a dialog asking if the userBrian Cameron2007-04-091-2/+3
* Mark error strings for translation.Brian Cameron2007-04-091-4/+4
* Slightly better fix that causes gdmflexiserver to display the dialog GUIBrian Cameron2007-04-091-22/+33
* Report an error message when the gdmcomm_check test fails.Brian Cameron2007-04-091-0/+4
* Fix messages so that they don't imply that Xnest is the nested X serverBrian Cameron2007-04-061-4/+4
* Usernames with non-utf8 characters were causing GDM GUI to crash when itBrian Cameron2007-04-064-4/+28
* Return correct value when GET_CONFIG_FILE is asked for. Previously theBrian Cameron2007-04-053-270/+445
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-0222-1367/+1349
* Remove comment from desktop file that is no longer meaningful.Brian Cameron2007-04-021-2/+0
* Now specify TryExec based on actual Nested Xserver command used. Remove,Brian Cameron2007-04-022-6/+6
* Only show tar and compressed tar files in file chooser for selectingBrian Cameron2007-04-021-0/+8
* Remove needless include.Brian Cameron2007-04-021-2/+0
* Remove gnome glade, since it is not used anymore. Fixes bug #424696. PatchBrian Cameron2007-04-023-3/+1
* Fix strcpy so source and destination do not overlap. Fixes bug #424299.Brian Cameron2007-04-021-1/+3
* Now support the ability to change the language on the fly. EnhancementBrian Cameron2007-04-0210-729/+581
* In greeter_generate_userlist pass in the value for info rather thanBrian Cameron2007-03-271-5/+2
* Fix gdmlogin and gdmgreeter so the "Configure GDM" menu choice is notBrian Cameron2007-03-275-7/+35
* Partially fix #412576 by adding ATK label for the entry field. PatchBrian Cameron2007-03-271-0/+25
* Fix some messages. Partially fixes bug #423158.Brian Cameron2007-03-271-4/+4
* Fix check so the language combo style works. Fixes bug #423063. PatchBrian Cameron2007-03-271-1/+1
* Remove the AlwaysRestartServer configuration option. Fixes part of #326771William Jon McCann2007-03-262-26/+0
* Remove the PidFile configuration option. Fixes #162849William Jon McCann2007-03-264-6/+4
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-2624-20/+119