| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 578877 – Update FSF address | Tobias Mueller | 2009-04-21 | 6 | -12/+12 |
* | Update svn:ignore, and remove .cvsignore files | Christian Persch | 2008-10-22 | 2 | -4/+0 |
* | Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. | Christian Persch | 2008-01-28 | 1 | -1/+1 |
* | Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134517 to add a | Mark McLoughlin | 2004-07-04 | 1 | -1/+1 |
* | Got rid of extra unneeded -I directives. | Darin Adler | 2001-08-26 | 1 | -1/+1 |
* | Removed. Removed. Removed. | Martin Baulig | 2001-03-23 | 6 | -2885/+0 |
* | remove get_nocopy, since it can't be implemented since we don't cache | Havoc Pennington | 2000-10-26 | 1 | -36/+30 |
* | implement default error handler that prints to stderr | Havoc Pennington | 2000-10-17 | 2 | -31/+18 |
* | reindent one line | Havoc Pennington | 2000-10-08 | 1 | -2/+2 |
* | indentation/formatting | Havoc Pennington | 2000-10-07 | 1 | -22/+24 |
* | Bug fixes and portability issues reported by Colm Smyth | Havoc Pennington | 2000-09-26 | 1 | -1/+1 |
* | And actually implement it here. Doh. | Havoc Pennington | 2000-09-17 | 2 | -26/+49 |
* | Update some docs | Havoc Pennington | 2000-09-17 | 3 | -64/+147 |
* | s/gconf_concat_key_and_dir/gconf_concat_dir_and_key/g | Havoc Pennington | 2000-09-15 | 1 | -1/+1 |
* | s/gconf_meta_info_schema/gconf_meta_info_get_schema/g; | Havoc Pennington | 2000-09-13 | 3 | -14/+14 |
* | Put full key in GConfEntry (but we only get the relative key over the | Havoc Pennington | 2000-09-13 | 1 | -7/+2 |
* | Actually use gettext. Involves checking in configure.in, linking to it in | Havoc Pennington | 2000-09-11 | 1 | -3/+3 |
* | Move gconf-backend.h here, I don't see why it was in the public headers | Havoc Pennington | 2000-09-09 | 3 | -44/+44 |
* | Massive rename from GConfError to GError | Havoc Pennington | 2000-08-31 | 5 | -128/+128 |
* | Release 0.6GCONF_0_6 | Havoc Pennington | 2000-07-27 | 1 | -4/+4 |
* | || doesn't mean && :). It would consider as an above directory every | George Lebl | 2000-07-26 | 1 | -3/+2 |
* | Allow adding overlapping subdirectories. What happens is that the real | George Lebl | 2000-07-24 | 3 | -37/+258 |
* | This changes quite a bit of stuff; if anything breaks, let me know. | Havoc Pennington | 2000-07-19 | 2 | -12/+8 |
* | Bump library versions, bump to 0.6 | Havoc Pennington | 2000-07-12 | 4 | -7/+16 |
* | Pass both car and cdr to gconf_set_pair rather than passing car twice. | Dan Winship | 2000-06-22 | 1 | -1/+1 |
* | Fix a storage leak -- a g_strdup and an string ownership swapping | Pavel Cisler | 2000-06-07 | 1 | -1/+1 |
* | If there's an existing engine for a given context, return that engine | Havoc Pennington | 2000-06-01 | 1 | -8/+68 |
* | srcdir != builddir fix. Add libgconf-gtk.la to testgconfclient deps so | Elliot Lee | 2000-02-22 | 1 | -1/+1 |
* | include name of the key with the wrong type in the error message | Havoc Pennington | 2000-01-30 | 1 | -8/+9 |
* | only handle the error if the mode is GCONF_CLIENT_HANDLE_UNRETURNED | Havoc Pennington | 2000-01-30 | 2 | -17/+23 |
* | New function so gnome-libs can install a Gnomized error dialog | Havoc Pennington | 2000-01-27 | 2 | -6/+35 |
* | fix the no-debug case | Havoc Pennington | 2000-01-27 | 1 | -1/+1 |
* | *** empty log message *** | Kjartan Maraas | 2000-01-25 | 3 | -0/+3 |
* | warn if the error is set to GCONF_ERROR_SUCCESS | Havoc Pennington | 2000-01-20 | 1 | -1/+1 |
* | *** empty log message *** | Martin Baulig | 2000-01-15 | 1 | -0/+5 |
* | arguments to this were backward | Havoc Pennington | 2000-01-13 | 2 | -107/+126 |
* | added <stdio.h> | Jonathan Blandford | 2000-01-12 | 1 | -0/+1 |
* | Change copyrights to 2000, just for fun | Havoc Pennington | 2000-01-08 | 8 | -8/+8 |
* | Add missed "\n" in 2 strings. Things sholud be checked before commit :) | Timur Bakeyev | 2000-01-04 | 1 | -2/+3 |
* | const correctness | Havoc Pennington | 1999-12-21 | 1 | -3/+2 |
* | fix include | Havoc Pennington | 1999-12-20 | 1 | -4/+119 |
* | fix a typo, add additional explanation to the introduction. | Havoc Pennington | 1999-12-14 | 1 | -1/+1 |
* | use gconf_client_get_string() instead of gconf_client_get() | Havoc Pennington | 1999-12-02 | 4 | -33/+152 |
* | Add new create_change_set functions for GConfClient and GConfEngine | Havoc Pennington | 1999-12-01 | 3 | -18/+15 |
* | sheesh, this stupid function didn't work at all. fix it (get): properly | Havoc Pennington | 1999-11-29 | 2 | -24/+130 |
* | Don't return errors here; this is somewhat wrong, we actually need to | Havoc Pennington | 1999-11-24 | 1 | -11/+27 |
* | remove GNOME dependency | Havoc Pennington | 1999-11-23 | 3 | -19/+10 |
* | split off LIBADD | Havoc Pennington | 1999-11-23 | 3 | -10/+13 |
* | Build with srcdir != builddir. | Elliot Lee | 1999-11-22 | 1 | -1/+1 |
* | new function (gconf_client_commit_change_set): new function | Havoc Pennington | 1999-11-20 | 2 | -0/+188 |