summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* If a GDM session desktop file is marked as "Hidden=true" then do not showBrian Cameron2008-05-021-4/+0
* Fix the 24HourClock setting so that we do not save translated strings asBrian Cameron2008-04-291-7/+22
* Correct copyright information for Sun contributions to the code.Brian Cameron2008-03-283-4/+4
* Use GDK functions to get the proper screen resolution.Brian Cameron2008-03-191-119/+11
* If the user uses the default remote welcome string for local displays orBrian Cameron2008-03-062-3/+12
* Honor default password character rather than hardcoding to '*'. ModifyBrian Cameron2008-03-024-131/+15
* Fix code so that saving custom widgetry values works again. Now the filesBrian Cameron2008-02-291-3/+24
* Brian Cameron <brian.cameron@sun.com>Brian Cameron2008-01-241-15/+0
* Revert to the old logic for handling options. This uses g_option_context*Brian Cameron2007-12-101-13/+17
* Now "Esc" key acts like the "Start Again" button. Fixes enhancementBrian Cameron2007-12-102-8/+29
* In gdm_load_displays, just return if keys is NULL rather than crashing.Brian Cameron2007-12-032-0/+5
* 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