summaryrefslogtreecommitdiff
path: root/gconf/gconf.c
Commit message (Expand)AuthorAgeFilesLines
* gconf: Surround CORBA code with ifdefsRob Bradford2011-06-281-1/+12
* introspection: Add annotations to fix warningsOwen W. Taylor2010-09-081-0/+141
* Avoid a crash when gconftool-2 can't read the dbMatthias Clasen2010-02-191-3/+14
* Allow overriding the default config via $GCONF_DEFAULT_SOURCE_PATHDan Winship2009-06-231-13/+20
* Bug 578877 – Update FSF addressTobias Mueller2009-04-211-2/+2
* Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION.Christian Persch2008-01-281-2/+2
* g_free and friends handles NULL just fine. Closes bug #371087 reported byKjartan Maraas2008-01-101-2/+2
* Bump versionKjartan Maraas2008-01-101-2/+2
* Update some. Fix some more strings. Closes bug #429679.Kjartan Maraas2008-01-081-5/+5
* More string reviews from Christian Rose and Adam Weinberger. Closes bugKjartan Maraas2008-01-081-3/+3
* Fix strings used for errors about invalid keys. Bug #406251.Christian Persch2007-04-161-5/+3
* Make sure error strings are UTF-8. Bug #406251.Christian Persch2007-03-021-7/+51
* drop as much of the legacy popt stuff as we can, while remainingRay Strode2007-03-021-4/+10
* Patch from Paolo Borelli <pborelli@katamail.com>Ray Strode2007-03-021-13/+0
* Don't stomp on the function-level scoped 'end' from deep in the function.Dan Williams2005-12-081-2/+3
* Committing on behalf of Dinoop Thomas.Archana Shah2005-11-111-1/+3
* Use G_MODULE_BIND_LAZY in g_module_open(). Remove unused and unreachableKjartan Maraas2005-11-011-22/+0
* Reduce number g_string_append_c() calls (bug#309760)Aivars Kalvans2005-07-141-3/+1
* Port to Windows:Tor Lillqvist2005-03-181-2/+8
* Patch from Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar> in bugMark McLoughlin2004-06-121-2/+2
* add gconf_engine_get_for_addresses() andMark McLoughlin2004-03-301-26/+159
* use g_string_new (NULL) rather than g_string_new ("") #106974 MortenHavoc Pennington2003-10-221-3/+3
* fix crash calling this with --direct (local source), the list containsGNOME_2_4_BRANCHPOINTHavoc Pennington2003-09-271-1/+20
* WhoopsAnders Carlsson2003-03-121-343/+326
* More stuffAnders Carlsson2003-03-121-230/+239
* More stuffAnders Carlsson2003-03-111-103/+111
* don't rely on caller passing in a valid GError** in assertions.Mark McLoughlin2003-02-121-2/+2
* rename GConf.idl to GConfX.idl in order to build on non-case-sensitivejacob berkman2002-09-091-1/+1
* add --version argument, #79555, involves a help string but it should be OKHavoc Pennington2002-06-031-0/+2
* make the internal functions staticHavoc Pennington2002-04-271-14/+11
* 1.1.9GCONF_1_1_9Havoc Pennington2002-03-291-11/+4
* Use g_ascii_strcasecmp instead of g_strcasecmp. Replace g_main_* withDave Camp2002-02-151-1/+1
* run gnome_segv if DISPLAY is set. Why not. may turn it off for production.Havoc Pennington2002-02-111-1/+0
* put name of function in the warning (gconf_engine_associate_schema):Havoc Pennington2002-02-111-3/+1
* warning cleans. (impl_ConfigDatabase3_add_listener_with_properties): initMichael Meeks2002-01-291-26/+69
* fix to handle root dirHavoc Pennington2002-01-151-23/+130
* remove unused variable, fix from Markus BertheauHavoc Pennington2002-01-131-1/+2
* no need to explicitly activate CORBA objects, the RootPOA has theMark McLoughlin2002-01-081-5/+0
* support storing names of clients and new ConfigDatabase3Havoc Pennington2002-01-041-5/+32
* change to not start gconfd immediately, so we can avoid starting it ifHavoc Pennington2001-12-111-30/+38
* take const argHavoc Pennington2001-12-081-2/+74
* Merge from stable.Havoc Pennington2001-10-131-11/+3
* Merge from stable.Havoc Pennington2001-10-121-18/+46
* add test for the key escaper/unescaper thingyHavoc Pennington2001-10-111-1/+127
* fix deprecated guard.Michael Meeks2001-09-301-14/+0
* fix write_byte_fd to always be initializedHavoc Pennington2001-09-281-84/+41
* port to bonobo-activation from oaf.Michael Meeks2001-08-011-9/+10
* Merge from stable.Havoc Pennington2001-07-241-1/+5
* Merge from stable.Havoc Pennington2001-07-221-28/+114
* Let CORBA generate the ID instead of providing one ourselves.Darin Adler2001-07-171-3/+2