summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bug 578877 – Update FSF addressTobias Mueller2009-04-2110-20/+20
* Update svn:ignore, and remove .cvsignore filesChristian Persch2008-10-221-15/+0
* upd. for the fact we have a copy of the vtale now rather than a pointer toMark McLoughlin2004-03-301-17/+17
* hush puppiesMark McLoughlin2003-10-271-0/+1
* Patch to allow a single XML file to represent an arbitrary GConf treeMark McLoughlin2003-10-271-0/+1
* Merge gconf-markup-hacking branchHavoc Pennington2002-09-192-1/+1334
* 1.1.9GCONF_1_1_9Havoc Pennington2002-03-294-5/+9
* remove the -G_MAXFLOAT test, since it didn't work and probably shouldn'tHavoc Pennington2002-03-223-5/+16
* don't call gconf_value_get_int on a bool. WTF.Havoc Pennington2002-03-201-2/+2
* fix obnoxious typo (s/mi/this_mi/), also needed to fix bug reported byHavoc Pennington2002-03-109-11/+33
* warning cleans. (impl_ConfigDatabase3_add_listener_with_properties): initMichael Meeks2002-01-295-6/+18
* remove unused variable, fix from Markus BertheauHavoc Pennington2002-01-131-0/+11
* change to not start gconfd immediately, so we can avoid starting it ifHavoc Pennington2001-12-116-81/+457
* Merge from stable.Havoc Pennington2001-10-123-1/+4
* add test for the key escaper/unescaper thingyHavoc Pennington2001-10-111-0/+48
* fix write_byte_fd to always be initializedHavoc Pennington2001-09-281-0/+28
* Got rid of extra unneeded -I directives.Darin Adler2001-08-261-3/+2
* remove testgconfclient from build, should now be made nongraphical andHavoc Pennington2001-05-091-2/+2
* Removed. Removed. Removed.Martin Baulig2001-03-231-2/+2
* change version to 1.1Havoc Pennington2001-01-211-79/+95
* commit of BerkeleyDB backend changes to bring source into compliance withColm Smyth2000-10-066-163/+290
* Bug fixes and portability issues reported by Colm SmythHavoc Pennington2000-09-261-1/+0
* s/gconf_concat_key_and_dir/gconf_concat_dir_and_key/gHavoc Pennington2000-09-151-3/+3
* Update to return fully qualified name in GConfEntryHavoc Pennington2000-09-151-4/+7
* Fixed code that set up file mode to always be 0600 to instead inherit fromDarin Adler2000-09-141-3/+13
* s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;Havoc Pennington2000-09-131-20/+20
* Actually use gettext. Involves checking in configure.in, linking to it inHavoc Pennington2000-09-111-1/+1
* TODO updates, indentation, comment fixesHavoc Pennington2000-09-103-5/+5
* Move gconf-backend.h here, I don't see why it was in the public headersHavoc Pennington2000-09-096-57/+57
* Korean translation by Chideok Hwang <hwang@mizi.co.kr>Nam SungHyun2000-09-061-0/+2
* Massive rename from GConfError to GErrorHavoc Pennington2000-08-316-137/+137
* This changes quite a bit of stuff; if anything breaks, let me know.Havoc Pennington2000-07-191-9/+11
* Bump library versions, bump to 0.6Havoc Pennington2000-07-125-5/+5
* srcdir != builddir fix. Add libgconf-gtk.la to testgconfclient deps soElliot Lee2000-02-221-1/+3
* update default schema install source (XML_LIBS): add better check that weHavoc Pennington2000-01-313-2/+178
* *** empty log message ***Kjartan Maraas2000-01-251-0/+1
* Add schema file DTD from MirkoHavoc Pennington2000-01-233-2/+228
* use new double conversion (gconf_value_to_string): use new conversionHavoc Pennington2000-01-211-5/+1
* add new testHavoc Pennington2000-01-213-2/+902
* Detect case where a pair is missing car and/or cdr and do an error insteadHavoc Pennington2000-01-211-0/+1
* update to match change to gconf-listeners.cHavoc Pennington2000-01-151-2/+5
* function to generate a pseudo-random very-very-likely-to-be-unique keyHavoc Pennington2000-01-142-1/+51
* added <stdio.h>Jonathan Blandford2000-01-121-2/+0
* Change copyrights to 2000, just for funHavoc Pennington2000-01-085-5/+5
* in non-daemon mode, use fprintf() when it's an error and printf() when notHavoc Pennington2000-01-041-10/+14
* fix includeHavoc Pennington1999-12-201-1/+1
* fix a typo, add additional explanation to the introduction.Havoc Pennington1999-12-141-1/+1
* use gconf_client_get_string() instead of gconf_client_get()Havoc Pennington1999-12-025-9/+9
* Add new create_change_set functions for GConfClient and GConfEngineHavoc Pennington1999-12-013-11/+11
* Don't double-release the server objref, make it work with builddir != srcdirElliot Lee1999-11-221-1/+1