[PATCH libinput 2/2] touchpad: add upper edge into exclusion zone

2017-07-05 Thread Peter Hutterer
From: Ming-Yang Lu This reduces unexpected cursor moves when placing the thumb near the border of trackpoint buttons and upper edge of touchpad. https://bugs.freedesktop.org/show_bug.cgi?id=101574 Signed-off-by: Peter Hutterer --- doc/palm-detection.dox | 22 + doc/svg/palm-detec

[PATCH libinput 1/2] touchpad: sync the slot state after tp_resume()

2017-07-05 Thread Peter Hutterer
If the touchpad is suspended and resumed (e.g. lid switch), the initial slot state may be out of sync. If a touch happened while the touchpad was suspended and the next touch down is on exactly the same x and/or y coordinate, our touch point would still have the coordinates of the most recently see

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-07-05 Thread Joshua Watt
On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > Previously, the hide_input_panel and show_input_panel messages for > the text > input protocol were limited to specific cases, such as showing the > panel on > activation, or making the panel visible after activation. Now, > clients are > allo