compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Sun Nov 12 19:40:14 EET 2006


 configure.ac                                |   14 
 gtk/window-decorator/gtk-window-decorator.c |  252 +++++++++--------
 include/compiz.h                            |   18 -
 plugins/Makefile.am                         |    6 
 plugins/compiz.schemas.in                   |    9 
 plugins/cube.c                              |   17 -
 plugins/place.c                             |   30 --
 plugins/plane.c                             |    3 
 plugins/wobbly.c                            |   51 ++-
 plugins/zoom.c                              |   45 ++-
 src/display.c                               |    6 
 src/main.c                                  |    6 
 src/paint.c                                 |    8 
 src/screen.c                                |  415 +++++++++++++++++-----------
 14 files changed, 534 insertions(+), 346 deletions(-)

New commits:
commit 6de89a2e80efced65eb4c5f15ada6a85a2e3c468
Author: David Reveman <davidr at novell.com>
Date:   Sun Nov 12 12:31:28 2006 -0500

    Add support for new metacity theme version and add version checking that
    also allow us to support metacity versions < 2.15.21.

commit 09a192d2329a4a6761b667c27811c55edf12b591
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 18:48:58 2006 -0500

    Check if we have visible region without output and clear color buffers before
    swapping if that is the case.

commit d3749b4e9de7624eac4b9b97de42c4725e122da5
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 18:16:40 2006 -0500

    Remove cleared variable.

commit a7b11ba66ced4b21410a2f2058931cf92d63f2c9
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 18:14:07 2006 -0500

    Switch to using clearScreenOutput.

commit 23ae94683e598738574922672d82b53a7b474d15
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 18:13:03 2006 -0500

    Add clearScreenOutput function.

commit d32ac34676f2a87d60ad9e4fe426281595c5b859
Author: Bellegarde Cedric <gnumdk at puffy.homelinux.org>
Date:   Sat Nov 11 17:24:55 2006 -0500

    Add zoom factor option.

commit b0a7bd5cfb382cf54810f33add9ddcf56b7cffec
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 17:04:59 2006 -0500

    Remove scale applied at the add geometry stage in wobblyDrawWindowTexture
    instead of in wobblyPaintWindow.

commit 5a88c2e56e3a17ee1330d9923b409e82a568f5bc
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 13:42:18 2006 -0500

    Use getWorkareaForOutput.

commit 6a43bdfb2105fe93a102c773e7855168148fc11f
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 13:40:08 2006 -0500

    Avoid override redirect windows.

commit 843750ba757a13b98403026dca86277f704476fe
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 13:34:45 2006 -0500

    Bump ABI version number.

commit 77455199cbe7bff0a2cea2d7223ca060e5045ad3
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 13:33:41 2006 -0500

    Regen compiz.schemas.in.

commit 9a0efda552a534a7c61eb6ddd333b55ef6888503
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 13:33:16 2006 -0500

    Use the --no-detection option when generating schemas.

commit c42e5cc9f1b682f79b735ca7cef28230e58c9f4b
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 13:32:06 2006 -0500

    Add no detection option.

commit 9410e620811cc896fc453fce8f2b63b754a398ac
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 13:02:55 2006 -0500

    Make outputs option a list of strings instead of a string.

commit 561a8fb1479e4dacdb20010cabe6ce734ccb14c5
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 12:01:12 2006 -0500

    Update current output after updating output devices.

commit a5b6e1b6c499f9d01b022a18775067029ed69da8
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 11:56:40 2006 -0500

    Detect refresh rate and outputs before initializing plugins.

commit e51612cde194aff7af2c5885a28db331e04a2240
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 11:54:16 2006 -0500

    Move call to updateOutputDevices out of reshape function to avoid it being
    called twice at startup.

commit 0fea353913a69706ae903ba271e14d75a79b2cec
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 11:49:24 2006 -0500

    Make sure that refresh rate and outputs are detected when detect_refresh_rate
    and detect_outputs are set to true.

commit f46bf00da456b0cd6fde4720dfa9531f4f5f3cbe
Author: David Reveman <davidr at novell.com>
Date:   Sat Nov 11 11:06:37 2006 -0500

    Compute per output workarea.




More information about the xorg-commit mailing list