compiz: Changes to 'object-framework'

David Reveman davidr at kemper.freedesktop.org
Fri Nov 30 10:39:46 PST 2007


 include/compiz/c-object.h |   21 +-
 include/compiz/object.h   |   90 +++++++++---
 include/compiz/root.h     |    7 
 plugins/annotate.c        |    2 
 plugins/dbus.c            |  240 ++++++++++++++++++++++++---------
 plugins/fuse.c            |    1 
 plugins/gconf.c           |  303 +++++++++++++++++++++++++++++++-----------
 plugins/glib.c            |    1 
 src/branch.c              |    1 
 src/container.c           |    1 
 src/core.c                |    1 
 src/display.c             |    1 
 src/input.c               |    1 
 src/keyboard.c            |    1 
 src/object.c              |  330 ++++++++++++++++++++++++++++++++++++----------
 src/output.c              |    1 
 src/pointer.c             |    1 
 src/prop.c                |    1 
 src/root.c                |   10 -
 src/screen.c              |    1 
 src/window.c              |    1 
 21 files changed, 771 insertions(+), 245 deletions(-)

New commits:
commit c855e6598c9507fff7cc6dcb00d541155d82c017
Author: David Reveman <davidr at novell.com>
Date:   Fri Nov 30 13:39:46 2007 -0500

    Cleanup dbus and gconf plugins by adding a few signals
    and delegates.

commit b3340d5a93e2431242f6293d7e683aa2505c5d8c
Author: David Reveman <davidr at novell.com>
Date:   Fri Nov 30 13:38:33 2007 -0500

    Add compTranslateObjectPath and fix issue with signal handler
    and signal handler offset initialization.

commit 84ac4977312a4a84ca7fa5105dd739f1e2355602
Author: David Reveman <davidr at novell.com>
Date:   Thu Nov 29 17:31:15 2007 -0500

    Insert new signal handlers at the end.

commit 468dbcf30867ad6f09068566a69624d8314ddea8
Author: David Reveman <davidr at novell.com>
Date:   Thu Nov 29 15:25:11 2007 -0500

    Make '//*' match any object path.

commit f9b3ee8010520862a65c25ed77181cdd3ae0065e
Author: David Reveman <davidr at novell.com>
Date:   Thu Nov 29 14:49:13 2007 -0500

    source -> path.

commit eb2dc40de81b15f4b42200d17339671de3dac78a
Author: David Reveman <davidr at novell.com>
Date:   Thu Nov 29 14:24:50 2007 -0500

    Use compConnect instead of using vtable function directly.

commit 37fb868daeb9f67e0298f7bb8947aa3c36613194
Author: David Reveman <davidr at novell.com>
Date:   Thu Nov 29 14:22:12 2007 -0500

    Rename emitSignalSignal to compEmitSignedSignal and move
    prototype to root.h.

commit b049cc99cb6ca7083c824b764ea6d9ed217ee787
Author: David Reveman <davidr at novell.com>
Date:   Thu Nov 29 14:16:00 2007 -0500

    Add compConnect and compDisconnect utility functions.

commit 2177300c2b805210709c9d5b847263a0ec2cf0fd
Author: David Reveman <davidr at novell.com>
Date:   Thu Nov 29 14:10:23 2007 -0500

    Check for matching details when invoking signal handlers.

commit 93a00219de6a7967beb97db6e86966da7df93aeb
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 28 23:35:47 2007 -0500

    All signal handlers must be stored in base object so they
    can be removed when the interface they are connected to
    is removed.

commit c547f0a5809fdae5f90453e8638c0cbded31253e
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 28 20:33:10 2007 -0500

    getSignalsVec -> getSignalVec



More information about the xorg-commit mailing list