compiz: Changes to 'master'

Danny Baumann maniac at kemper.freedesktop.org
Thu Jul 31 04:13:18 PDT 2008


 include/compiz-core.h |   85 ++---
 metadata/Makefile.am  |    1 
 metadata/core.xml.in  |   29 -
 metadata/fade.xml.in  |   45 ++-
 metadata/obs.xml.in   |  168 +++++++++++
 metadata/place.xml.in |    5 
 plugins/Makefile.am   |    4 
 plugins/fade.c        |  284 ++++++++++++-------
 plugins/obs.c         |  742 ++++++++++++++++++++++++++++++++++++++++++++++++++
 plugins/place.c       |   53 ++-
 src/display.c         |   77 -----
 src/event.c           |   51 +--
 src/match.c           |    5 
 src/screen.c          |   29 -
 src/window.c          |   60 ----
 15 files changed, 1257 insertions(+), 381 deletions(-)

New commits:
commit 1a07876af9f19af2d191ab32edd1953d6a456cca
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Jul 31 13:04:51 2008 +0200

    Added option for forcing windows with fixed placement to be constrained to the work area.

commit 6d55d785a32ab562a751e8acd591e2fa4dabaab0
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Jul 31 12:59:49 2008 +0200

    Added comment why drawWindow instead of paintWindow is used.

commit c941234435a21b9824b8de4c011b7e8dcd19952c
Author: Danny Baumann <dannybaumann at web.de>
Date:   Tue Jul 29 14:25:00 2008 +0200

    Remove arbitrary opacity fade slowdown for unknown windows.

commit 75ee20c08c5132fba1a3ec9486550b9fde8ec4fc
Author: Danny Baumann <dannybaumann at web.de>
Date:   Tue Jul 29 14:24:18 2008 +0200

    Simplify calculations.

commit c47b6aa052a8066c83367f034c994de2b758525b
Author: Danny Baumann <dannybaumann at web.de>
Date:   Mon Jul 28 18:18:06 2008 +0200

    Load move and switcher after fade to get their paint modifier transitions faded.

commit 063628a56d268d1cad7761c20c0441e6538b0315
Author: Danny Baumann <dannybaumann at web.de>
Date:   Mon Jul 28 18:10:31 2008 +0200

    Added "Fade with constant total fade time" fade mode.

commit 95d7c05a089137f2d01c3d38b91ec915817734d2
Author: Danny Baumann <dannybaumann at web.de>
Date:   Mon Jul 28 15:46:54 2008 +0200

    Avoid unnecessary indirection and put customFactor and matchFactor directly in ObsWindow struct.

commit 77b9acc28118683b9e750780f8b755f3e8d8833e
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sun Jul 27 15:12:31 2008 +0200

    Initialize match factor correctly on match changes.

commit 3a796db6458cbf78e5953a25555097c569f257db
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sun Jul 27 15:07:26 2008 +0200

    Remove leftovers from core opacity handling.

commit 50d2fd61dcfb8bbda12134e3899886415420d685
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sun Jul 27 14:53:54 2008 +0200

    Bump ABIVERSION.

commit 86f8c470dcbcee9bdceedf3ab2e1e520cccc28e3
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sun Jul 27 14:53:24 2008 +0200

    Remove opacity, brightness and saturation members from CompWindow struct.
    w->paint.[opacity|brightness|saturation] now contains the property value cache and should never be changed.

commit e68959d3ec7f652795589f553accd4cef9e6904c
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sun Jul 27 14:49:12 2008 +0200

    Don't touch paint modifiers directly.

commit 4a3acf3dfc23b03b8e73e25ec46a17f78e7e8bdf
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sun Jul 27 14:37:39 2008 +0200

    Remove opacity adjustment handling (bindings, matches) from core.

commit 5758af792318ea9086711ffff4a6cf104e03ddeb
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sun Jul 27 14:28:41 2008 +0200

    Added "obs" plugin that handles bindings and matches to adjust the default opacity, brightness and saturation of windows.

commit 964f294861d800120b939f46f1eebf1a429b3a31
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sat Jul 26 20:44:59 2008 +0200

    Update paint values and damage window properly on brightness and saturation property changes.

commit 2888dc1a2c6ad3a9c1a6bd24d07319db0d36f55a
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Jul 25 13:27:00 2008 +0200

    Made unresponsive window greyout configurable.

commit 06ac42991f943f3fed17596798c9b00485281b2c
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Jul 25 13:13:41 2008 +0200

    Move unresponding window greyout to fade plugin.



More information about the xorg-commit mailing list