compiz: Changes to 'compiz-0.6'

Danny Baumann maniac at kemper.freedesktop.org
Thu Sep 27 11:38:11 PDT 2007


 include/compiz.h     |    2 -
 plugins/decoration.c |   10 +++++--
 src/event.c          |   70 ++++++++++++++++++++++++++++++++++++++++++---------
 src/window.c         |   17 ++++++------
 4 files changed, 77 insertions(+), 22 deletions(-)

New commits:
commit 7b6362cab6c197fbc3b1b0a8c0f7b598fb4bef0d
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Sep 27 20:32:47 2007 +0200

    Fix full window frame being painted once after shading.
    Added commit explaining the workaround.

commit 79f7cc298df4453f2874521f483ee9629fc63a99
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Sep 27 19:19:53 2007 +0200

    Fix map and restack ordering.
    unminimizeWindow already contains a XMapWindow call, so minimized windows that are unminimized and then restacked by the focus stealing prevention are first mapped, then restacked; which led to ugly flashing.
    The new code makes sure windows are always first restacked, then mapped.

commit abf243c9e5fdab699fa631bd58eb533a6861fd93
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Sep 27 08:36:18 2007 +0200

    Don't restack windows on map if their focus should be prevented.

commit 8793ebfb39ebc778420588546a37e8e7784b1b62
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Sep 27 08:13:18 2007 +0200

    Support restack requests in ConfigureRequest events.

commit e03d6b2e1861405ba601ba152d7e50a74a8dac31
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Sep 27 07:41:21 2007 +0200

    Rename focusWindowOnMap to allowWindowFocus and make it use the current window viewport, not the initial one.



More information about the xorg-commit mailing list