compiz: Changes to 'master'

Danny Baumann maniac at kemper.freedesktop.org
Thu Aug 14 05:11:27 PDT 2008


 include/compiz-core.h |   17 ++++++---
 plugins/move.c        |   16 ++++++++
 plugins/place.c       |    8 +++-
 plugins/resize.c      |   14 +++++++
 src/event.c           |   94 ++++++++++++++++++++++++--------------------------
 src/screen.c          |   35 ++++++++++++++++--
 src/window.c          |    8 ++--
 7 files changed, 131 insertions(+), 61 deletions(-)

New commits:
commit 415015610b6700122e52eee558b05ab68916d819
Merge: f80224965e8cb5efa810cc61236a9669fecc971e 17eaa33430a87f2ca39dcc6b6c70f7f4dc31b714
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Aug 14 14:10:52 2008 +0200

    Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz

commit f80224965e8cb5efa810cc61236a9669fecc971e
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Aug 14 13:54:35 2008 +0200

    Bump core_ABIVERSION.

commit 21f78889e2889a57e2f4bc3183878fb2919a5f78
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Aug 14 13:54:03 2008 +0200

    Pass client type of _NET_MOVERESIZE_WINDOW message sender to validate function.
    Use this information to skip validation of pager initiated move/resize events.

commit 12fe2853f5dae0783193d92a0d82f961028e3fd1
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Aug 14 13:47:57 2008 +0200

    Add definitions for EWMH source indication values.

commit 72b6fb6cd96ed43c3c60727affc051f0a29391d8
Author: Danny Baumann <dannybaumann at web.de>
Date:   Wed Aug 13 15:40:52 2008 +0200

    Added support for _NET_WM_MOVERESIZE_CANCEL.

commit 5c1351ac69020201800b1423179245cd5243ee83
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Aug 8 14:48:42 2008 +0200

    Don't use window found previously.

commit 6916c3b7b30174c457fdcd8ad745ebdbe9d7b940
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Aug 8 14:46:27 2008 +0200

    Optimization.

commit 35f95fd6353a5496eabb4a0d782de058be229098
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Aug 8 14:33:32 2008 +0200

    Try to find the window under the pointer through the server if d->below is not valid.
    This may happen e.g. if focusDefaultWindow() is called right after moveScreenViewport(), as the EnterNotify event hasn't arrived at that time yet.

commit fb1cdd8f442c03add35f47b58251dd4a7108c457
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Aug 8 14:24:42 2008 +0200

    We now have the CompScreen variable at the right time, use it.

commit f652a3a041c84c8ef0ded4f5792b58cc9919fff8
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Aug 8 14:06:20 2008 +0200

    Also update d->below variable when we have a grab, so that it has the correct value after grab end.
    Needed e.g. for focussing the correct default window after viewport changes with click_to_focus disabled.



More information about the xorg-commit mailing list