summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* change some g_strconcat's to g_build_filename's to address #118040. stillGeorge Lebl2003-07-243-11/+136
* whack some debug messagesGeorge Lebl2003-07-231-9/+0
* use pause() instead of select with all zero arguments. Also fix selectGeorge Lebl2003-07-238-396/+34
* set justification according to the anchor. If the anchor centers the text,George Lebl2003-07-221-0/+14
* eek, it's /dev/null, not dev/nullGeorge Lebl2003-07-211-17/+6
* add mnemonics to _Username: and _Password: by a somewhat of a hack.George Lebl2003-07-201-208/+17
* Fix some keynav issues from #117776. Add mnemonics where possible, changeGeorge Lebl2003-07-206-29/+90
* mention the GDM manual in the help dialog box. Connecting to the manual isGeorge Lebl2003-07-204-52/+79
* update the documentation a lot and install the docs. Yay! We have actualGeorge Lebl2003-07-1914-25/+364
* Use english Glade comment, non-ASCII characters may cause weirdChristian Neumair2003-07-192-6/+6
* Remove the translations from the .xml.in files (they are now processed byGeorge Lebl2003-07-155-59/+6
* add EXTRA_CHOOSER_LIBS to LIBS for gdmchooserGeorge Lebl2003-07-151-0/+1
* Fix #97774 by resetting the rlimits back to infinity after we fork theGeorge Lebl2003-07-158-162/+142
* using /tmp as failsafe for HOME seems on second thought patently bad forGeorge Lebl2003-07-116-35/+96
* use the ve_ versions of the environment funcs and use ve_config instead ofGeorge Lebl2003-07-117-40/+39
* This is a system SETUP tool, not a system tool so change System keyword toGeorge Lebl2003-07-101-1/+1
* :George Lebl2003-07-082-5/+5
* minor leak fixes in case auth file writes failGeorge Lebl2003-07-081-0/+4
* Error dialogs are not warnings, and should have OK and not CLOSE. NotGeorge Lebl2003-07-082-4/+4
* compile gdmgreeter with viciousui (adds also libgnomeui, though we don'tGeorge Lebl2003-07-0814-442/+504
* the display check code was wrong, it only used the tcp connections. WhichGeorge Lebl2003-07-071-0/+18
* Change so that messages in the .po files do not contain unneccessaryGeorge Lebl2003-07-075-59/+80
* Fix Terminal entries and add StartupNotify support where appropriate.Jordi Mallach2003-07-024-5/+7
* after setting the label on select, resize login boxGeorge Lebl2003-06-261-4/+3
* don't use file name from session name.Frédéric Crozat2003-06-161-1/+1
* Fix #85543 by changing the .desktops to call gdm Login Screen and not GDM.George Lebl2003-06-127-8/+12
* Thu Jun 12 Diego Gonzalez <diego@pemas.net>George Lebl2003-06-121-0/+2
* Allow empty label textGeorge Lebl2003-06-121-5/+7
* use $HOME/.face by defaultGeorge Lebl2003-06-107-293/+269
* Mon Jun 09 Brian Cameron <Brian.Cameron@Sun.COM>Brian Cameron2003-06-091-5/+13
* I should check if things compile, shouldn't IGeorge Lebl2003-06-061-1/+1
* Dialogs have no separators. Makes them look at least a bit closer to HIGGeorge Lebl2003-06-065-0/+19
* Dialogs have no separators. Makes them look at least a bit closer to HIGGeorge Lebl2003-06-067-2/+41
* add a query for the capslock state in the greeterGeorge Lebl2003-06-064-4/+77
* attempt at hig-ifying the xdmcp pageGeorge Lebl2003-06-063-449/+503
* Use the Welcome label in the greeter (as long as the stock welcome stringGeorge Lebl2003-06-058-138/+351
* Fix #56654 by removing programmer references out of translatable stringsGeorge Lebl2003-06-059-875/+1215
* shutup cvs -GeorgeGeorge Lebl2003-06-041-0/+6
* The pam setup now asks for the username itself. This is accompanied by aGeorge Lebl2003-06-046-296/+249
* after 3 seconds of no response print an error message if a host was justGeorge Lebl2003-06-043-20/+135
* change ScanTime default to 4, which really coincides with the fact that weGeorge Lebl2003-06-031-5/+24
* whack gdmmktemp since it wasn't being used, move gdmaskpass and gdmopen toGeorge Lebl2003-06-033-66/+270
* whack subtype, though read it from "legacy" xml files into "type" (as longGeorge Lebl2003-06-034-16/+25
* update the DTD for the chooser stuff. Also the type/subtype stuff wasGeorge Lebl2003-06-031-2/+3
* just do exit rather then gdm_main_quit, since that might possible haveGeorge Lebl2003-05-301-3/+13
* when there is a query in the command line, don't add the -nolisten tcpGeorge Lebl2003-05-303-13/+113
* update the default config for the new chooser server flag by addingGeorge Lebl2003-05-309-28/+135
* add the utf8 translation for belarussian.George Lebl2003-05-271-1/+1
* make OK the default action to make pressing Enter work as expectedGeorge Lebl2003-05-193-14/+41
* Fix #104757 by adding a scrolled window to the theme preview thingie. ThisGeorge Lebl2003-05-192-229/+247