summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix leaks. Fixes bug #499445. Patch by Andrew Ziem <ahziem1@mailbolt.com>Brian Cameron2007-11-265-3/+18
* Set execvec by calling make_us_an_exec_vector after setting indirect_host,Brian Cameron2007-11-261-19/+20
* Reversing last commit since it broke string freeze.Brian Cameron2007-11-144-15/+131
* No longer hardcode the password field to '*'. Instead use the GTK+ defaultBrian Cameron2007-11-144-131/+15
* "flexiserver", not "flexyiserver"Luca Ferretti2007-10-311-1/+1
* Use new "gdmflexiserver" icon in launcher Use new "gdmsetup" icon inLuca Ferretti2007-10-314-4/+4
* Change behavior of Tab so it acts like enter if the focus is on the entryBrian Cameron2007-10-152-0/+21
* Send a response before exiting to avoid a hang. Fixes bug #473480. PatchBrian Cameron2007-09-282-0/+5
* Turn off debug message logging. Fixes bug #478318.Brian Cameron2007-09-212-0/+6
* 2007-09-21 Dave Fincher <finchair@yahoo.com>^MDave Fincher2007-09-216-153/+155
* Remove icons not used in circles theme.Brian Cameron2007-09-202-0/+0
* Updated circle.xml so that the bottom buttons and bar to display onDave Fincher2007-09-202-36/+24
* I discovered that GDM was getting -lsocket and -lnsl from a different pcBrian Cameron2007-09-191-4/+10
* Set stdout/stderr to DEV_NULL when spawning at_spi_registryd and theBrian Cameron2007-09-181-2/+6
* Properly propegate the new atspidir to the c-file.GDM2_2_20_0Brian Cameron2007-09-172-1/+2
* Now allow users to specify the location of at-spi-registryd via theBrian Cameron2007-09-171-1/+1
* Fix casting so that it doesn't generate warnings when you enter/leaveBrian Cameron2007-09-171-3/+2
* Fix Macedonian language so that the language appears in the localBrian Cameron2007-09-121-1/+1
* Improve checking for input devices so it doesn't fail on Ubuntu, and weBrian Cameron2007-09-121-1/+3
* Set invisible character to '*' if the configuration file does not specifyBrian Cameron2007-08-281-0/+2
* Actually move the file.Brian Cameron2007-08-251-0/+0
* Fix bug #469759. Patch by Dave Fincher <finchair@yahoo.com>. 1. CDATABrian Cameron2007-08-254-4/+6
* This was badly out of date, the new DTD file is more accurate and containsBrian Cameron2007-08-211-20/+18
* Disable autocompletion in the face browser.Brian Cameron2007-08-162-0/+5
* Fix comment to have correct timed login message.Brian Cameron2007-08-153-3/+3
* Remove XInput code from dwellmouselistener.c since it doesn't seem to workBrian Cameron2007-08-151-107/+0
* We do not want to pop up the dialog showing other flexiservers runningBrian Cameron2007-08-091-3/+4
* Now properly set "Use 24 Hour Clock" to "yes" when this is its value. ItBrian Cameron2007-08-081-1/+1
* Some improvments.Brian Cameron2007-07-311-1/+1
* Now use g_strv_length to calculate the array size. Use an assert to checkBrian Cameron2007-07-301-1/+2
* Fixed some sting translation issues for bug #460407.Lukasz Zalewski2007-07-301-47/+49
* Autodetect the path to the nologin binary. Fixes bug #457958.Lo\357c Minier2007-07-301-1/+1
* Fix some issues with icons not showing up properly in gdmgreeter menu.Brian Cameron2007-07-185-3/+53
* Fix g_strsplit calls so that NULL return codes are better handled.Brian Cameron2007-07-1212-168/+180
* Fix memory handling of dialog_selected_language so it isn't freed when itBrian Cameron2007-07-111-1/+7
* Add icons to the gdmgreeter menu. Add new 24x24 directory. New directoryBrian Cameron2007-07-094-9/+35
* when getting the theme file added a check if the file is readable (theLukasz Zalewski2007-07-021-2/+4
* Fix warnings. Patch by Lo\357c Minier <lool@dooz.org>.Lo\357c Minier2007-06-285-24/+13
* Remove the default locale selection logic and let the system default to C.Lo\357c Minier2007-06-281-11/+0
* Now allow focus to move into the OK and Cancel buttons. Fix theBrian Cameron2007-06-281-3/+1
* move gui/login-photo.png to pixmaps/48x48/gdm-login-photo.pngMichael Terry2007-06-263-18/+1
* Call gdm_common_atspi_launch so that users can launch AT programs whenBrian Cameron2007-06-261-0/+8
* Install 48x48 icons to the hicolor theme and uses the correct GTK call toBrian Cameron2007-06-254-7/+19
* + 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