summaryrefslogtreecommitdiff
path: root/gconf/gconf-internals.c
Commit message (Expand)AuthorAgeFilesLines
* add some UTF-8Havoc Pennington2001-10-121-12/+220
* don't translate "%s"GCONF_BEFORE_UTF8Havoc Pennington2001-10-121-2/+2
* do wack-ass juju to avoid .nfs23344534543 files appearing in the lockHavoc Pennington2001-10-041-20/+77
* put strerror in the error message for lock failure, just for thrillsHavoc Pennington2001-10-041-2/+2
* we read the IOR file, not the directory it's insideHavoc Pennington2001-09-281-1/+7
* Experimental changes, GCONF_BEFORE_OAF_REMOVAL tag will allow us to backHavoc Pennington2001-09-271-284/+1780
* ditto (resolve_address): dittoHavoc Pennington2001-08-151-1/+1
* patch from Adam Spiers to honor variables in include linesHavoc Pennington2001-08-131-8/+13
* add super-lame hack to pass currently-running gconfd to oafd if oafd hasHavoc Pennington2001-07-221-13/+37
* bump version to 1.0.1Havoc Pennington2001-05-111-3/+4
* fix strtoul error checkingHavoc Pennington2000-11-051-2/+3
* Bug fixes and portability issues reported by Colm SmythHavoc Pennington2000-09-261-6/+6
* With debugging turned on, use obscenely short timeout for periodicHavoc Pennington2000-09-251-1/+3
* s/gconf_concat_key_and_dir/gconf_concat_dir_and_key/gHavoc Pennington2000-09-151-1/+1
* s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;Havoc Pennington2000-09-131-44/+44
* Actually use gettext. Involves checking in configure.in, linking to it inHavoc Pennington2000-09-111-15/+0
* Move gconf-backend.h here, I don't see why it was in the public headersHavoc Pennington2000-09-091-8/+8
* immediately log the addition or removal to the saved state file, which isHavoc Pennington2000-09-091-0/+28
* Massive rename from GConfError to GErrorHavoc Pennington2000-08-311-8/+8
* Set the list_type and car_type and cdr_type from the schema. Unset theseGeorge Lebl2000-08-031-53/+92
* This changes quite a bit of stuff; if anything breaks, let me know.Havoc Pennington2000-07-191-2/+0
* Don't syslog things. Fix for builddir != srcdir.Elliot Lee2000-03-091-1/+3
* never return errors, just log them.Havoc Pennington2000-01-241-0/+2
* Use a long enough buffer to read in the IORHavoc Pennington2000-01-241-2/+2
* use new double conversion (gconf_value_to_string): use new conversionHavoc Pennington2000-01-211-0/+28
* Detect case where a pair is missing car and/or cdr and do an error insteadHavoc Pennington2000-01-211-3/+1
* warn if the error is set to GCONF_ERROR_SUCCESSHavoc Pennington2000-01-201-25/+25
* remove bad assertion that the value in an entry was non-NULLHavoc Pennington2000-01-151-23/+30
* Change copyrights to 2000, just for funHavoc Pennington2000-01-081-1/+1
* had local and non-local cases backward so you got the opposite of what youHavoc Pennington2000-01-081-18/+40
* totally rewrite the locking stuffHavoc Pennington2000-01-071-73/+250
* in non-daemon mode, use fprintf() when it's an error and printf() when notHavoc Pennington2000-01-041-2/+198
* Add missed "\n" in 2 strings. Things sholud be checked before commit :)Timur Bakeyev2000-01-041-0/+4
* use gconf_client_get_string() instead of gconf_client_get()Havoc Pennington1999-12-021-5/+0
* Add local "direct mode" engine; mildly bad hack. This file could use someHavoc Pennington1999-12-021-5/+6
* handle OAF exceptionsHavoc Pennington1999-12-021-0/+62
* sheesh, this stupid function didn't work at all. fix it (get): properlyHavoc Pennington1999-11-291-43/+54
* Don't return errors here; this is somewhat wrong, we actually need toHavoc Pennington1999-11-241-1/+52
* don't need to set the server to NIL here, it gets set inHavoc Pennington1999-11-191-80/+0
* Check that locale && this_locale before strcmp()'ing them (entry_unset):Havoc Pennington1999-11-181-7/+478
* new test for string quotingHavoc Pennington1999-11-181-0/+178
* print more info about schemasHavoc Pennington1999-11-161-0/+3
* localized schemas still broken, blahHavoc Pennington1999-11-161-8/+7
* Fix it to use the current locale as documented.Havoc Pennington1999-11-151-0/+354
* Enhance to detect missing tests.Havoc Pennington1999-11-111-41/+10
* Sync before the onset of Major BreakageHavoc Pennington1999-11-101-1/+39
* #include <locale.h>, oopsHavoc Pennington1999-11-071-0/+1
* Properly consider that schema fields can be NULLHavoc Pennington1999-11-071-0/+6
* Add locale (dir_get_value): add locale (entry_value): new function getsHavoc Pennington1999-10-281-4/+6
* Make this script workHavoc Pennington1999-10-171-1/+3