Re: [PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2016-10-24 Thread Jiayi Zhao
The most recent patch is the one with natural_scroll in weston.ini I tried changing it to enable_natural_scroll, but it was giving me a hard time and wasnt working properly. :/ Jiayi On Oct 23, 2016 5:51 PM, "Peter Hutterer" wrote: > sorry, I'm getting lost here, which one is the most recent

Re: Kinetic scroll in libinput Xorg driver

2016-10-24 Thread Peter Hutterer
On Mon, Oct 24, 2016 at 06:42:31PM +, Alexis BRENON @Wayland wrote: > Hello everyone, > > I would like to implement kinetic scroll in the libinput driver for Xorg. > > I know that it's probably not the intended use of libinput ; as explained > in the documentation, it's the client that have t

Re: [PATCH libinput 1/3] Mark some internal log functions as printf-style function

2016-10-24 Thread Peter Hutterer
On Mon, Oct 24, 2016 at 10:13:27AM +0100, Eric Engestrom wrote: > On Monday, 2016-10-24 11:45:17 +1000, Peter Hutterer wrote: > > Fixes the respective clang warnings > > > > Signed-off-by: Peter Hutterer > > --- > > src/libinput.c| 6 ++ > > test/litest.c | 16 > >

Kinetic scroll in libinput Xorg driver

2016-10-24 Thread Alexis BRENON @Wayland
Hello everyone, I would like to implement kinetic scroll in the libinput driver for Xorg. I know that it's probably not the intended use of libinput ; as explained in the documentation, it's the client that have to manage that. However, as an Xorg user not happy with the synaptics driver, I woul

Re: [PATCH weston] clients: Make XKB compose support conditional

2016-10-24 Thread Daniel Stone
On 23 October 2016 at 18:42, Bryce Harrington wrote: > On Sat, Oct 22, 2016 at 03:09:24PM +0100, Daniel Stone wrote: >> Debian Jessie's version of libxkbcommon is too old for compose support, >> so rather than force people to upgrade, let's make it conditional. >> >> Signed-off-by: Daniel Stone >

[PATCH] Update libinput to support evdev driver v1.2

2016-10-24 Thread Deepa Dinamani
Update input event structures read from the kernel to match the 1.2 version of the driver. There are no changes to the exposed interfaces of libinput. Note that the patch goes along with the changes to libevdev and mtdev to support the updated kernel driver. The associated kernel driver change i

Re: [PATCH libinput 1/3] Mark some internal log functions as printf-style function

2016-10-24 Thread Hans de Goede
Hi, All 3 patches LGTM and are: Reviewed-by: Hans de Goede Regards, Hans On 24-10-16 03:45, Peter Hutterer wrote: Fixes the respective clang warnings Signed-off-by: Peter Hutterer --- src/libinput.c| 6 ++ test/litest.c | 16 test/misc.c | 7 +++