On 19/11/13 22:37, Kristian Høgsberg wrote: > 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.
That's while going to exposay while alt-tab is in progress, right? I'll fix that case this week. > 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 *. I don't know much about the animation stuff but I'll see if I can figure something out. > Anyway, patches merged for now, still work to do. Great, thanks! Emilio > 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 >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/wayland-devel > _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
