[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, master, updated. 8216163441c67db4faf188430959ee60eb34e06e |
[ 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 8216163441c67db4faf188430959ee60eb34e06e (commit)
from 13fe769bf745e52da4f0667df89190e53564c5b3 (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 8216163441c67db4faf188430959ee60eb34e06e
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Wed Mar 17 00:30:47 2010 +0100
[cairo-compmgr] Prepare to 0.3 release
- Modernise autotools use
- Fix indent
- Fix vala plugins for latest valac (0.7.10)
- Use more classical dialog for preference and snapshot
- Remove deprecated backend (glitz/openvg)
- Vala is now required
-----------------------------------------------------------------------
Summary of changes:
COPYING | 2 +-
INSTALL | 243 +++-
Makefile.am | 110 +--
autogen.sh | 164 +---
build/debian.am | 50 +
build/dist-changelog.am | 34 +
plugin.make => build/plugin.am | 29 +-
configure.ac | 232 +---
data/Makefile.am | 10 +-
data/ccm-preferences.ui | 87 +-
doc/reference/Makefile.am | 41 +-
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 | 45 +-
plugins/decoration/Makefile.am | 8 +-
plugins/decoration/ccm-decoration.c | 314 +++---
plugins/decoration/ccm-decoration.h | 4 +-
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.vala | 1127 ++++++++--------
plugins/opacity/Makefile.am | 8 +-
plugins/opacity/ccm-opacity.c | 178 ++--
plugins/opacity/ccm-opacity.h | 4 +-
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 | 360 +++---
plugins/shadow/ccm-shadow.h | 4 +-
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 | 285 ++--
po/Makefile.in.in | 2 +-
src/Makefile.am | 65 +-
src/cairo-compmgr.c | 49 +-
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 | 30 +-
src/ccm-cursor.h | 4 +-
src/ccm-debug.c | 428 +++---
src/ccm-debug.h | 4 +-
src/ccm-display.c | 178 ++--
src/ccm-display.h | 4 +-
src/ccm-drawable.c | 178 ++--
src/ccm-drawable.h | 4 +-
src/ccm-extension-loader.c | 33 +-
src/ccm-extension-loader.h | 4 +-
src/ccm-extension.c | 24 +-
src/ccm-extension.h | 4 +-
src/ccm-image.c | 24 +-
src/ccm-image.h | 4 +-
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 | 10 +-
src/ccm-pixmap-buffered-image.c | 32 +-
src/ccm-pixmap-buffered-image.h | 4 +-
src/ccm-pixmap-glitz.c | 263 ----
src/ccm-pixmap-glitz.h | 59 -
src/ccm-pixmap-image.c | 50 +-
src/ccm-pixmap-image.h | 4 +-
src/ccm-pixmap-xrender.c | 6 +-
src/ccm-pixmap-xrender.h | 4 +-
src/ccm-pixmap.c | 79 +-
src/ccm-pixmap.h | 2 +-
src/ccm-plugin.c | 220 ++--
src/ccm-plugin.h | 166 ++--
src/ccm-preferences-page-plugin.c | 146 +--
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 | 30 +-
src/ccm-property-async.h | 4 +-
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 | 1430 ++++++++++----------
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 | 64 +-
src/ccm-window-plugin.h | 66 +-
src/ccm-window-xrender.c | 242 ++--
src/ccm-window-xrender.h | 4 +-
src/ccm-window.c | 960 ++++++-------
src/ccm-window.h | 4 +-
src/ccm.h | 22 +-
src/eggdesktopfile.c | 82 +-
src/eggdesktopfile.h | 10 +-
src/eggsmclient-xsmp.c | 28 +-
src/eggsmclient.c | 208 ++--
src/eggsmclient.h | 6 +-
tools/Makefile.am | 10 +-
vapi/Makefile.am | 18 +-
vapi/cairo-compmgr.vapi | 1379 ++++++++++----------
vapi/config.vapi | 2 +-
155 files changed, 6042 insertions(+), 8433 deletions(-)
create mode 100644 build/debian.am
create mode 100644 build/dist-changelog.am
copy plugin.make => build/plugin.am (77%)
delete mode 100755 gitlog-to-changelog
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
hooks/post-receive
--
ccm/cairocompmgr.git