summaryrefslogtreecommitdiff
path: root/gconf/gconf-sources.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 498934 - Change config.h include syntaxGilles Dartiguelongue2009-05-031-1/+1
* Bug 578877 – Update FSF addressTobias Mueller2009-04-211-2/+2
* Bug 531169 – A mechanism for setting defaultsMatthias Clasen2008-07-111-0/+40
* Clean up includes and fix a couple compiler warnings.Kjartan Maraas2008-06-281-0/+1
* Merge the desyslogification patch from Debian. Also used in Fedora now.Kjartan Maraas2008-05-071-3/+3
* g_free and friends handles NULL just fine. Closes bug #371087 reported byKjartan Maraas2008-01-101-2/+1
* More string reviews from Christian Rose and Adam Weinberger. Closes bugKjartan Maraas2008-01-081-1/+1
* Correctly handle the case where the modified source is not in the sourcesAlexander Larsson2005-10-271-14/+14
* free ->address Fixes bug #307887Aivars Kalvans2005-06-181-0/+3
* Get schema_name also if we got a value from a previous source. Fix #131011Fernando Herrera de las Heras2004-11-021-0/+13
* Fixes bug #149518.Danilo Šegan2004-08-071-2/+2
* return NULL and the last error if we failed to resolve any of theMark McLoughlin2004-04-231-22/+44
* Fix last remaining obvious issue I'm seeing with the previous patches.Mark McLoughlin2004-03-311-1/+6
* add gconf_engine_get_for_addresses() andMark McLoughlin2004-03-301-16/+157
* initialize the set_notify_func vtable member.Mark McLoughlin2004-03-301-28/+38
* Allow backends to notify the daemon of changes to entries. Based on aMark McLoughlin2004-03-301-0/+77
* add a vtable_size member to the vtable.Mark McLoughlin2004-03-301-17/+17
* don't propagate nonexistent errors, fixes a warning.Havoc Pennington2002-06-171-1/+2
* make the internal functions staticHavoc Pennington2002-04-271-23/+25
* 1.1.9GCONF_1_1_9Havoc Pennington2002-03-291-4/+2
* fix obnoxious typo (s/mi/this_mi/), also needed to fix bug reported byHavoc Pennington2002-03-101-2/+2
* fix to handle root dirHavoc Pennington2002-01-151-16/+178
* change to not start gconfd immediately, so we can avoid starting it ifHavoc Pennington2001-12-111-48/+82
* for fuck's sake - we've been reading the config source backward forever -Havoc Pennington2001-12-091-6/+56
* fix write_byte_fd to always be initializedHavoc Pennington2001-09-281-1/+1
* port to bonobo-activation from oaf.Michael Meeks2001-08-011-1/+1
* Merge from stable.Havoc Pennington2001-07-221-8/+21
* Fix a bunch of warnings.Darin Adler2001-07-131-2/+2
* The -f flag has no effect with ln -s; need to rm before attempting toColm Smyth2000-12-121-6/+6
* fix segfault when pair contains unset car or cdr (gconf_value_set_car):Havoc Pennington2000-10-101-7/+7
* commit of BerkeleyDB backend changes to bring source into compliance withColm Smyth2000-10-061-1/+4
* Bug fixes and portability issues reported by Colm SmythHavoc Pennington2000-09-261-1/+2
* With debugging turned on, use obscenely short timeout for periodicHavoc Pennington2000-09-251-3/+3
* Update some docsHavoc Pennington2000-09-171-8/+96
* Fixed code that set up file mode to always be 0600 to instead inherit fromDarin Adler2000-09-141-1/+0
* s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;Havoc Pennington2000-09-131-19/+19
* Actually use gettext. Involves checking in configure.in, linking to it inHavoc Pennington2000-09-111-15/+0
* #!/usr/bin/perl -pi.bakHavoc Pennington2000-09-111-19/+19
* Move gconf-backend.h here, I don't see why it was in the public headersHavoc Pennington2000-09-091-7/+7
* Massive rename from GConfError to GErrorHavoc Pennington2000-08-311-49/+49
* This changes quite a bit of stuff; if anything breaks, let me know.Havoc Pennington2000-07-191-4/+16
* update default schema install source (XML_LIBS): add better check that weHavoc Pennington2000-01-311-8/+17
* never return errors, just log them.Havoc Pennington2000-01-241-9/+4
* oops, this was broken before; we need to check that the dir doesn't need aHavoc Pennington2000-01-211-0/+18
* warn if the error is set to GCONF_ERROR_SUCCESSHavoc Pennington2000-01-201-3/+5
* Change copyrights to 2000, just for funHavoc Pennington2000-01-081-1/+1
* const correctnessHavoc Pennington1999-12-211-12/+50
* fix a typo, add additional explanation to the introduction.Havoc Pennington1999-12-141-0/+108
* use gconf_client_get_string() instead of gconf_client_get()Havoc Pennington1999-12-021-28/+105
* Was missing an element in the err_msgs array and the array had the wrongHavoc Pennington1999-12-021-5/+13