index
:
delta/xfce/xfconf.git
backend-refactor
baserock/morph
baserock/tlsa/master-13feb2015
baserock/xfce-build
docs-consolidation
fuse-module
gvalue-array-conv
master
metadata-dbus-api
test-driver
xfce-4.10
xfce-4.12
xfce-4.14
xfce-4.16
xfce-4.6
xfce-4.8
git.xfce.org: xfce/xfconf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xfconf
Commit message (
Expand
)
Author
Age
Files
Lines
*
The last used timestamp is not used yet, disable it.
Nick Schermer
2010-02-10
1
-0
/
+8
*
Don't look for existing keys during prefetch.
Nick Schermer
2010-02-10
1
-11
/
+6
*
Steal values from the hash table on prefetch.
Nick Schermer
2010-02-10
1
-29
/
+36
*
Don't look for a singleton after creating the hash table.
Nick Schermer
2010-02-09
1
-3
/
+3
*
Mark the signal name as a static string.
Nick Schermer
2010-02-09
1
-2
/
+2
*
Disable the max-age and max-entries cache props.
Nick Schermer
2010-02-09
2
-7
/
+16
*
Don't use cache singletons.
Nick Schermer
2010-02-09
3
-46
/
+10
*
Destroy hash table after prefetching the cache.
Nick Schermer
2010-02-08
1
-0
/
+1
*
Silent the build.
Nick Schermer
2010-02-01
1
-3
/
+3
*
Only print debug messages when compiled with debugging.
Nick Schermer
2010-01-25
2
-0
/
+6
*
Fix ansi compiler warning.
Nick Schermer
2010-01-20
1
-4
/
+6
*
Move abicheck outside maintainer mode.
Nick Schermer
2009-12-30
1
-4
/
+4
*
Fix typo in comment.
Nick Schermer
2009-12-29
1
-1
/
+1
*
Wait for pending calls in the cache.
Nick Schermer
2009-12-29
1
-9
/
+43
*
Fix segfault triggered by object-bindings test.
Nick Schermer
2009-12-26
1
-1
/
+4
*
Fix double free.
Nick Schermer
2009-12-26
1
-2
/
+1
*
Make 2 critical warnings debug output.
Nick Schermer
2009-12-26
1
-2
/
+2
*
Fix Brians code comments.
Nick Schermer
2009-12-26
1
-45
/
+49
*
New internal (simpler) handling of bindings.
Nick Schermer
2009-12-26
3
-301
/
+275
*
pass correct parameters to XfconfCache::property-changed signal
Brian J. Tarricone
2009-09-18
1
-2
/
+2
*
make xfconf_cache_reset() sync
Brian J. Tarricone
2009-09-18
1
-2
/
+74
*
pass correct key to g_tree_remove()
Brian J. Tarricone
2009-09-18
1
-1
/
+1
*
Add dist-hook: all to the xfconf library makefile. Required for gtk-doc.
Jannis Pohlmann
2009-09-18
1
-1
/
+3
*
Fix typo in xfconf/Makefile.am
Jean-François Wauthy
2009-09-16
1
-1
/
+1
*
always call the parent class' dispose
Brian J. Tarricone
2009-09-05
1
-2
/
+2
*
move dbus signal disconnection to XfconfChannel dispose (bug 5493)
Brian J. Tarricone
2009-09-04
1
-6
/
+21
*
emit proper arguments on XfconfCache::property-changed signal (bug 5734)
Brian J. Tarricone
2009-09-04
1
-4
/
+3
*
don't emit property-changed twice (bug 5718)
Brian J. Tarricone
2009-09-03
1
-3
/
+0
*
fix detection of channel/property not found error when setting props
Brian J. Tarricone
2009-08-23
1
-3
/
+18
*
fix crash; g_propagate_error() doesn't copy the src error
Brian J. Tarricone
2009-08-23
1
-1
/
+0
*
fix compiler warnings
Brian J. Tarricone
2009-08-23
1
-4
/
+4
*
fix a possible reentrancy issue.
Brian Tarricone
2009-07-29
1
-4
/
+6
*
revert async property fetch for bindings
Brian Tarricone
2009-07-29
1
-54
/
+6
*
add transparent property prefetching and caching
Brian Tarricone
2009-07-29
5
-123
/
+1077
*
silence warning when --enable-checks was not specified
Brian Tarricone
2009-06-07
1
-0
/
+2
*
patch from nick to silence warnings (bug 5362)
Brian Tarricone
2009-06-06
5
-12
/
+14
*
bindings: fix async property fetch when the channel has a property base
Brian Tarricone
2009-06-06
1
-2
/
+15
*
actually work around stupid dbus-binding-tool bug properly
Brian Tarricone
2009-05-15
1
-3
/
+8
*
hopefully speed up app start time (for apps that do a decent number of
Brian Tarricone
2009-05-15
2
-7
/
+43
*
fix a bunch of warnings
Brian Tarricone
2008-12-27
4
-11
/
+11
*
remove xfconf_channel_remove_property() and _properties(). might as
Brian Tarricone
2008-11-06
3
-43
/
+0
*
no, no... while it would be awesome to be able to disable UI elements
Brian Tarricone
2008-11-06
1
-12
/
+0
*
if a bound property is locked, try to guess if it's a GtkWidget, and
Brian Tarricone
2008-11-06
1
-0
/
+12
*
always pass GError* pointers into dbus-glib, because apparently those
Brian Tarricone
2008-11-02
1
-5
/
+7
*
fix srcdir != builddir build
Brian Tarricone
2008-10-27
1
-0
/
+2
*
change xfconf gbinding API -- bind functions return a gulong id that can
Brian Tarricone
2008-10-27
5
-98
/
+213
*
whoops, missed a marshaller rename
Brian Tarricone
2008-10-24
1
-1
/
+1
*
fix MAINTAINER_MODE build with glib 2.12
Brian Tarricone
2008-10-24
1
-2
/
+2
*
eliminate g_warning when re-initing xfconf after a shutdown
Brian Tarricone
2008-10-20
1
-13
/
+28
*
remove vestigial org.xfce.Xfconf.GUI-related stuff
Brian Tarricone
2008-10-20
2
-21
/
+0
[next]