[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, master, updated. f65e61d6383530c55d5815e00317f0403a1fa426

[ Thread Index | Date Index | More lists.tuxfamily.org/cairo-compmgr Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "ccm/cairocompmgr.git".

The branch, master has been updated
       via  f65e61d6383530c55d5815e00317f0403a1fa426 (commit)
       via  774b2818c572a42123a037ec0a8792c929834fc8 (commit)
       via  04649bc62cbf66e885bb4d225811b62c5f995a32 (commit)
       via  3a07d6b8aeb01ecf8417a8546f3111e60ef4d1b0 (commit)
       via  566db0867e2e2897c6fc8ae7695a94a3182eb91c (commit)
       via  4542156679447edb7a977533fc27ba5eb9f3aedb (commit)
       via  94b34dd5990381eeb5b80940e352e82d4f24fb47 (commit)
       via  132dd76d809b9819d780753f87a329010722c5fc (commit)
      from  324943bb190213b1fbd1a87430994d8af4762024 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f65e61d6383530c55d5815e00317f0403a1fa426
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:49:05 2009 +0200

    [clone] Rewrite plugin with vala

commit 774b2818c572a42123a037ec0a8792c929834fc8
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:48:36 2009 +0200

    [cairo-compmgr] Fix vala plugins with latest vapi changes

commit 04649bc62cbf66e885bb4d225811b62c5f995a32
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:48:05 2009 +0200

    [cairo-compmgr] Update vapi with latest ccm changes

commit 3a07d6b8aeb01ecf8417a8546f3111e60ef4d1b0
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:47:29 2009 +0200

    [cairo-compmgr] Disable glib check and add vala libs
    - Disable GLIB CHECK
    - Add vala libs when vala bindings is enabled

commit 566db0867e2e2897c6fc8ae7695a94a3182eb91c
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:45:59 2009 +0200

    [cairo-compmgr] Add get/set foreign property function
    - Add get/set foreign property function for vala binding

commit 4542156679447edb7a977533fc27ba5eb9f3aedb
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:45:01 2009 +0200

    [cairo-compmgr] Fix some crashes
    - Check correctly transient object on signal disconnect
    - Check correctly new_geometry on resize

commit 94b34dd5990381eeb5b80940e352e82d4f24fb47
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:43:44 2009 +0200

    [cairo-compmgr] Set paint timeline has master
    - Set screen paint timeline has master, its allow the paint become the most prioritized task
    - Add get_visual_for_depth API
    - Fix composite-message signal declaration

commit 132dd76d809b9819d780753f87a329010722c5fc
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Jul 19 23:41:02 2009 +0200

    [libcairo_compmgr] Add timeline master
    - Add timeline master property which allow one timeline to be master.
      The master timeline always pass in first position on timeout dispatch.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    5 +-
 lib/ccm-timeline.c                                 |   57 +++-
 lib/ccm-timeline.h                                 |    3 +
 lib/ccm-timeout-pool.c                             |   26 +-
 lib/ccm-timeout-pool.h                             |    2 +
 plugins/automate/ccm-automate.vala                 |    4 +-
 plugins/clone/Makefile.am                          |    3 +-
 plugins/clone/ccm-clone.c                          |  467 --------------------
 plugins/clone/ccm-clone.h                          |   67 ---
 plugins/clone/ccm-clone.vala                       |  255 +++++++++++
 plugins/vala-test/ccm-vala-window-plugin.vala      |   12 +-
 plugins/window-animation/ccm-window-animation.vala |    7 +-
 src/ccm-pixmap.c                                   |   18 +
 src/ccm-pixmap.h                                   |    4 +-
 src/ccm-screen.c                                   |   18 +-
 src/ccm-window.c                                   |    5 +-
 src/ccm.h                                          |    2 +
 vapi/cairo-compmgr.deps                            |    2 +
 vapi/cairo-compmgr.vapi                            |   51 ++-
 19 files changed, 436 insertions(+), 572 deletions(-)
 delete mode 100644 plugins/clone/ccm-clone.c
 delete mode 100644 plugins/clone/ccm-clone.h
 create mode 100644 plugins/clone/ccm-clone.vala


hooks/post-receive
--
ccm/cairocompmgr.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/