[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, origin, 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, origin 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)
       via  b9d55789bbe5890bb9f414f28dbd9336f3db1da9 (commit)
       via  d870d08835987cedcb8740b9867de1ffb90f76ce (commit)
       via  228c8ec1e7f303f1785d9412414042a9f8c45ef6 (commit)
       via  7787e42b004adc787e6b91b1df6a2a8fef2ba2b0 (commit)
       via  bb63e017475a380ecacb7b5ca462c28e2e8ff239 (commit)
      from  19d3eba44dde77852327c4a19266b9c1bc243fc3 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |   10 +
 data/ccm-preferences.ui                            |  244 ++++++++++-
 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/Makefile.am                                    |    8 +-
 src/ccm-display.c                                  |   10 +-
 src/ccm-drawable.c                                 |    3 +-
 src/ccm-keybind.c                                  |   24 +-
 src/ccm-marshallers.list                           |    2 +
 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                         |  482 +++++++++++++++++---
 src/ccm-preferences-page.h                         |   10 +-
 src/ccm-preferences.c                              |   85 ++++-
 src/ccm-screen.c                                   |  273 ++++++++----
 src/ccm-timed-dialog.c                             |  180 ++++++++
 src/ccm-timed-dialog.h                             |   56 +++
 src/ccm-tray-menu.c                                |   17 +
 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 +++--
 59 files changed, 3358 insertions(+), 1337 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
 create mode 100644 src/ccm-timed-dialog.c
 create mode 100644 src/ccm-timed-dialog.h


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



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