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

[ 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  42db04f6260d27474a513f6b842551081f541a7c (commit)
       via  91bcb791dded463afe03f2a0d2770ffc90bfe10b (commit)
       via  b1347df62848ddaabb3a7ec46df5ca932d7ac0ae (commit)
       via  5a4f61054dbe8a02112642dea202285dbec69aa4 (commit)
       via  434f44999c33f5c19cdd2b0a4cd8ab702c5403df (commit)
       via  9165904f3d218317316787985267a131504aa280 (commit)
       via  88c4c9d450a30829ba00a82aa36c1f3f757a4ff8 (commit)
       via  f17958c325d5b4649f2d96421bbb72f59eaf8a6b (commit)
       via  53b060a759aadbabf6642fe70f7ec5bc990983cb (commit)
       via  5a9ce0b41cad753a146430ae027a9d7dbd4fe579 (commit)
       via  0eeb43c7a2229ae080b7ac2e70c1ad68de2d9e3f (commit)
       via  050e39e0edeb8684e268277128929ed65521ac7e (commit)
      from  b9d55789bbe5890bb9f414f28dbd9336f3db1da9 (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 42db04f6260d27474a513f6b842551081f541a7c
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:37:12 2009 +0200

    [cairo-compmgr] Add window animation plugin.
    - Add window animation plugin which mimic mutter open/close animation.

commit 91bcb791dded463afe03f2a0d2770ffc90bfe10b
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:36:26 2009 +0200

    [cairo-compmgr] Add lock API for vala plugins

commit b1347df62848ddaabb3a7ec46df5ca932d7ac0ae
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:35:56 2009 +0200

    [cairo-compmgr] Use native window ID instead CCM object

commit 5a4f61054dbe8a02112642dea202285dbec69aa4
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:35:15 2009 +0200

    [cairo-compmgr] Fix use root background configuration UI.

commit 434f44999c33f5c19cdd2b0a4cd8ab702c5403df
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:34:36 2009 +0200

    [cairo-compmgr] Store some config in object.
    - store some config value (like refresh_rate or bakend value) in object instead get directly config value.

commit 9165904f3d218317316787985267a131504aa280
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:32:37 2009 +0200

    [cairo-compmgr] Add plugin list class store
    - Store plugin list in class instead in each instance.

commit 88c4c9d450a30829ba00a82aa36c1f3f757a4ff8
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:31:51 2009 +0200

    [plugins] Add config class store
    - Store plugin options in class instead in each instance. Its allow allocation in first plugin instance instead
      in each object creation.

commit f17958c325d5b4649f2d96421bbb72f59eaf8a6b
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:28:51 2009 +0200

    [cairo-compmgr] Add object prefetching
    - Add CCM_DEFINE_TYPE and CCM_DEFINE_TYPE_EXTENDED macro which enable gobject
      prefetching allocation.

commit 53b060a759aadbabf6642fe70f7ec5bc990983cb
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:26:21 2009 +0200

    [vapi] Fix with latest cairo-compmgr api and latest vala release

commit 5a9ce0b41cad753a146430ae027a9d7dbd4fe579
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:25:23 2009 +0200

    [vala-window-plugin] Fix build with vala 0.7.4

commit 0eeb43c7a2229ae080b7ac2e70c1ad68de2d9e3f
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:24:39 2009 +0200

    [cairo-compmgr] Fix valac build options

commit 050e39e0edeb8684e268277128929ed65521ac7e
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 15 00:23:49 2009 +0200

    [libcairo_compmgr] Fix fake shadow
    - fix fake shadow draw for small window

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

Summary of changes:
 configure.ac                                       |    2 +
 lib/ccm-cairo-utils.c                              |    9 +-
 lib/test-boxed-blur.c                              |    2 +-
 plugin.make                                        |    2 +-
 plugins/Makefile.am                                |    1 +
 plugins/automate/ccm-action-pointer-motion.vala    |   14 +-
 plugins/automate/ccm-action-pointer-press.vala     |   22 +-
 plugins/automate/ccm-action-pointer-release.vala   |   27 +-
 plugins/automate/ccm-action-pointer.vala           |    5 +-
 plugins/automate/ccm-action.vala                   |    5 +-
 plugins/automate/ccm-automate.vala                 |   92 +++--
 plugins/automate/ccm-story-board.vala              |   10 +-
 plugins/clone/ccm-clone.c                          |   20 +-
 plugins/decoration/ccm-decoration.c                |   99 +++---
 plugins/fade/ccm-fade.c                            |  168 ++++----
 plugins/freeze/ccm-freeze.c                        |  199 ++++++----
 plugins/freeze/ccm-freeze.h                        |    4 -
 plugins/magnifier/ccm-magnifier.c                  |  426 +++++++++++---------
 plugins/menu-animation/ccm-menu-animation.c        |  134 ++++---
 plugins/mosaic/ccm-mosaic.c                        |  119 ++++--
 plugins/opacity/ccm-opacity.c                      |  233 ++++++------
 plugins/perf/ccm-perf.c                            |  168 +++++---
 plugins/shadow/ccm-shadow.c                        |  340 ++++++++---------
 plugins/snapshot/ccm-snapshot.c                    |  174 +++++----
 .../vala-test/ccm-vala-window-plugin.schema-key.in |    2 +-
 plugins/vala-test/ccm-vala-window-plugin.vala      |   78 +++--
 plugins/window-animation/Makefile.am               |   18 +
 .../ccm-window-animation.plugin.desktop.in         |    7 +
 .../ccm-window-animation.schema-key.in             |    4 +
 plugins/window-animation/ccm-window-animation.vala |  279 +++++++++++++
 src/ccm-drawable.c                                 |    3 +-
 src/ccm-keybind.c                                  |   24 +-
 src/ccm-object.h                                   |   75 ++++
 src/ccm-pixmap-buffered-image.c                    |    3 +-
 src/ccm-pixmap-glitz.c                             |    3 +-
 src/ccm-pixmap-image.c                             |    3 +-
 src/ccm-pixmap-xrender.c                           |    3 +-
 src/ccm-pixmap.c                                   |    3 +-
 src/ccm-plugin.c                                   |  211 ++++++++++-
 src/ccm-plugin.h                                   |   80 +++-
 src/ccm-preferences-page.c                         |  123 +++++-
 src/ccm-screen.c                                   |  240 ++++++++----
 src/ccm-window-glitz.c                             |    3 +-
 src/ccm-window-openvg.c                            |    3 +-
 src/ccm-window-plugin.h                            |   59 +++-
 src/ccm-window-xrender.c                           |    3 +-
 src/ccm-window.c                                   |   54 ++-
 src/ccm-window.h                                   |    9 +
 src/ccm.h                                          |    1 +
 vapi/cairo-compmgr.vapi                            |  117 ++++---
 50 files changed, 2409 insertions(+), 1274 deletions(-)
 create mode 100644 plugins/window-animation/Makefile.am
 create mode 100644 plugins/window-animation/ccm-window-animation.plugin.desktop.in
 create mode 100644 plugins/window-animation/ccm-window-animation.schema-key.in
 create mode 100644 plugins/window-animation/ccm-window-animation.vala
 create mode 100644 src/ccm-object.h


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



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