| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for C89 compilers. Patch by Jens Granseuer <jensgr@gmx.net>. | Brian Cameron | 2006-04-18 | 1 | -1/+3 |
* | Removed a C99 local variable definition that breaks the build with gcc | Julio M. Merino Vidal | 2006-03-28 | 1 | -15/+15 |
* | Now support --with-sysconfsubdir so that GDM can be configured to have the | Brian Cameron | 2006-03-28 | 1 | -0/+14 |
* | Add new GET_CUSTOM_CONFIG_FILE gdmflexiserver command so gdmsetup can edit | Brian Cameron | 2006-03-13 | 1 | -2/+5 |
* | Clean up memory handling. | Brian Cameron | 2006-02-24 | 1 | -12/+14 |
* | Fix some GCC C-99 compile issues. Fixes bug #331450. Patch provided by | Brian Cameron | 2006-02-16 | 1 | -2/+3 |
* | Fix issue with gdmsetup freeing theme_dir when it shouldn't. Patch | Brian Cameron | 2006-02-15 | 1 | -12/+26 |
* | Fix issue with gdmsetup freeing theme_dir when it shouldn't. | Brian Cameron | 2006-02-15 | 1 | -18/+9 |
* | Updated. Update to 2.13.0.8 and use EXPANDED_DATADIR instead of %{datadir} | Brian Cameron | 2006-02-13 | 1 | -13/+15 |
* | This patch resolves some performance issues that I noticed when testing | Brian Cameron | 2006-02-07 | 1 | -1/+1 |
* | Add better logic for grabbing the time for the user's locale if | Brian Cameron | 2006-01-27 | 1 | -6/+6 |
* | Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierd | Brian Cameron | 2006-01-18 | 1 | -1/+2 |
* | Fix the logo and background file choosers so that they no longer generate | Brian Cameron | 2006-01-15 | 1 | -269/+226 |
* | New function. (setup_local_themed_settings), | Dennis Cranston | 2006-01-10 | 1 | -7/+48 |
* | Make error message more clear when session file is invalid. Now it says | Brian Cameron | 2006-01-07 | 1 | -0/+4 |
* | No longer require libgnome or libgnomeui at all in GDM2. Patch provided by | Brian Cameron | 2006-01-07 | 1 | -13/+6 |
* | Fix problem where gdmsetup does not remember that Automatic Login checkbox | Brian Cameron | 2006-01-06 | 1 | -152/+71 |
* | Now use g_ stdio function like g_chmod instead of chmod. Fixes bug | Brian Cameron | 2005-12-22 | 1 | -16/+16 |
* | After two months, the redesign of GDM's internal configuration is finally | Brian Cameron | 2005-12-20 | 1 | -432/+578 |
* | Fix bug I introduced into gdmsetup when I made it use the new gdmconfig | Brian Cameron | 2005-12-14 | 1 | -5/+4 |
* | Add GET_SERVER_LIST and GET_SERVER_DETAILS sockets functions so that | Brian Cameron | 2005-12-13 | 1 | -307/+220 |
* | First set of UI changes as recommended by Calum Benson. | Dennis Cranston | 2005-12-04 | 1 | -4/+28 |
* | This further improves GDM configuration so that now only the GDM daemon | Brian Cameron | 2005-11-22 | 1 | -20/+40 |
* | Add drag and drop support for new themes. | Dennis Cranston | 2005-11-14 | 1 | -105/+266 |
* | Redesign of daemon configuraton. Now all vicious-extensions logic is in | Brian Cameron | 2005-11-04 | 1 | -70/+70 |
* | Fix bug #314685, "Gdmsetup UI fixes". Based on redesign mockups by Calum | Dennis Cranston | 2005-10-28 | 1 | -1344/+2982 |
* | Only set right/left mouse buttons to map to button1 when RUNNING_UNDER_GDM | Brian Cameron | 2005-09-27 | 1 | -38/+42 |
* | Fix gdmsetup so that when user modifies Include/Exclude list, it also | Brian Cameron | 2005-09-15 | 1 | -13/+49 |
* | Correct memory leaks. Fixes bug #315388, patch by Ray Strode with minor | Brian Cameron | 2005-09-07 | 1 | -0/+1 |
* | GNOME HIG fixes for the Language, Session and Message dialogs. Modified | Dennis Cranston | 2005-08-26 | 1 | -19/+15 |
* | Change GDM_KEY_SERVERS to GDM_KEY_SECTION_SERVER and added | Brian Cameron | 2005-08-04 | 1 | -12/+22 |
* | Removed special option for 24 hour time format. Added function to parse | Tommi Vainikainen | 2005-07-26 | 1 | -3/+0 |
* | Bumped version to 2.8.0.2 since a new interface was added, the | Brian Cameron | 2005-07-23 | 1 | -56/+76 |
* | C89 compliance patch provided by Jens Granseuer. Fixes bug #311097. | Brian Cameron | 2005-07-21 | 1 | -5/+8 |
* | Cleanup terminology, and fix many strings. See bug #310453. Also fixes bug | Tommi Vainikainen | 2005-07-19 | 1 | -2/+2 |
* | No longer use C99 features that do not work with gcc 2.95, specifically do | Brian Cameron | 2005-06-30 | 1 | -34/+49 |
* | Fix Delete button sensitivity. Fixes part of bug #302354. Patch by Andrew | Brian Cameron | 2005-06-17 | 1 | -6/+55 |
* | Removed "No Image" button for setting the background since it is | Brian Cameron | 2005-06-10 | 1 | -8/+0 |
* | Add Xserver configuration tab to gdmsetup. Minor cleanup of gdmsetup.c and | Brian Cameron | 2005-06-10 | 1 | -249/+912 |
* | Correct Makefile so that if CONSOLE_HELPER is set, we don't try to create | Brian Cameron | 2005-05-04 | 1 | -141/+315 |
* | Fix typos in strings. Fixes bug 301694. Patch provided by Kjartan Maraas. | Brian Cameron | 2005-04-25 | 1 | -1/+1 |
* | Fix sensitivities of new Login Sounds feature. Further fix for #300136. | Brian Cameron | 2005-04-20 | 1 | -6/+0 |
* | Add login success/failure sounds. Patch provided by Andrew Case. Refer to | Brian Cameron | 2005-04-19 | 1 | -50/+198 |
* | Added DefaultWelcome and DefaultRemoteWelcome keys to the config file | Brian Cameron | 2005-04-16 | 1 | -21/+80 |
* | Display an error dialog if the user's $HOME/.dmrc can't be accessed for | Brian Cameron | 2005-04-13 | 1 | -7/+12 |
* | Patched locale.alias to include missing languages. Patch provided by Ray | Brian Cameron | 2005-04-12 | 1 | -2/+17 |
* | Now make button3 always act like button 1 for better left-hand support. No | Brian Cameron | 2005-04-08 | 1 | -11/+12 |
* | Fixed dialogs that ask user if they want to change their default | Brian Cameron | 2005-04-05 | 1 | -14/+15 |
* | Revamped gdmsetup so that it uses the new file browser everywhere, uses | Brian Cameron | 2005-03-31 | 1 | -200/+481 |
* | Add face browser tab for configuring the face browser with the Exclude | Brian Cameron | 2005-03-23 | 1 | -21/+466 |