Re: [PATCH libinput 07/11] touchpad: Gesture support preparation

2015-02-23 Thread Hans de Goede
Hi, On 23-02-15 03:56, Peter Hutterer wrote: On Wed, Feb 18, 2015 at 01:26:50PM +0100, Hans de Goede wrote: Handle everything which is not handeld by the tap, (soft)button or edge-scroll typo: handled Fixed. code/statemachines in a unified way. Everything is treated as a X-finger gesture

Re: [PATCH libinput 07/11] touchpad: Gesture support preparation

2015-02-22 Thread Peter Hutterer
On Wed, Feb 18, 2015 at 01:26:50PM +0100, Hans de Goede wrote: > Handle everything which is not handeld by the tap, (soft)button or edge-scroll typo: handled > code/statemachines in a unified way. Everything is treated as a X-finger > gesture now, and the action to take on finger movement is deci

[PATCH libinput 07/11] touchpad: Gesture support preparation

2015-02-18 Thread Hans de Goede
Handle everything which is not handeld by the tap, (soft)button or edge-scroll code/statemachines in a unified way. Everything is treated as a X-finger gesture now, and the action to take on finger movement is decided by the gesture.finger_mode setting. Pointer control now simply is seen as a 1 fin