[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, master, updated. d81ba42170366b93151e582d1256c4eb69d54b0c |
[ 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 d81ba42170366b93151e582d1256c4eb69d54b0c (commit)
from 7b175758fd3287df2fa4bcc946b84e871d5c009c (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 d81ba42170366b93151e582d1256c4eb69d54b0c
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Thu Aug 19 01:11:11 2010 +0200
[cairo-compmgr] Begin code cleanup
- Remove unused screen property
- Remove unused screen options
- Rewrite backend management
to provide reread option on each object allocation
- Fix vala plugin build with latest valac 0.9.6
- Remove unused y_invert parameter on window paint
-----------------------------------------------------------------------
Summary of changes:
build/plugin.am | 2 +
lib/Makefile.am | 2 +
lib/ccm-object.c | 98 +++++++
lib/ccm-object.h | 54 ++++
plugins/clone/ccm-clone.vala | 9 +-
plugins/decoration/ccm-decoration.c | 16 +-
plugins/freeze/ccm-freeze.c | 8 +-
plugins/magnifier/ccm-magnifier.c | 9 +-
plugins/mosaic/ccm-mosaic.vala | 6 +-
plugins/vala-test/ccm-vala-window-plugin.vala | 6 +-
src/Makefile.am | 8 +-
src/ccm-drawable.c | 3 +-
src/ccm-drawable.h | 5 +-
src/ccm-object.h | 75 ------
src/ccm-pixmap-backend.c | 55 ----
src/ccm-pixmap-backend.h | 72 -----
src/ccm-pixmap-buffered-image.c | 5 +-
src/ccm-pixmap-image.c | 3 +-
src/ccm-pixmap-xrender.c | 3 +-
src/ccm-pixmap.c | 57 +----
src/ccm-pixmap.h | 2 -
src/ccm-plugin.c | 5 +-
src/ccm-plugin.h | 5 +-
src/ccm-screen.c | 349 ++++++++-----------------
src/ccm-window-backend.c | 41 ---
src/ccm-window-backend.h | 62 -----
src/ccm-window-plugin.c | 6 +-
src/ccm-window-plugin.h | 6 +-
src/ccm-window-xrender.c | 3 +-
src/ccm-window.c | 66 +----
src/ccm.h | 4 +-
vapi/cairo-compmgr.vapi | 21 +-
32 files changed, 323 insertions(+), 743 deletions(-)
create mode 100644 lib/ccm-object.c
create mode 100644 lib/ccm-object.h
delete mode 100644 src/ccm-object.h
delete mode 100644 src/ccm-pixmap-backend.c
delete mode 100644 src/ccm-pixmap-backend.h
delete mode 100644 src/ccm-window-backend.c
delete mode 100644 src/ccm-window-backend.h
hooks/post-receive
--
ccm/cairocompmgr.git