Re: [PATCH weston] configure.ac: make use of wayland-scanner.pc

2015-02-22 Thread Pekka Paalanen
On Sat, 21 Feb 2015 12:10:43 -0800 Bryce Harrington wrote: > On Sat, Feb 21, 2015 at 11:04:13AM +, Emil Velikov wrote: > > Hi Bryce > > > > On 20 February 2015 at 23:26, Bryce Harrington > > wrote: > > > On Tue, Feb 17, 2015 at 03:13:32PM +, Emil Velikov wrote: > > >> Currently we use

Re: [ANNOUNCE] wayland 1.7.0

2015-02-22 Thread Pekka Paalanen
On Fri, 20 Feb 2015 14:29:18 -0800 Bryce Harrington wrote: > On Tue, Feb 17, 2015 at 11:29:24AM +0200, Pekka Paalanen wrote: > > On Mon, 16 Feb 2015 12:52:27 -0800 > > Bill Spitzak wrote: > > > > > On 02/14/2015 01:18 AM, Bryce Harrington wrote: > > > > > > > You can check out this spiffed up

Re: [PATCH] add configuration option to enable/disable glamor in xwayland

2015-02-22 Thread Pekka Paalanen
On Wed, 07 Jan 2015 15:08:19 +0100 Mildred Ki'Lya wrote: > On 2015-01-07 15:06, Mildred Ki'Lya wrote: > > Following bug #86815 > > https://bugs.freedesktop.org/show_bug.cgi?id=86815 where xwayland is > > very slow on eee-pc with not enough hardware support to get by, I > > created a patch to add

libinput: the road to 1.0

2015-02-22 Thread Peter Hutterer
Just as a heads-up, here's a short summary on what the plan is for libinput. There are three milestones that are somewhat independent of each other: * API/ABI stability promise * libinput 1.0 * tablet, buttonset and touchpad gesture support I made vague promises (on private channels) that we'll ha

Re: [PATCH libinput 11/11] touchpad: Add support for swipe gestures

2015-02-22 Thread Peter Hutterer
On Wed, Feb 18, 2015 at 01:26:54PM +0100, Hans de Goede wrote: > Add support for swipe gestures. > > Signed-off-by: Hans de Goede unless noted otherwise, series Reviewed-by: Peter Hutterer Cheers, Peter > --- > src/evdev-mt-touchpad-gestures.c | 36 >

Re: [PATCH libinput 10/11] touchpad: Refactor tp_get_*_touches_delta

2015-02-22 Thread Peter Hutterer
On Wed, Feb 18, 2015 at 01:26:53PM +0100, Hans de Goede wrote: > The two tp_get_*_touches_delta functions are almost identical, refactor > them into one function. > > Signed-off-by: Hans de Goede > --- ACK to the basics, but I'd like to leave the two calls in place and make them call into a stat

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

Re: [PATCH libinput 14/15] tablet: add support for libinput_tool_has_button

2015-02-22 Thread Peter Hutterer
On Sun, Feb 22, 2015 at 07:48:03PM -0500, Lyude wrote: > On Wed, 2015-02-18 at 15:45 +1000, Peter Hutterer wrote: > > The mouse like devices have LMR, SIDE and EXTRA. > > PENCIL (which is the Wacom Inking) and the eraser have no buttons. > > AIRBRUSH has only one button, all other pens have two. >

[ANNOUNCE] libinput 0.11.0

2015-02-22 Thread Peter Hutterer
A new release of libinput, 0.11.0, is now available. This release is ABI-compatible with libinput 0.10, new functions have been added. A new function is available: libinput_device_pointer_has_button() this call deprecates libinput_device_has_button() and provides the same functionality. A sim

Re: [PATCH libinput 14/15] tablet: add support for libinput_tool_has_button

2015-02-22 Thread Lyude
On Wed, 2015-02-18 at 15:45 +1000, Peter Hutterer wrote: > The mouse like devices have LMR, SIDE and EXTRA. > PENCIL (which is the Wacom Inking) and the eraser have no buttons. > AIRBRUSH has only one button, all other pens have two. > > Signed-off-by: Peter Hutterer > --- > src/evdev-tablet.c