[PATCH libinput] touchpad: only trigger immediate pinch detection for three fingers

2016-02-25 Thread Peter Hutterer
If the fingers are vertically apart by more than 20mm we used to assume a pinch gesture immediately. This is too close together for some users during two-finger scrolling. Since we should always bias towards scrolling, only trigger this detection for three fingers, the rest has to go through the mo

Re: [PATCH weston v2] hmi-controller: remove duplicate commit_changes in random mode

2016-02-25 Thread wataru_natsume
Hello Pekka-san, Thank you so much for your review and proposal. I will send another patch of the warning removal and memory leak which you kindly found during this topic. Thanks, Wataru Natsume On 2016-02-19 20:20, Pekka Paalanen wrote: On Thu, 18 Feb 2016 08:48:40 +0900 Wataru Natsume w

Re: [PATCH weston v2] tests: Adding simple waycheck validation tool.

2016-02-25 Thread Daniel Stone
Hi, Thanks a bunch for this - I agree with basically everything that's been said. On 25 February 2016 at 16:06, Pekka Paalanen wrote: >> + wl_list_for_each_safe(entry, tmp, &pointer->private->link, link) >> + if (entry->listener && entry->listener->enter) >> +

Re: [PATCH weston v2] tests: Adding simple waycheck validation tool.

2016-02-25 Thread Pekka Paalanen
On Wed, 23 Dec 2015 22:26:19 -0800 "Jon A. Cruz" wrote: > Adds an initial implementation of a testing tool that uses the unit > test framework to run checks against an arbitrary Wayland compositor. > Note that this is not intended for Weston-specific testing, but for > generic Wayland testing. >