summaryrefslogtreecommitdiff
path: root/gui/gdmcomm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the PidFile configuration option. Fixes #162849William Jon McCann2007-03-261-2/+2
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-261-0/+1
* Phase 1 of removing vicious-extensions and replacing with a rewrite.Brian Cameron2007-03-211-24/+48
* Now support --with-sysconfsubdir so that GDM can be configured to have theBrian Cameron2006-03-281-6/+35
* A known issue with gdmdynamic is that when a display connects to theBrian Cameron2006-02-091-25/+77
* Return compiled in value if slave fails to get a value back from theBrian Cameron2006-02-081-15/+17
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-071-46/+153
* Fix problem with client not properly counting the number of connections,Brian Cameron2006-01-051-6/+14
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-221-2/+2
* Now consistantly use "GDM" in strings instead of "gdm". Fixes bug #323221.Brian Cameron2005-12-141-4/+4
* Add GET_SERVER_LIST and GET_SERVER_DETAILS sockets functions so thatBrian Cameron2005-12-131-11/+10
* Remove libgnome dependencies except in gdmflexiserver.c and gdmsetup.c.Brian Cameron2005-12-121-33/+46
* This further improves GDM configuration so that now only the GDM daemonBrian Cameron2005-11-221-11/+6
* Redesign of daemon configuraton. Now all vicious-extensions logic is inBrian Cameron2005-11-041-1/+1
* Fix messages. Thanks to Adam Weinberger <adamw@gnome.org> for patches.Brian Cameron2005-09-301-1/+1
* Correct memory leaks. Fixes bug #315388, patch by Ray Strode with minorBrian Cameron2005-09-071-0/+1
* GNOME HIG fixes for the Language, Session and Message dialogs. ModifiedDennis Cranston2005-08-261-6/+2
* Bumped version to 2.8.0.2 since a new interface was added, theBrian Cameron2005-07-231-2/+5
* Cleanup terminology, and fix many strings. See bug #310453. Also fixes bugTommi Vainikainen2005-07-191-1/+1
* Fix leaks. Addresses bug #307482. Patch provided by Kjartan Maraas. RemoveBrian Cameron2005-06-151-0/+1
* Fix typos in strings. Fixes bug 301694. Patch provided by Kjartan Maraas.Brian Cameron2005-04-251-2/+2
* Fix a number of run-on sentences. Fixes bug 170532.Adam Weinberger2005-03-191-5/+4
* Fixed messages - fixes bug 170531. Now use ve_locale_from_utf in theBrian Cameron2005-03-191-1/+1
* Release 2.6.0.8 Updated version. Corrected spelling and use betterGDM2_2_6_0_8Brian Cameron2005-03-071-1/+1
* Add QUERY_VT and SET_VT commands that handle the VT's on linux. This isGeorge Lebl2004-01-061-0/+11
* Plug small leak.Ray Strode2004-01-011-1/+1
* use VE_IGNORE_EINTR instead of IGNORE_EINTR and use this on more callsGeorge Lebl2003-12-191-16/+19
* There's now the ability to reap flexiservers that are inactive for aGeorge Lebl2003-12-131-0/+6
* check ownership of /tmp/.gdm_socket before usingGeorge Lebl2003-12-121-2/+7
* Use the new ve_hig_dialog_new interface to set the markup flag whereGeorge Lebl2003-09-191-0/+2
* fix typo. Missed the damn release...Jordi Mallach2003-07-311-1/+1
* compile gdmgreeter with viciousui (adds also libgnomeui, though we don'tGeorge Lebl2003-07-081-21/+16
* Change so that messages in the .po files do not contain unneccessaryGeorge Lebl2003-07-071-8/+12
* Dialogs have no separators. Makes them look at least a bit closer to HIGGeorge Lebl2003-06-061-1/+3
* update the message when GDM is not runningGeorge Lebl2002-12-211-4/+15
* use the ve_signal routines, remove gdm_signal routinesGeorge Lebl2002-07-301-12/+24
* note that gethostname doesn't neccessairly nul terminate stringGeorge Lebl2002-07-211-11/+17
* split off the comm routines to a separate file, so that we may use thisGeorge Lebl2002-04-221-0/+449