compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Wed Nov 22 19:47:05 EET 2006


 NEWS                 |   44 +++
 configure.ac         |    2 
 include/compiz.h     |   33 ++
 plugins/decoration.c |   20 -
 plugins/fade.c       |  123 +++++-----
 plugins/minimize.c   |   82 +++----
 plugins/scale.c      |  151 ++++++-------
 plugins/switcher.c   |   97 ++------
 plugins/water.c      |    4 
 po/cs.po             |  589 +++++++++++++++++++++++++++------------------------
 po/de.po             |  589 +++++++++++++++++++++++++++------------------------
 po/es.po             |  589 +++++++++++++++++++++++++++------------------------
 po/fi.po             |  589 +++++++++++++++++++++++++++------------------------
 po/fr.po             |  589 +++++++++++++++++++++++++++------------------------
 po/hu.po             |  589 +++++++++++++++++++++++++++------------------------
 po/it.po             |  589 +++++++++++++++++++++++++++------------------------
 po/ja.po             |  589 +++++++++++++++++++++++++++------------------------
 po/pl.po             |  589 +++++++++++++++++++++++++++------------------------
 po/pt_BR.po          |  589 +++++++++++++++++++++++++++------------------------
 po/sv.po             |  589 +++++++++++++++++++++++++++------------------------
 po/zh_CN.po          |  589 +++++++++++++++++++++++++++------------------------
 po/zh_TW.po          |  589 +++++++++++++++++++++++++++------------------------
 src/paint.c          |   36 ++-
 src/screen.c         |    1 
 src/window.c         |   87 +++++--
 25 files changed, 4491 insertions(+), 3846 deletions(-)

New commits:
commit 819c0f4a164090b8334cad7d8a95e208057672bd
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 11:37:57 2006 -0500

    Update ABIVERSION.

commit 8767e490cc4412d24f7b2ac42ebdfa7b664c0e00
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 11:37:12 2006 -0500

    Update switcher plugin to use drawWindow function for drawing thumbnails.
    Thumbnails now include decorations and shadows.

commit b27ed8f9c53ade6dfc5304eee5b95f6a07c47a51
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 11:34:57 2006 -0500

    Use lastPaint as paint attributes for drawWindow. Fix thumbnail opacity
    calculations, current window opacity should not be used when computing
    new opacity value.

commit d73947df2d8304cf66cde48524fcab5848b89367
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 11:13:26 2006 -0500

    Use lastPaint for drawWindow paint attributes.

commit f6a325b9010ff2e78da6e2942e374db4722ee4aa
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 11:12:06 2006 -0500

    Applying fade values in drawWindow was a bad idea. Back out that change
    and be a bit more efficient and only compute new fade values if steps
    variable is non-zero.

commit 14b69cdc3f28d5bfd766c8367171416688ed5516
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 11:08:15 2006 -0500

    Makes more sense to update lastPaint in paintWindow function.

commit 5fbc43b2dd6a1c2bb161c24f8195c9fed5f13753
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 00:49:11 2006 -0500

    Remove whitespaces.

commit 630cceca5652cc6b0e8b8b9ffb55bf7fc07c7fc6
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 00:46:55 2006 -0500

    Make thumbnail opacity behave a bit better.

commit e58b83ea69f846003292142da303c496a31178de
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 00:04:21 2006 -0500

    Use drawWindow for window transformations.

commit 37013b50c73ca6d17ffeb85cb3e92d76f15e7499
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 00:03:55 2006 -0500

    Use drawWindow function for window transformations.

commit 8fb7e6ae394339de31ff3dd4841bfbe1209626ab
Author: David Reveman <davidr at novell.com>
Date:   Wed Nov 22 00:00:57 2006 -0500

    Hook into drawWindow and apply current fade values there.

commit 3fbba2a9ab2fc31818a5ddaead8600d176199c71
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 23:57:29 2006 -0500

    Hook into drawWindow instead of paintWindow.

commit 4e804466b6b40d0f7031121ab6d1abf6732c6a10
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 19:24:34 2006 -0500

    Add damageTransformedWindowRect function.

commit 0a4954b693f371f70fb854aeef6a923925e62256
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 19:00:17 2006 -0500

    Add damageTransformedWindowRegion function.

commit 41f8f38d67f65b693805aa01480c179434fba10a
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 18:57:52 2006 -0500

    Init xTranslate and yTranslate to 0.0.

commit bb754a57995c68915bae4b536bc2e5ddeaf89303
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 18:05:47 2006 -0500

    Add xTranslate and yTranslate to WindowPaintAttrib struct.

commit 3897ab32668eb34ae538bd0b60272a5d6aa5d8d7
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 17:16:36 2006 -0500

    Add PAINT_WINDOW_NO_CORE_INSTANCE_MASK.

commit 5c0341272efe47aeb021eafb1fbf78f64764a990
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 12:35:05 2006 -0500

    Add drawWindow function.

commit a51073dcbc4c2ef6acf954b0c61c6c9633275a46
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 12:22:19 2006 -0500

    Post release version increment.

commit 0d5d9cb6b9433de408981c312a4094b99c295162
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 11:54:56 2006 -0500

    Add entry for 0.3.4 release.

commit 5773c5b2f5d5f4469d1c0b8e340a517cb1b280ec
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 11:53:48 2006 -0500

    Bump version.

commit 2aabd958e659540502913b5f9cd46c05e135baad
Author: David Reveman <davidr at novell.com>
Date:   Tue Nov 21 11:23:31 2006 -0500

    make update-po for upcoming release.




More information about the xorg-commit mailing list