[PATCH 0/9] exposay & alt-tab

Kristian Høgsberg hoegsberg at gmail.com
Tue Nov 19 13:37:53 PST 2013


On Tue, Nov 19, 2013 at 11:37:10AM +0100, Emilio Pozuelo Monfort wrote:
> Rebased on master and fixed a couple of conflicts with Giulio's recent
> input changes. Fixed the typo spotted by Bryce.

I'm pushing these now so we can keep them up to date in the tree, but
there are still issues to work out.  Alt-tab leaves the tiny views
around, which is fun and you can interact with them and all.  But
obviously not how it's supposed to work.

Also I don't like how b482db adds another void * to the
weston_view_animation struct, there must be a way to consolidate the
user data in the existing void *.

Anyway, patches merged for now, still work to do.

Kristian

> Daniel Stone (3):
>   Add modifier-only binding
>   Add move/scale animation
>   Add Exposay
> 
> Emilio Pozuelo Monfort (5):
>   input: Don't send leave events to destroyed views
>   shell: Implement alt-tab switcher
>   exposay: add cancel impl to the kbd grab iface
>   exposay: Activate a surface when hovering it
>   shell: Set output on the focus_surfaces' view
> 
> Louis-Francis Ratté-Boulianne (1):
>   animation, shell: add kbd focus change animation
> 
>  src/animation.c  |  115 +++++-
>  src/bindings.c   |   58 +++
>  src/compositor.c |    1 +
>  src/compositor.h |   31 ++
>  src/input.c      |   65 +++-
>  src/shell.c      | 1095 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
>  6 files changed, 1334 insertions(+), 31 deletions(-)
> 
> -- 
> 1.8.4.rc3
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list