summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* i2006-04-14 Brian Cameron <brian.cameron@sun.com>GDM2_2_14_3Brian Cameron2006-04-241-4/+3
* Fix for C89 compilers. Patch by Jens Granseuer <jensgr@gmx.net>.Brian Cameron2006-04-181-1/+3
* Fixed strings so that they are marked as translatable. Fixes bug #338765.Brian Cameron2006-04-173-14/+14
* Fix setting of GdmHosts so it should use the hosts from the config fileBrian Cameron2006-04-171-25/+30
* Added. This makes gdmsetup.desktop get properly translated. Fixes bugBrian Cameron2006-04-172-5/+5
* Updated NEWS. Fix references to the BROADCAST key so it is correctlyBrian Cameron2006-04-131-2/+2
* Now include gdmthemetester.in in EXTRA_DIST instead of gdmthemetester.Brian Cameron2006-04-111-1/+1
* Update .cvsignore files to include generated files not currently listed.Brian Cameron2006-04-051-0/+3
* HIG fix for spacing between the menu bar and welcome message categories.Dennis Cranston2006-04-031-102/+115
* Fix "Show Actions Menu" section so it appears when both "plain" andBrian Cameron2006-03-301-224/+236
* Fix warning.Brian Cameron2006-03-291-1/+1
* Removed a C99 local variable definition that breaks the build with gccJulio M. Merino Vidal2006-03-288-22/+57
* Now support --with-sysconfsubdir so that GDM can be configured to have theBrian Cameron2006-03-2816-31/+113
* Updated to have new logo file.Brian Cameron2006-03-212-2/+2
* Added new SVG official logos and now theme uses the new logo. Removed oldBrian Cameron2006-03-216-6/+72
* Fix error that causes a core dump when you click on fields that have anBrian Cameron2006-03-191-2/+7
* Mark string "Welcome" as to be translated. This doesn't break the stringBrian Cameron2006-03-161-1/+1
* Fix TryExec to use EXPANDED_SBINDIR, so that the program will run even ifBrian Cameron2006-03-161-1/+1
* Correct definition of gdmcomm_set_allow_sleep to avoid compile warning.Brian Cameron2006-03-131-1/+1
* Add new GET_CUSTOM_CONFIG_FILE gdmflexiserver command so gdmsetup can editBrian Cameron2006-03-133-2/+31
* Now open Options menu below the button if possible, and above if there isBrian Cameron2006-03-061-2/+6
* Small patch that I think will fix core dumping problem reported in bugBrian Cameron2006-02-271-1/+4
* Clean up memory handling.Brian Cameron2006-02-242-25/+32
* Add new "gtk-theme" property to <greeter> tag theme xml format, so theBrian Cameron2006-02-211-1/+22
* Fix broken comparison so test if theme is broken actually works.Brian Cameron2006-02-171-1/+1
* Fix face browser so it works better. Sometimes we get PROMPT calls forBrian Cameron2006-02-172-6/+6
* Fix some GCC C-99 compile issues. Fixes bug #331450. Patch provided byBrian Cameron2006-02-161-2/+3
* Fixes to make config work better.Brian Cameron2006-02-161-3/+3
* Fix issue with gdmsetup freeing theme_dir when it shouldn't. PatchBrian Cameron2006-02-151-12/+26
* Fix issue with gdmsetup freeing theme_dir when it shouldn't.Brian Cameron2006-02-151-18/+9
* Use g_hash_table_replace instead of freeing the string value in the hash.Brian Cameron2006-02-151-11/+6
* Reorganize libraries so that it is easier to build GDM against a testBrian Cameron2006-02-152-33/+33
* Updated. Update to 2.13.0.8 and use EXPANDED_DATADIR instead of %{datadir}Brian Cameron2006-02-132-15/+15
* Fix problem with options button and F10 menu not working if the button isBrian Cameron2006-02-117-27/+41
* Fix bug that was causing gdmflexiserver to fail. Because we were callingBrian Cameron2006-02-112-24/+22
* A known issue with gdmdynamic is that when a display connects to theBrian Cameron2006-02-0911-129/+361
* Return compiled in value if slave fails to get a value back from theBrian Cameron2006-02-083-52/+104
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-0724-367/+898
* Adding back the previous sessions.png as options.png since it is the bestBrian Cameron2006-01-302-0/+0
* Added new "options_button" which pops up the F10 menu. Modified themes toBrian Cameron2006-01-3018-242/+53
* Add better logic for grabbing the time for the user's locale ifBrian Cameron2006-01-273-13/+16
* Change "XDMCP Chooser" to "Remote login via XDMCP". Fixing bug #328857.Brian Cameron2006-01-273-3/+3
* Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierdBrian Cameron2006-01-187-8/+11
* Use "reboot" instead of "restart". Fixes bug #327583.Brian Cameron2006-01-182-8/+8
* Fix the logo and background file choosers so that they no longer generateBrian Cameron2006-01-152-270/+227
* Change the "Please make sure the Caps Lock key is not enabled." message toBrian Cameron2006-01-121-1/+1
* Use "Shut Down" instead of "Shut down" or "shut down".Brian Cameron2006-01-122-4/+4
* : Rename "shutdown" to "shut down" or "halt" and rename "capslock" toBrian Cameron2006-01-121-2/+2
* New function. (setup_local_themed_settings),Dennis Cranston2006-01-102-11/+55
* Make error message more clear when session file is invalid. Now it saysBrian Cameron2006-01-072-9/+53