[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, origin, updated. 69c5a1d5842f02af2fd83534e2f16414fadf98e9

[ 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  69c5a1d5842f02af2fd83534e2f16414fadf98e9 (commit)
       via  8ba67566ad841a57931443bb8c39c850df9a2a24 (commit)
       via  e3296aa8b344b0e013593ff0d55a8ca0d2bdce05 (commit)
       via  f698ff6d34b1a70e158c2780bac66a44073602ed (commit)
       via  a35f390460569ae1298c6b6b5e30da60457428ad (commit)
       via  37294553c6ff2b72e1235a64aabe0163fa4f84cb (commit)
       via  96a9c876cfe867db3a6a34e7120f831a9402be16 (commit)
       via  e13908f0994781ecfb11242c85633ea166ec74f0 (commit)
       via  44455d7d38df9dc0607223a56ca760e4cab99d22 (commit)
       via  7feeed1c88e673f1379babd33ee0e70fc76f04c5 (commit)
       via  73b0496422c16c75bc18c2004f580b39b1659868 (commit)
       via  5e30827b5eda5d3d6fb801cbafc2f43395459ca9 (commit)
       via  9bd79083bf5f46d9da5a6b61830b9b6220aa706f (commit)
       via  d49cf5bd2c0c09110694399aa68db42883c7cd74 (commit)
       via  27545e73d5ed76718164d845f8d4d887eed1bcde (commit)
       via  59656046e2589efd7037e6503c83d37ef36b7bec (commit)
       via  78f741b3ca89d4f73c6b5c1545d6744839a23ec2 (commit)
       via  a1a92fe573f57759d6504e6f4e3cfa261af44696 (commit)
       via  45a14e4149d96e4e3cbc6ec296fbdc6e69271a8b (commit)
       via  21626937d415a26611614488e87611f9f88104ba (commit)
       via  6c2c0c4c6a29fdb97f689bde406bf7984b409ee8 (commit)
       via  4a5e50506c198c6213974858aa55727411305913 (commit)
       via  f826ead2df168742b706435d78730178776188fc (commit)
       via  2edbef0ded8f2e78a2200d3bef9e3d6dc2ecd076 (commit)
       via  ac6517d64e70f971f601224f50ca1bbe16d7b5db (commit)
       via  73460bf58a483468964e7b83161a854993d2aefa (commit)
       via  1f8dab91919ef4a26db310649125488345105ae3 (commit)
       via  7f6609e5819cbc68314535b155f71984f91fc8ac (commit)
       via  f9a1bcd46603eb9e31e526b332cae53b8e17fe02 (commit)
       via  df41c9b389ecfa498ecdd261c963fa52767777e6 (commit)
       via  a15110a141a435617ab0a54bf0535997ed4323f0 (commit)
       via  7896a740cc123b0bfa9b52c85e86f2ac0e2fd4e6 (commit)
       via  3257bf0cbba297b17310a6f898606a6e38b0c79a (commit)
       via  8e353fd7bebddf7b99c5606def2925d8d13a8c55 (commit)
      from  e70c8e78f6b20a6dd4789941f30521f3b30978be (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:
 Makefile.am                                        |    4 +-
 NEWS                                               |   14 +
 configure.ac                                       |   20 +-
 data/cairo-compmgr.desktop.in.in                   |    1 -
 ...-compmgr.install => cairo-compmgr-core.install} |    0 
 debian/cairo-compmgr-plugins.install               |   19 +-
 debian/changelog                                   |   11 +-
 debian/control                                     |   17 +-
 debian/libcairo-compmgr-dev.install                |    4 +-
 doc/reference/cairo-compmgr-undocumented.txt       |    7 +-
 doc/reference/tmpl/ccm-drawable.sgml               |    1 -
 doc/reference/tmpl/ccm-screen.sgml                 |   11 +
 doc/reference/tmpl/ccm-window.sgml                 |   10 +
 lib/Makefile.am                                    |    2 +
 lib/ccm-cairo-utils.c                              |  120 +-
 lib/ccm-cairo-utils.h                              |   10 +-
 lib/ccm-timeline.c                                 |  104 +-
 lib/ccm-timeout-interval.c                         |  110 +
 lib/ccm-timeout-interval.h                         |   50 +
 lib/ccm-timeout-pool.c                             |  476 +-
 lib/test-boxed-blur.c                              |   82 +-
 plugin.make                                        |    3 +-
 plugins/Makefile.am                                |    5 +-
 plugins/automate/Makefile.am                       |    4 +-
 plugins/automate/ccm-action-pointer-motion.vala    |    1 -
 plugins/automate/ccm-action-pointer-press.vala     |    3 +-
 plugins/automate/ccm-story-board.vala              |    6 +-
 plugins/clone/Makefile.am                          |   17 +
 plugins/clone/ccm-clone.c                          |  455 ++
 .../{snapshot/ccm-snapshot.h => clone/ccm-clone.h} |   37 +-
 plugins/clone/ccm-clone.plugin.desktop.in          |    7 +
 plugins/decoration/ccm-decoration.c                |  111 +-
 plugins/fade/ccm-fade.c                            |    3 +-
 plugins/freeze/ccm-freeze.c                        |    2 +-
 plugins/magnifier/ccm-magnifier.c                  |   10 +-
 plugins/mosaic/ccm-mosaic.c                        |    2 +-
 plugins/opacity/ccm-opacity.c                      |    2 +-
 plugins/perf/ccm-perf.c                            |   34 +-
 plugins/shadow/ccm-shadow.c                        |   67 +-
 po/Makefile.in.in                                  |    4 +-
 po/POTFILES.in                                     |    1 +
 src/cairo-compmgr.c                                |    8 +
 src/ccm-debug.c                                    |    4 +-
 src/ccm-display.c                                  |   11 +-
 src/ccm-drawable.c                                 |   23 +-
 src/ccm-extension.c                                |   33 +-
 src/ccm-extension.h                                |    1 +
 src/ccm-marshallers.list                           |    1 +
 src/ccm-pixmap-glitz.c                             |   11 +-
 src/ccm-pixmap-image.c                             |    4 +-
 src/ccm-pixmap.c                                   |   13 +-
 src/ccm-preferences-page.c                         |    6 +-
 src/ccm-region.c                                   |   19 +-
 src/ccm-screen.c                                   |  138 +-
 src/ccm-screen.h                                   |    1 +
 src/ccm-window-glitz.c                             |   46 +-
 src/ccm-window-openvg.c                            |    2 +-
 src/ccm-window-xrender.c                           |    4 +-
 src/ccm-window.c                                   |  135 +-
 src/ccm-window.h                                   |    2 +
 src/ccm.h                                          |    9 +-
 src/eggdesktopfile.c                               |   10 +
 src/eggdesktopfile.h                               |    3 +
 src/eggsmclient-xsmp.c                             |   13 +-
 test/Makefile.am                                   |   18 +
 test/test-clone-screen.c                           |  177 +
 test/test-clone.c                                  |  199 +
 vapi/Makefile.am                                   |    6 +-
 vapi/X.vapi                                        | 6905 --------------------
 vapi/cairo-compmgr.deps                            |    1 -
 70 files changed, 2143 insertions(+), 7507 deletions(-)
 rename debian/{cairo-compmgr.install => cairo-compmgr-core.install} (100%)
 create mode 100644 lib/ccm-timeout-interval.c
 create mode 100644 lib/ccm-timeout-interval.h
 create mode 100644 plugins/clone/Makefile.am
 create mode 100644 plugins/clone/ccm-clone.c
 copy plugins/{snapshot/ccm-snapshot.h => clone/ccm-clone.h} (53%)
 create mode 100644 plugins/clone/ccm-clone.plugin.desktop.in
 create mode 100644 test/Makefile.am
 create mode 100644 test/test-clone-screen.c
 create mode 100644 test/test-clone.c
 delete mode 100644 vapi/X.vapi


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



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