summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make it all use OAF, and redo the initialization routine(s) to fit betterPOST_OAF_CONVERSIONElliot Lee1999-11-1920-660/+115
* Shut up CVS and let me tag.PRE_OAF_CONVERSIONElliot Lee1999-11-198-1/+12
* AM_PATH_GCONF macro. Work with builddir != srcdir Distribute gconf.m4 &Elliot Lee1999-11-187-7/+88
* fix the message about writeable sourcesHavoc Pennington1999-11-182-1/+7
* Check that locale && this_locale before strcmp()'ing them (entry_unset):Havoc Pennington1999-11-188-20/+544
* new test for string quotingHavoc Pennington1999-11-185-1/+383
* Realized I was majorly screwed in GConf.idl. Put this down to think about itHavoc Pennington1999-11-164-4/+27
* print more info about schemasHavoc Pennington1999-11-165-67/+191
* localized schemas still broken, blahHavoc Pennington1999-11-168-196/+452
* write GConfClient docs.Havoc Pennington1999-11-1513-20/+144
* Fix it to use the current locale as documented.Havoc Pennington1999-11-1511-289/+806
* s/gconf_entry_new/gconf_entry_new_nocopy/Havoc Pennington1999-11-1417-302/+658
* Add const cast to this macro.Havoc Pennington1999-11-137-137/+522
* Fix dumb bug (assign back to the original list!)Havoc Pennington1999-11-132-2/+7
* Use the new list convenience wrappers, to be sure they are tested. (theHavoc Pennington1999-11-136-107/+584
* work on docs a littleHavoc Pennington1999-11-131-41/+67
* Set up the gtk-doc system. Added all the files for that.Havoc Pennington1999-11-1217-85/+2364
* Add gconf subdir to docs, will now move gconf.sgml on the serverHavoc Pennington1999-11-122-15/+48
* Change all comments starting with /** to not start with that (for gtkdoc)Havoc Pennington1999-11-122-5/+10
* Add the ability to specify a configuration source other than the defaultHavoc Pennington1999-11-124-7/+533
* test for the changeset stuffHavoc Pennington1999-11-126-5/+317
* tweaksHavoc Pennington1999-11-116-29/+584
* Throughout, use accessor functions to access the "value" field in theHavoc Pennington1999-11-112-53/+106
* Enhance to detect missing tests.Havoc Pennington1999-11-1112-98/+244
* Sync before the onset of Major BreakageHavoc Pennington1999-11-107-101/+664
* Function to iterate over all engines and do the context reinstallation.Havoc Pennington1999-11-086-108/+603
* #include <locale.h>, oopsHavoc Pennington1999-11-072-0/+5
* Properly consider that schema fields can be NULLHavoc Pennington1999-11-0710-13/+524
* Add locale (dir_get_value): add locale (entry_value): new function getsHavoc Pennington1999-10-2812-375/+598
* Rework the sync code; now, any change queues a sync in 1 minute. If aHavoc Pennington1999-10-284-26/+134
* Add --enable-debug option to G_DISABLE_CHECKS as neededHavoc Pennington1999-10-2711-66/+689
* link to libgconf.laHavoc Pennington1999-10-275-14/+19
* Renamed gconf-gtk.[hc] to gconf-client.[hc] via CVS surgery, then updatedHavoc Pennington1999-10-271-5/+5
* Finish the GTK wrapper object (except for preload optimization andHavoc Pennington1999-10-276-265/+1444
* indentation fixesHavoc Pennington1999-10-261-3/+3
* Work on GtkObject wrapper, and:Havoc Pennington1999-10-2110-40/+1339
* indentation in gconf.h, more fleshing out of the gconf-gtk.h interfaceHavoc Pennington1999-10-203-43/+307
* Finish stuff from the 17th (use GConfError throughout, etc.)Havoc Pennington1999-10-2012-732/+1366
* Include orb/orbit.h instead of GConf.hHavoc Pennington1999-10-182-1/+5
* Use %gconf.xml instead of .gconf.xml for the magic files.Havoc Pennington1999-10-172-14/+19
* Make this script workHavoc Pennington1999-10-178-42/+135
* For all files, s/G_CONF/GCONFHavoc Pennington1999-10-1721-358/+362
* Use GConfListeners to handle listener registration and notificationHavoc Pennington1999-10-122-435/+112
* Was failing to init the node in the flat array of nodes if the listenerHavoc Pennington1999-10-125-41/+720
* Fixes - remove some public headers from libgconf_client_SOURCES, look forHavoc Pennington1999-10-124-8/+593
* For all files, s/g_conf/gconfHavoc Pennington1999-10-1234-1027/+1031
* Interface tinkering with convenience wrapperHavoc Pennington1999-10-112-0/+168
* Add checks for empty lists, and all the various list types.Havoc Pennington1999-10-053-27/+121
* 0.3, bump sonameGCONF_0_3Havoc Pennington1999-10-056-240/+274
* Add checks for getting/setting lists, bools, floats, and intsHavoc Pennington1999-10-0412-86/+818