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

[ 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  348f149af30bc829c2100d0e622c5dcaf43925b7 (commit)
       via  3acf7bafbea73a7d648938e62e4c4f8846cb0528 (commit)
       via  85ba4c163af218d0f3782c70315daf9066366546 (commit)
       via  bbcd46ba9900467ad7de64f4f4f1e8c779cc266c (commit)
      from  711fc7275b79cc802dc69658eb714ddc50666c06 (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 348f149af30bc829c2100d0e622c5dcaf43925b7
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Sep 18 23:04:47 2011 +0200

    [cairo-compmgr] Send ICCM event notification on CCM start/stop (based from Gianpiero patch)

commit 3acf7bafbea73a7d648938e62e4c4f8846cb0528
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Sep 18 22:44:59 2011 +0200

    [cairo-compmgr] Update license to LGPL v3

commit 85ba4c163af218d0f3782c70315daf9066366546
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Sep 18 21:58:06 2011 +0200

    [clone] Clone plugin improvements

commit bbcd46ba9900467ad7de64f4f4f1e8c779cc266c
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Sun Sep 18 21:57:44 2011 +0200

    [cairo-compmgr] Fix build for vala-0.14

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

Summary of changes:
 COPYING                                            |  897 ++++----------------
 configure.ac                                       |    6 +-
 lib/Makefile.am                                    |    2 -
 lib/ccm-cairo-utils.c                              |   27 +-
 lib/ccm-cairo-utils.h                              |   25 +-
 lib/ccm-config-adjustment.c                        |    2 +-
 lib/ccm-config-adjustment.h                        |    2 +-
 lib/ccm-config-check-button.c                      |    2 +-
 lib/ccm-config-check-button.h                      |    2 +-
 lib/ccm-config-color-button.c                      |    2 +-
 lib/ccm-config-color-button.h                      |    2 +-
 lib/ccm-config-entry-shortcut.c                    |    2 +-
 lib/ccm-config-entry-shortcut.h                    |    2 +-
 lib/ccm-config-gconf.c                             |    2 +-
 lib/ccm-config-gconf.h                             |    2 +-
 lib/ccm-config-key.c                               |    2 +-
 lib/ccm-config-key.h                               |    2 +-
 lib/ccm-config-schema.c                            |    2 +-
 lib/ccm-config-schema.h                            |    2 +-
 lib/ccm-config.c                                   |   25 +-
 lib/ccm-config.h                                   |   25 +-
 lib/ccm-object.c                                   |    6 +-
 lib/ccm-object.h                                   |    4 +-
 lib/ccm-source.c                                   |    2 +-
 lib/ccm-source.h                                   |    2 +-
 lib/ccm-timeline.vala                              |   33 +-
 lib/ccm-timeout-interval.vala                      |   27 +-
 lib/ccm-timeout-pool.vala                          |    2 +-
 lib/ccm-timeout.vala                               |   53 +-
 lib/ccm-watch.vala                                 |   17 +-
 lib/glade-ccm.c                                    |   23 +-
 lib/test-boxed-blur.c                              |   19 +
 lib/test-config-widget.c                           |   23 +-
 lib/test-config.c                                  |   23 +-
 lib/test-timeline.c                                |   23 +-
 plugins/automate/ccm-action-pointer-motion.vala    |   29 +-
 plugins/automate/ccm-action-pointer-press.vala     |   29 +-
 plugins/automate/ccm-action-pointer-release.vala   |   29 +-
 plugins/automate/ccm-action-pointer.vala           |   29 +-
 plugins/automate/ccm-action.vala                   |   29 +-
 plugins/automate/ccm-automate-dialog.vala          |   29 +-
 plugins/automate/ccm-automate.vala                 |   27 +-
 plugins/automate/ccm-story-board.vala              |   29 +-
 plugins/clone/ccm-clone.vala                       |  229 +++--
 plugins/decoration/ccm-decoration.c                |   27 +-
 plugins/decoration/ccm-decoration.h                |   27 +-
 plugins/fade/ccm-fade.c                            |   28 +-
 plugins/fade/ccm-fade.h                            |   27 +-
 plugins/freeze/ccm-freeze.c                        |   28 +-
 plugins/freeze/ccm-freeze.h                        |   27 +-
 plugins/magnifier/ccm-magnifier.c                  |   29 +-
 plugins/magnifier/ccm-magnifier.h                  |   28 +-
 plugins/menu-animation/ccm-menu-animation.c        |   28 +-
 plugins/menu-animation/ccm-menu-animation.h        |   27 +-
 plugins/mosaic/ccm-mosaic.vala                     |   28 +-
 plugins/opacity/ccm-opacity.c                      |   27 +-
 plugins/opacity/ccm-opacity.h                      |   27 +-
 plugins/perf/ccm-perf.c                            |   28 +-
 plugins/perf/ccm-perf.h                            |   27 +-
 plugins/shadow/ccm-shadow.c                        |   27 +-
 plugins/shadow/ccm-shadow.h                        |   27 +-
 plugins/snapshot/ccm-snapshot-dialog.c             |   27 +-
 plugins/snapshot/ccm-snapshot-dialog.h             |   27 +-
 plugins/snapshot/ccm-snapshot.c                    |   27 +-
 plugins/snapshot/ccm-snapshot.h                    |   27 +-
 plugins/vala-test/ccm-vala-window-plugin.vala      |   27 +-
 plugins/window-animation/ccm-window-animation.vala |   27 +-
 src/cairo-compmgr.c                                |   23 +-
 src/ccm-cell-extension.c                           |    4 +-
 src/ccm-cell-extension.h                           |    4 +-
 src/ccm-cell-renderer-extension.c                  |    4 +-
 src/ccm-cell-renderer-extension.h                  |    4 +-
 src/ccm-cursor.c                                   |    4 +-
 src/ccm-cursor.h                                   |    4 +-
 src/ccm-debug.c                                    |   27 +-
 src/ccm-debug.h                                    |   27 +-
 src/ccm-display.c                                  |   27 +-
 src/ccm-display.h                                  |   27 +-
 src/ccm-drawable.c                                 |   28 +-
 src/ccm-drawable.h                                 |   27 +-
 src/ccm-extension-loader.c                         |   27 +-
 src/ccm-extension-loader.h                         |   27 +-
 src/ccm-extension.c                                |   27 +-
 src/ccm-extension.h                                |   27 +-
 src/ccm-image.c                                    |   27 +-
 src/ccm-image.h                                    |   27 +-
 src/ccm-keybind.c                                  |   30 +-
 src/ccm-keybind.h                                  |   27 +-
 src/ccm-pixmap-buffered-image.c                    |   27 +-
 src/ccm-pixmap-buffered-image.h                    |   27 +-
 src/ccm-pixmap-image.c                             |   27 +-
 src/ccm-pixmap-image.h                             |   27 +-
 src/ccm-pixmap-xrender.c                           |   27 +-
 src/ccm-pixmap-xrender.h                           |   27 +-
 src/ccm-pixmap.c                                   |   27 +-
 src/ccm-pixmap.h                                   |   27 +-
 src/ccm-plugin.c                                   |   27 +-
 src/ccm-plugin.h                                   |   27 +-
 src/ccm-preferences-page-plugin.c                  |   27 +-
 src/ccm-preferences-page-plugin.h                  |   27 +-
 src/ccm-preferences-page.c                         |    4 +-
 src/ccm-preferences-page.h                         |    4 +-
 src/ccm-preferences.c                              |    4 +-
 src/ccm-preferences.h                              |    4 +-
 src/ccm-property-async.c                           |    4 +-
 src/ccm-property-async.h                           |    4 +-
 src/ccm-region.c                                   |   29 +-
 src/ccm-region.h                                   |   27 +-
 src/ccm-screen-plugin.c                            |   27 +-
 src/ccm-screen-plugin.h                            |   27 +-
 src/ccm-screen.c                                   |   58 +-
 src/ccm-screen.h                                   |   27 +-
 src/ccm-timed-dialog.c                             |    4 +-
 src/ccm-timed-dialog.h                             |    4 +-
 src/ccm-tray-icon.c                                |   27 +-
 src/ccm-tray-icon.h                                |   27 +-
 src/ccm-tray-menu.c                                |   27 +-
 src/ccm-tray-menu.h                                |   27 +-
 src/ccm-window-plugin.c                            |   27 +-
 src/ccm-window-plugin.h                            |   27 +-
 src/ccm-window-xrender.c                           |   27 +-
 src/ccm-window-xrender.h                           |   27 +-
 src/ccm-window.c                                   |   28 +-
 src/ccm-window.h                                   |   27 +-
 src/ccm.h                                          |   27 +-
 test/test-clone-screen.c                           |   23 +-
 test/test-clone.c                                  |   23 +-
 test/test-recorder.vala                            |   29 +-
 tools/ccm-schema-key-to-gconf.c                    |   25 +-
 vapi/cairo-compmgr.deps                            |    2 +-
 vapi/cairo-compmgr.vapi                            |   31 +-
 vapi/config.vapi                                   |   27 +-
 vapi/math.vapi                                     |   19 +
 vapi/source.vapi                                   |   10 +-
 134 files changed, 1571 insertions(+), 2276 deletions(-)


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



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