[PATCH weston 1/2] compositor-x11: Move vfunc setting from set_size to enable

2016-10-28 Thread Armin Krezović
Signed-off-by: Armin Krezović --- libweston/compositor-x11.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c index 1c6de08..7709d8f 100644 --- a/libweston/compositor-x11.c +++ b/libweston/compositor-

[PATCH weston 2/2] compositor-x11: Implement mode switching

2016-10-28 Thread Armin Krezović
Signed-off-by: Armin Krezović --- libweston/compositor-x11.c | 140 ++--- 1 file changed, 132 insertions(+), 8 deletions(-) diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c index 7709d8f..a32ef8d 100644 --- a/libweston/compositor-x11.c

[ANNOUNCEMENT] Waltham: a generic Wayland-style IPC over network

2016-10-28 Thread Pekka Paalanen
Hi, if you like the Wayland protocol framework, you will probably like Waltham too, especially if you have ever wished it would work over a network, not just locally. Before diving into details, lets set expectations: Waltham is not the magic bullet that makes Wayland network-transparent! Howe

Re: [PATCH libinput 1/4] touchpad: split the touchpad->keyboard/trackpoint pairing helpers out

2016-10-28 Thread Hans de Goede
Hi, On 28-10-16 07:41, Peter Hutterer wrote: No functional changes Signed-off-by: Peter Hutterer Entire series LGTM: Reviewed-by: Hans de Goede Regards, Hans --- src/evdev-mt-touchpad.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/e

Re: [PATCH libinput] udev: add the hwdb_parser.py test from systemd

2016-10-28 Thread Hans de Goede
Hi, On 28-10-16 07:33, Peter Hutterer wrote: upstream for this file lives in systemd, any changes to the actual parser should flow back there. libinput's matches are fairly simple. We have the various LIBINPUT_MODEL_ tags that just take a "1" and the two attributes that are dimensions. Signed-

Re: [PATCH libinput] evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT property

2016-10-28 Thread Hans de Goede
Hi, On 28-10-16 07:08, Peter Hutterer wrote: Not all mice have a click angle with integer degrees. The new MOUSE_WHEEL_CLICK_COUNT property specifies how many clicks per full rotation, the angle can be calculated from that. See https://github.com/systemd/systemd/pull/4440 for more information

Re: weston and graphics tablet support?

2016-10-28 Thread Armin Krezović
Hi On 28.10.2016 07:22, Peter Hutterer wrote: > Time to discuss graphics tablet support in weston: I had a patchset for some > earlier version of the tablet protocol, since then we've added a few bits > and bobs, including the mode switching support. > > Short story behind this email is: I seriou

Re: Kinetic scroll in libinput Xorg driver

2016-10-28 Thread Alexis BRENON @Wayland
Thanks everyone for the advice and this (very) brief introduction to Wayland. It leads me to download the full documentation to learn more. Le ven. 28 oct. 2016 à 05:40, Carsten Haitzler a écrit : > On Fri, 28 Oct 2016 13:32:06 +1000 Peter Hutterer < > peter.hutte...@who-t.net> > said: > > > On