compiz: Changes to 'master'

Kristian Høgsberg krh at kemper.freedesktop.org
Wed Sep 27 07:28:41 EEST 2006


 include/compiz.h    |   32 +
 plugins/Makefile.am |    5 
 plugins/cube.c      |   66 +--
 plugins/place.c     |   13 
 plugins/plane.c     |  904 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 plugins/rotate.c    |   57 +--
 src/event.c         |    3 
 src/screen.c        |  188 +++++++---
 src/window.c        |   72 ++--
 9 files changed, 1186 insertions(+), 154 deletions(-)

New commits:
commit 4dac455a6d40d3637c32ba3a4caf7ce316187833
Author: Søren Sandmann <sandmann at redhat.com>
Date:   Wed Sep 27 00:10:06 2006 -0400

    Add 'plane' plugin.
    
    A new plugin that pans the viewport around a planar workspace instead
    of the cube.  It's a more toned down transition effect and is more
    similar to the metacity workspace model.

commit bc44eb602b4f1162bd051fc48152956fdb7afe2f
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Tue Sep 26 23:36:27 2006 -0400

    Prepares for workspace that's more than one viewport high.
    
    This patch adds an extra dimension to the viewport position.  This
    allows plugins to pan the viewport vertically too.




More information about the xorg-commit mailing list