compiz: Changes to 'compiz-0.4'

David Reveman davidr at kemper.freedesktop.org
Fri Mar 2 03:26:56 EET 2007


 include/compiz.h                |    3 -
 kde/window-decorator/window.cpp |    2 
 plugins/blur.c                  |   79 +++++++++++++++-------------------
 plugins/cube.c                  |   48 +++++++++++----------
 plugins/decoration.c            |   32 +++++---------
 plugins/fade.c                  |   38 +++++++++-------
 plugins/minimize.c              |    4 +
 plugins/place.c                 |   18 ++-----
 plugins/resize.c                |    4 -
 plugins/rotate.c                |    6 ++
 plugins/switcher.c              |   76 ++++++++++++++++++---------------
 plugins/wobbly.c                |   91 ++++++++++++++++++++++++----------------
 src/event.c                     |   28 +++---------
 src/paint.c                     |    8 ---
 src/window.c                    |   19 +++++---
 15 files changed, 236 insertions(+), 220 deletions(-)

New commits:
commit dc68d03d5fa435afd83d3c40e6ba6b8f36c51fcf
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 20:00:59 2007 +0100

    Add fadeOut variable to keep track of windows that fade out.

commit ce69d5c4cb0c6af176100c0fc7205158efa8e40d
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 20:05:15 2007 +0100

    Make sure we set state to Normal again when window is mapped.
    
    Conflicts:
    
    	plugins/minimize.c

commit 220d04ad611aa9681f9f56baf11bfa2c2cd290a9
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 17:23:02 2007 +0100

    Make sure mBorder gets initialized.

commit 8b574380a0b5535fee337dbe717fb38f1d14f016
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 17:21:37 2007 +0100

    Set a top anchor when resizing a wobbly window.

commit 4837709df4c7cb9df520b7a63785e33702235973
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 14:14:42 2007 +0100

    Read current window position properly.

commit c32b5674e855bdbca297ca2d144e854ce1a4d71f
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 12:08:06 2007 +0100

    Don't end zoom animation so quickly.

commit bf66174fb747e89f0c0b5ca95dd0b9e5a7ad44a1
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 12:06:05 2007 +0100

    Perform zoom effect by translating screen instead of windows.

commit 83633580aed6d08666d9dead82c88d7dcec0d8a8
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 12:03:12 2007 +0100

    Only draw top/bottom face after clearing screen.

commit 176fec6ec4642c5d3b2a6ee471364d2753ad35ba
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 11:54:52 2007 +0100

    Make sure we don't clear an output more than once per screen updated.

commit ece917b0308f6b27290fac1bb4140ef93f7d4f64
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 11:37:00 2007 +0100

    No need to clear the stencil buffer.

commit 249c05346cb3f734faf32dd5cf75490d2cba70e9
Author: David Reveman <davidr at novell.com>
Date:   Wed Feb 28 19:16:43 2007 +0100

    Fix another typo in 4xBilinear filter. Offset parameter should be
    multiplied and then added to texture coordinate.

commit 4611424aa4cbbe5a234ec23d76c8945ba2c16168
Author: David Reveman <davidr at novell.com>
Date:   Wed Feb 28 19:10:01 2007 +0100

    Fix typo in 4xBilinear filter code.

commit 8dfc9535b1c37b76da57e3275cfb2c1692408a70
Author: David Reveman <davidr at novell.com>
Date:   Wed Feb 28 18:54:35 2007 +0100

    Enable the code in the placement plugin that maximize windows when they
    are too big for their work area.

commit 2a0b5d328ea24c817f83ecb4a331d214d9ddaf0c
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 18:42:43 2007 +0100

    Do not modify window paint struct, use destroyCnt unmapCnt instead.
    
    Conflicts:
    
    	plugins/fade.c

commit 62ea637db4b2fc1c10dd865ac12e9cf2e85e24f8
Author: David Reveman <davidr at novell.com>
Date:   Wed Feb 28 10:09:10 2007 +0100

    Add bindFailed variable to CompWindow struct so we can handle cases
    where binding window to texture failed because window is no
    longer mapped properly.

commit 9be9ec0c72d45071bf410af54c3dcb9b87fd6b9a
Author: David Reveman <davidr at novell.com>
Date:   Tue Feb 27 17:07:06 2007 +0100

    Check for pending maps when trying to hide a window.

commit f275803221e9fb9ea56c13c92c753b65323ed497
Author: David Reveman <davidr at novell.com>
Date:   Tue Feb 27 12:04:26 2007 +0100

    Do not change input focus when EnterNotify event is generated from
    an ungrab. This changes the behavior when not using click to focus
    and moving between viewports a bit. However, focusDefaultWindow
    should be modified instead if the old behavior made more sense.

commit 60573dbb0482063ff021746789a7cc7b8d58bab6
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 1 18:36:50 2007 +0100

    Fix active window tracking. We're always setting the active window
    property so there's no need to monitor that property.
    
    Conflicts:
    
    	plugins/wobbly.c

commit ea1ac646a6f1d737e7c7da1a13d4ccf5e509aa30
Author: David Reveman <davidr at novell.com>
Date:   Mon Feb 26 23:16:05 2007 +0100

    Reset rotation correctly when we receive a client message that
    cause us to move the viewport.




More information about the xorg-commit mailing list