compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Tue Nov 7 19:23:00 EET 2006


 configure.ac                                |   20 
 gtk/window-decorator/gtk-window-decorator.c |   46 
 include/compiz.h                            |   43 
 plugins/Makefile.am                         |   14 
 plugins/annotate.c                          |  667 ++++++++++++
 plugins/clone.c                             |  758 ++++++++++++++
 plugins/compiz.schemas.in                   | 1454 ++++++++++++++++++++++++----
 plugins/cube.c                              |  204 ++-
 plugins/decoration.c                        |   27 
 plugins/plane.c                             |   16 
 plugins/screenshot.c                        |   10 
 plugins/zoom.c                              |   17 
 src/display.c                               |    6 
 src/event.c                                 |    7 
 src/paint.c                                 |   63 -
 src/screen.c                                |   36 
 src/window.c                                |   43 
 17 files changed, 3096 insertions(+), 335 deletions(-)

New commits:
commit d8982543844c1149efd3d332379c64234061090d
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 12:16:33 2006 -0500

    Update current output when receiving MotionNotify events.

commit f9688509d92e988c8f8472aa96ec92f578b858e7
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 12:01:40 2006 -0500

    Regen compiz.schemas.in.

commit 83cbed08c5cf1c12bbd664a326fcb1525d1e00ec
Author: Mirco Muller <macslow at bangang.de>
Date:   Tue Nov 7 11:57:23 2006 -0500

    Add shadow color option.

commit 40480738496c15a8e0313a7754dc208199418a47
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:43:31 2006 -0500

    Regen compiz.schemas.in.

commit 981000dda5ebc224b083322c520f4c7d8b1685d1
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:40:45 2006 -0500

    Add clone plugin which can be used to clone outputs in a convenient way.
    Currently more of a prototype as we need randr++ and input transformation
    in the server to do this properly.

commit 1f2e1fe3b3f6d454dd0685e9a0e3d4212b6a5760
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:35:36 2006 -0500

    Add initial annotate plugin.

commit 23f0bb246aed17790aeeec52b1fb5877cf0627fc
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:32:13 2006 -0500

    Remove whitespaces.

commit 7a224f5187a2f8116cbbebeb9d6dfeddde46cb50
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:31:28 2006 -0500

    Fix so that screenshot plugin works with multiple outputs.

commit ff994e6e186e9e3a7756e8582c641e7e16d4f80e
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:29:28 2006 -0500

    Track paintTransformedScreen changes.

commit 36fbb307df260558ce0a425596a102fa39d87000
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:27:33 2006 -0500

    Make zoom per output.

commit 96c6f2d945ad7ea72c48858f6e688a5769107ca2
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:22:39 2006 -0500

    Add region to paintTransformedScreen arguments. Add ApplyScreenTransform
    function so that plugins can do more advanced transformations. Add
    cleared flag to keep track of if the screen has been cleared or not when
    painting multiple outputs. Update cube plugin to use these things and
    handle multiple outputs better.

commit c4d6ce348108fd9cd199784dfbfefb4393fe841c
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:10:32 2006 -0500

    Remove whitespaces.

commit 6166d4e281dac19f2a93106aaf68ce82b44a43d0
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 7 11:09:19 2006 -0500

    Add getWorkareaForOutput and use it to maximize windows properly.

commit 1079eab1e71e7548a16342a959ed89637c1b800b
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 1 12:27:33 2006 -0500

    Set viewport correctly.




More information about the xorg-commit mailing list