compiz: Changes to 'master'

Dennis Kasprzyk onestone at kemper.freedesktop.org
Thu May 31 16:29:42 PDT 2007


 include/compiz.h     |   48 ++++++++++++-------
 include/cube.h       |    6 +-
 plugins/annotate.c   |   16 +++---
 plugins/blur.c       |   48 +++++++++----------
 plugins/clone.c      |   23 ++++++---
 plugins/cube.c       |   79 +++++++++++++++++++------------
 plugins/minimize.c   |   16 +++---
 plugins/plane.c      |   40 ++++++++--------
 plugins/resize.c     |   26 +++++-----
 plugins/rotate.c     |   16 +++---
 plugins/scale.c      |   16 +++---
 plugins/screenshot.c |   97 ++++++++++++++++++++++++--------------
 plugins/switcher.c   |   28 +++++------
 plugins/wobbly.c     |   16 +++---
 plugins/zoom.c       |   20 ++++----
 src/display.c        |  127 ++++++++++++++++++++++++++++++---------------------
 src/paint.c          |   56 +++++++++++-----------
 src/screen.c         |   16 +++++-
 18 files changed, 399 insertions(+), 295 deletions(-)

New commits:
commit 97a4a6c90a935088e75c73371a054b5c4b8d5d10
Merge: d3026e2... 0a1e769...
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Fri Jun 1 02:30:56 2007 +0200

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
    
    Conflicts:
    
    	include/compiz.h
    	plugins/zoom.c

commit d3026e2adfdc1a55876000399446d4b64b37031f
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 19:17:40 2007 +0200

    Added a fullscreenOutput variable to CompScreen.

commit fea4af7bac8f7ce3f745eefa3264642c47939f43
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 19:03:43 2007 +0200

    Handle glViewport change correctly.

commit e07f9352baa1089b372565097d2a45192f1d5e8b
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 18:56:17 2007 +0200

    Applied temporary changes to cube to make it work with lastest core changes.

commit 139e256684237d4db4ff14ebdc0fb935721b084b
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 18:07:08 2007 +0200

    Applied temporary changes to clone to make it work with lastest core changes.

commit 17eb4953b7a6507395d80ece16609d69c768f87a
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 17:57:25 2007 +0200

    Use new paintScreen function in screenshot.

commit 0969a119f27336d80f707078f59229208d9c3865
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 17:48:29 2007 +0200

    Applied lastest core changes to blur.

commit 955ef3489ffdf96055d675ee33f0e9359fca1fc1
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 17:47:06 2007 +0200

    Applied lastest core changes to annotate, plane, resize, screenshot and switcher.

commit cd3a27dd52a6e4ed490d8412bfae07fbc6e1ccb7
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 17:46:15 2007 +0200

    Applied lastest core changes to wobbly, minimize, rotate and scale.

commit 2d261bf04f7f2d4a2ae681952ce0ef37daefc42b
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 17:44:15 2007 +0200

    Bump ABI version

commit 77e3efa7c1f7d1249c3b6451ac672aacb3e429ee
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 17:43:07 2007 +0200

    Added a new wrapable paintScreen function to allow plugins to maniplulate output device dependent painting.

commit 4f6c6408caf4e43fca3f6c73db39ef80c7782da5
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu May 31 17:42:23 2007 +0200

    Renamed paint(Transformed)Screen to paint(Transfomed)Output.
    
    for FILE in `find . -name "*.[ch]"`; do
        BASE=`basename $FILE`
        cat $FILE | sed -e 's/aintScreen/aintOutput/g' -e 's/aintTransformedScreen/aintTransformedOutput/g' > /tmp/$BASE    cat /tmp/$BASE | sed -e 's/parePaintOutput/parePaintScreen/g' -e 's/onePaintOutput/onePaintScreen/g'  > $FILE
        rm /tmp/$BASE
    done



More information about the xorg-commit mailing list