Re: [PATCH libinput v2 4/4] touchpad: Implement pinch gesture support

2015-04-16 Thread Hans de Goede
Hi, On 09-04-15 07:25, Peter Hutterer wrote: On Thu, Mar 26, 2015 at 10:04:40AM +0100, Hans de Goede wrote: Implement touchpad pinch (and rotate) gesture support. Note that two two-finger scrolling tests are slightly tweaked to assure that there is enough touch movement to allow the scroll-or-

Re: [PATCH libinput v2 4/4] touchpad: Implement pinch gesture support

2015-04-08 Thread Peter Hutterer
On Thu, Mar 26, 2015 at 10:04:40AM +0100, Hans de Goede wrote: > Implement touchpad pinch (and rotate) gesture support. > > Note that two two-finger scrolling tests are slightly tweaked to assure that > there is enough touch movement to allow the scroll-or-pinch detect code to do > its works. > >

[PATCH libinput v2 4/4] touchpad: Implement pinch gesture support

2015-03-26 Thread Hans de Goede
Implement touchpad pinch (and rotate) gesture support. Note that two two-finger scrolling tests are slightly tweaked to assure that there is enough touch movement to allow the scroll-or-pinch detect code to do its works. Signed-off-by: Hans de Goede --- src/evdev-mt-touchpad-gestures.c | 268 ++