[PATCH libinput] touchpad: add a middle button software area

2016-04-03 Thread Peter Hutterer
Middle button interaction is most commonly to paste and it is a single-event interaction (button press). We provided middle button in software button mode by emulating it with a two-finger press with L+R down at the same time. This is also what many touchpads are spectacularly bad at, it is very co

Re: [PATCH] protocol: Extend wl_touch with touch point shape

2016-04-03 Thread Peter Hutterer
On Thu, Mar 31, 2016 at 10:49:42AM +0800, Jonas Ã…dahl wrote: > On Fri, Mar 25, 2016 at 09:29:56AM -0700, Dennis Kempin wrote: > > This CL updates the wl_touch interface with a shape event. > > The shape of a touch point is not relevant for most UI > > applications, but allows a better experience in

Re: [PATCH libinput 4/4] touchpad: reset the motion history on significant negative pressure changes

2016-04-03 Thread Peter Hutterer
On Sun, Apr 03, 2016 at 09:54:32AM +0200, Hans de Goede wrote: > Hi, > > On 04/01/2016 03:10 AM, Peter Hutterer wrote: > >Resetting the motion history has the side-effect of swallowing movements, we > >don't calculate deltas until we have 4 motion events. During a finger > >release, > >we're like

[PATCH weston] systemd: take over sockets created by systemd

2016-04-03 Thread Friedrich, Eugen (ADITG/SW1)
systemd provides a feature of socket-based activation, details in [1] This commit adds an implementation to check if sockets were provided by systemd and adds this as an additional socket to wayland display. before adding sockets are checked for the correctness: only AF_UNIX of type SOCK_STREAM are

[PATCH wayland-protocols v6] text: Create second version of text input protocol

2016-04-03 Thread Jan Arne Petersen
There were some shortcomings in the first version of the protocol which makes it not really useful in real world applications. It is not really possible to fix them in a compatible way so introduce a new v2 of the protocol. Fixes some shortcomings of the first version: * Use only one wp_text_inpu

RE: [PATCH weston] systemd: take over a socket created by systemd in case of

2016-04-03 Thread Friedrich, Eugen (ADITG/SW1)
> -Original Message- > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > Sent: Friday, April 01, 2016 2:15 PM > To: Friedrich, Eugen (ADITG/SW1) > Cc: wayland mailing list; Natsume, Wataru (ADITJ/SWG); Ucan, Emre > (ADITG/SW1) > Subject: Re: [PATCH weston] systemd: take over a socket cr

Re: [PATCH libinput 4/4] touchpad: reset the motion history on significant negative pressure changes

2016-04-03 Thread Hans de Goede
Hi, On 04/01/2016 03:10 AM, Peter Hutterer wrote: Resetting the motion history has the side-effect of swallowing movements, we don't calculate deltas until we have 4 motion events. During a finger release, we're likely to get a large pressure change between two events, resetting the motion histo