[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, origin, updated. 1c86827a4d81c326389ebef3a4fcaff197d1a836

[ 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  1c86827a4d81c326389ebef3a4fcaff197d1a836 (commit)
       via  0c3b661411201482e8e6c68fd7eebb137ad438ff (commit)
       via  8bf05eb6a7382133d8366139669e1a38c72205dd (commit)
       via  a7fc166a02dfca1446bf5800b7c416d22866a015 (commit)
       via  40ce282e3473f9b94609b3b35a13bc9110c30f06 (commit)
       via  3645f1079c29a2967ce4cefc4b9ca4dbeb53f9f9 (commit)
       via  67a58c48052eed88656240da88911d6b9a8305f3 (commit)
       via  849fbf6044edc64eb522ebc39cd4000a3bf812e8 (commit)
       via  dff6b05bdccc3d99e5d30383cb835269498d9b10 (commit)
       via  d5b27be7a1f4c04ff96c81ae6a9cd24da13924a6 (commit)
       via  e0bf39c5646344fc95dd6abeceae74c51d166618 (commit)
       via  f75317d05217a50a4ab545f3490cf80152163b73 (commit)
       via  1344534031cddaf208eb0712403806e1650eeac5 (commit)
       via  18d336823685829e38d7e43e26e3b2e62c6c0beb (commit)
       via  526e302b9eba979fe163a2dbd762776f40f437b3 (commit)
       via  003f37467313df659c9e7a3748e9e7dceedc6f3f (commit)
       via  ba8d282e8da75926c006bd8cf568721166d204f5 (commit)
       via  c8a8c15f43c3910bb6a5e8883b664d288a26a736 (commit)
       via  b3caeed07ba6d763c28da61b2057cb90782f339b (commit)
       via  946177fc9f230743fd30637f3458d3dab6f7f1ea (commit)
       via  69d1b1dc1362ed1d061e62a3e397e5373d3fd71a (commit)
       via  1968b9a18d049185b11393c96f16929db1403120 (commit)
       via  8216163441c67db4faf188430959ee60eb34e06e (commit)
       via  13fe769bf745e52da4f0667df89190e53564c5b3 (commit)
       via  d3735645f64071241e56ca284baa0bfcf96b5d12 (commit)
       via  f9b53ee74f3f1f8f421fac80aa79c019dae96b5b (commit)
       via  b89238969d94c670ad3f1cebe97ca34d7b0ee291 (commit)
       via  0c848176d0688662161a7832f103b4ed5f180df4 (commit)
      from  d484272d6525e0d6396bf6a48812f30272b3f2f5 (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:
 COPYING                                            |    2 +-
 INSTALL                                            |  243 +++-
 Makefile.am                                        |  110 +-
 NEWS                                               |    5 +
 autogen.sh                                         |  164 +---
 build/debian.am                                    |   55 +
 build/dist-changelog.am                            |   34 +
 gtk-doc.make => build/gtk-doc.am                   |    0 
 plugin.make => build/plugin.am                     |   33 +-
 configure.ac                                       |  265 ++---
 data/Makefile.am                                   |   10 +-
 data/ccm-display.schema-key.in                     |    5 +
 data/ccm-preferences.ui                            |   87 +-
 data/ccm-screen.schema-key.in                      |    2 +-
 debian/cairo-compmgr-core.install                  |    3 +-
 debian/cairo-compmgr-dev.install                   |    1 -
 debian/cairo-compmgr-plugins.install               |   45 +-
 debian/changelog                                   |    7 +
 debian/control                                     |   16 +-
 debian/rules                                       |    7 +-
 doc/Makefile.am                                    |    7 +
 doc/cairo-compmgr.1.in                             |   25 +
 doc/reference/Makefile.am                          |   54 +-
 doc/reference/cairo-compmgr-undocumented.txt       |    7 +-
 doc/reference/tmpl/ccm-display.sgml                |    5 +
 doc/reference/tmpl/ccm-window.sgml                 |    5 +
 dolt.m4                                            |  178 ---
 gitlog-to-changelog                                |  175 ---
 lib/Makefile.am                                    |   70 +-
 lib/ccm-cairo-utils.c                              |   37 +-
 lib/ccm-cairo-utils.h                              |    4 +-
 lib/ccm-config-adjustment.c                        |   32 +-
 lib/ccm-config-adjustment.h                        |    4 +-
 lib/ccm-config-check-button.c                      |   37 +-
 lib/ccm-config-check-button.h                      |    4 +-
 lib/ccm-config-color-button.c                      |   65 +-
 lib/ccm-config-color-button.h                      |    4 +-
 lib/ccm-config-entry-shortcut.c                    |   75 +-
 lib/ccm-config-entry-shortcut.h                    |    4 +-
 lib/ccm-config-gconf.c                             |   23 +-
 lib/ccm-config-gconf.h                             |    4 +-
 lib/ccm-config-key.c                               |   95 +-
 lib/ccm-config-key.h                               |    4 +-
 lib/ccm-config-schema.c                            |   49 +-
 lib/ccm-config-schema.h                            |    4 +-
 lib/ccm-config.c                                   |  136 +-
 lib/ccm-config.h                                   |    4 +-
 lib/ccm-timeline.c                                 |   10 +-
 lib/eggaccelerators.c                              |    2 +-
 lib/eggaccelerators.h                              |    6 +-
 plugins/Makefile.am                                |   11 +-
 plugins/automate/Makefile.am                       |   20 +-
 plugins/automate/ccm-automate.vala                 |   47 +-
 plugins/clone/Makefile.am                          |   10 +-
 plugins/clone/ccm-clone.vala                       |  169 ++-
 plugins/decoration/Makefile.am                     |    8 +-
 plugins/decoration/ccm-decoration.c                |  314 +++---
 plugins/decoration/ccm-decoration.h                |    4 +-
 plugins/decoration/ccm-decoration.schema-key.in    |    2 +-
 plugins/fade/Makefile.am                           |    8 +-
 plugins/fade/ccm-fade.c                            |   55 +-
 plugins/fade/ccm-fade.h                            |    4 +-
 plugins/freeze/Makefile.am                         |    8 +-
 plugins/freeze/ccm-freeze.c                        |  120 +-
 plugins/freeze/ccm-freeze.h                        |    4 +-
 plugins/magnifier/Makefile.am                      |    8 +-
 plugins/magnifier/ccm-magnifier.c                  |  484 ++++----
 plugins/magnifier/ccm-magnifier.h                  |    6 +-
 plugins/menu-animation/Makefile.am                 |    8 +-
 plugins/menu-animation/ccm-menu-animation.c        |   52 +-
 plugins/menu-animation/ccm-menu-animation.h        |    4 +-
 plugins/mosaic/Makefile.am                         |   11 +-
 plugins/mosaic/ccm-mosaic.schema-key.in            |   15 +
 plugins/mosaic/ccm-mosaic.ui                       |   94 ++-
 plugins/mosaic/ccm-mosaic.vala                     | 1344 +++++++++++--------
 plugins/opacity/Makefile.am                        |    8 +-
 plugins/opacity/ccm-opacity.c                      |  178 ++--
 plugins/opacity/ccm-opacity.h                      |    4 +-
 plugins/opacity/ccm-opacity.schema-key.in          |    2 +-
 plugins/perf/Makefile.am                           |   10 +-
 plugins/perf/ccm-perf.c                            |   36 +-
 plugins/perf/ccm-perf.h                            |    4 +-
 plugins/shadow/Makefile.am                         |    8 +-
 plugins/shadow/ccm-shadow.c                        |  361 +++---
 plugins/shadow/ccm-shadow.h                        |    4 +-
 plugins/shadow/ccm-shadow.schema-key.in            |    6 +-
 plugins/snapshot/Makefile.am                       |    8 +-
 plugins/snapshot/ccm-snapshot-dialog.c             |  144 +--
 plugins/snapshot/ccm-snapshot-dialog.h             |    2 +-
 plugins/snapshot/ccm-snapshot.c                    |  141 +-
 plugins/snapshot/ccm-snapshot.h                    |    4 +-
 plugins/snapshot/ccm-snapshot.ui                   |   61 +-
 plugins/vala-test/Makefile.am                      |   11 +-
 plugins/vala-test/ccm-vala-window-plugin.vala      |   70 +-
 plugins/window-animation/Makefile.am               |   11 +-
 plugins/window-animation/ccm-window-animation.vala |  295 ++--
 po/Makefile.in.in                                  |    4 +-
 po/POTFILES.in                                     |    2 +-
 shave-libtool.in                                   |   69 -
 shave.in                                           |   97 --
 shave.m4                                           |   82 --
 src/Makefile.am                                    |   65 +-
 src/cairo-compmgr.c                                |  101 +-
 src/ccm-cell-extension.c                           |   20 +-
 src/ccm-cell-extension.h                           |    6 +-
 src/ccm-cell-renderer-extension.c                  |   73 +-
 src/ccm-cell-renderer-extension.h                  |    4 +-
 src/ccm-cursor.c                                   |   34 +-
 src/ccm-cursor.h                                   |    4 +-
 src/ccm-debug.c                                    |  447 ++++---
 src/ccm-debug.h                                    |    6 +-
 src/ccm-display.c                                  |  189 ++--
 src/ccm-display.h                                  |    4 +-
 src/ccm-drawable.c                                 |  199 ++--
 src/ccm-drawable.h                                 |    4 +-
 src/ccm-extension-loader.c                         |  152 ++-
 src/ccm-extension-loader.h                         |    4 +-
 src/ccm-extension.c                                |   34 +-
 src/ccm-extension.h                                |   22 +-
 src/ccm-image.c                                    |   32 +-
 src/ccm-image.h                                    |   35 +-
 src/ccm-keybind.c                                  |  266 ++--
 src/ccm-keybind.h                                  |    4 +-
 src/ccm-object.h                                   |   38 +-
 src/ccm-pixmap-backend.c                           |    8 +-
 src/ccm-pixmap-backend.h                           |   14 +-
 src/ccm-pixmap-buffered-image.c                    |   34 +-
 src/ccm-pixmap-buffered-image.h                    |    4 +-
 src/ccm-pixmap-glitz.c                             |  263 ----
 src/ccm-pixmap-glitz.h                             |   59 -
 src/ccm-pixmap-image.c                             |   48 +-
 src/ccm-pixmap-image.h                             |    4 +-
 src/ccm-pixmap-xrender.c                           |    6 +-
 src/ccm-pixmap-xrender.h                           |    4 +-
 src/ccm-pixmap.c                                   |   85 +-
 src/ccm-pixmap.h                                   |   22 +-
 src/ccm-plugin.c                                   |  228 ++--
 src/ccm-plugin.h                                   |  166 ++--
 src/ccm-preferences-page-plugin.c                  |  148 +--
 src/ccm-preferences-page-plugin.h                  |   22 +-
 src/ccm-preferences-page.c                         |  442 ++----
 src/ccm-preferences-page.h                         |    4 +-
 src/ccm-preferences.c                              |  353 +-----
 src/ccm-preferences.h                              |    4 +-
 src/ccm-property-async.c                           |   32 +-
 src/ccm-property-async.h                           |   14 +-
 src/ccm-region.c                                   |  119 +-
 src/ccm-region.h                                   |    4 +-
 src/ccm-screen-plugin.c                            |   39 +-
 src/ccm-screen-plugin.h                            |   22 +-
 src/ccm-screen.c                                   | 1469 ++++++++++----------
 src/ccm-screen.h                                   |    4 +-
 src/ccm-timed-dialog.c                             |   20 +-
 src/ccm-timed-dialog.h                             |    2 +-
 src/ccm-tray-icon.c                                |   15 +-
 src/ccm-tray-icon.h                                |    4 +-
 src/ccm-tray-menu.c                                |   14 +-
 src/ccm-tray-menu.h                                |    4 +-
 src/ccm-window-backend.c                           |   12 +-
 src/ccm-window-backend.h                           |   24 +-
 src/ccm-window-glitz.c                             |  338 -----
 src/ccm-window-glitz.h                             |   60 -
 src/ccm-window-openvg.c                            |  280 ----
 src/ccm-window-openvg.h                            |   60 -
 src/ccm-window-plugin.c                            |   66 +-
 src/ccm-window-plugin.h                            |   66 +-
 src/ccm-window-xrender.c                           |  178 ++-
 src/ccm-window-xrender.h                           |    4 +-
 src/ccm-window.c                                   | 1036 +++++++--------
 src/ccm-window.h                                   |    4 +-
 src/ccm.h                                          |  455 ++++---
 src/eggdesktopfile.c                               |   82 +-
 src/eggdesktopfile.h                               |   10 +-
 src/eggsmclient-xsmp.c                             |   28 +-
 src/eggsmclient.c                                  |  208 ++--
 src/eggsmclient.h                                  |    6 +-
 test/Makefile.am                                   |   21 +-
 test/test-clone.c                                  |   80 +-
 test/test-recorder.vala                            |  218 +++
 tools/Makefile.am                                  |   10 +-
 vapi/Makefile.am                                   |   18 +-
 vapi/cairo-compmgr.vapi                            | 1427 +++++++++----------
 vapi/config.vapi                                   |    2 +-
 183 files changed, 7472 insertions(+), 9299 deletions(-)
 create mode 100644 build/debian.am
 create mode 100644 build/dist-changelog.am
 rename gtk-doc.make => build/gtk-doc.am (100%)
 rename plugin.make => build/plugin.am (75%)
 create mode 100644 doc/cairo-compmgr.1.in
 delete mode 100644 dolt.m4
 delete mode 100755 gitlog-to-changelog
 delete mode 100644 shave-libtool.in
 delete mode 100644 shave.in
 delete mode 100644 shave.m4
 delete mode 100644 src/ccm-pixmap-glitz.c
 delete mode 100644 src/ccm-pixmap-glitz.h
 delete mode 100644 src/ccm-window-glitz.c
 delete mode 100644 src/ccm-window-glitz.h
 delete mode 100644 src/ccm-window-openvg.c
 delete mode 100644 src/ccm-window-openvg.h
 create mode 100644 test/test-recorder.vala


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



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