Re: [PATCH v2 weston 00/16] Atomic modesetting support

2015-07-12 Thread Pekka Paalanen
On Fri, 10 Jul 2015 18:05:48 -0700 Bryce Harrington wrote: > On Fri, Jun 26, 2015 at 02:16:55PM -0500, Derek Foreman wrote: > > On 22/06/15 11:25 AM, Daniel Stone wrote: > > > Hi, > > > Thanks to everyone who reviewed the previous series. This new series > > > cleans up the previous patches, intr

Re: [PATCH] Documentation for the prepare_lock_surface event description, is incorrect

2015-07-12 Thread Pekka Paalanen
On Fri, 10 Jul 2015 15:31:03 -0700 Bryce Harrington wrote: > On Fri, Jul 10, 2015 at 09:33:46AM -0400, Christopher Michael wrote: > > Thanks for the review. I've included an updated patch which fixes > > the second 'shell' mentioned in the descrption to be 'client'. > > > > > > Documentation fo

Re: [PATCH v2 wayland] protocol: add wl_pointer.axis_frame events

2015-07-12 Thread Peter Hutterer
On Sun, Jul 12, 2015 at 03:58:47PM +0800, Jonas Ådahl wrote: > On Thu, Jun 25, 2015 at 04:01:48PM +1000, Peter Hutterer wrote: > > To group separate vertical/horizontal scroll events together. Likewise it > > enables axis_stop events to be grouped so that the final vector for kinetic > > scrolling

[PATCH libinput 1/2] Add a configuration interface for enabling/disabling disable-while-typing

2015-07-12 Thread Peter Hutterer
DWT can interfere with some applications where keyboard and touchpad use at the same time is common, e.g. games but also anything that requires a combination of frequent pointer motion and use of keyboard shortcuts. Expose a toggle to disable DWT where needed. https://bugs.freedesktop.org/show_bu

[PATCH libinput 2/2] touchpad: hook up disable-while-typing configuration

2015-07-12 Thread Peter Hutterer
This is not a frequent toggle, so we don't need to jump through too many hoops here. We simply enable/disable on command and once any current timeouts have expired the new setting takes effect. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 107 -- src/evdev-mt-touch

[PATCH weston] configure.ac: add support for new versions of systemd

2015-07-12 Thread Frederico Cadete
Starting from systemd version 209, a single libsystemd.pc is provided. For previous versions, fall back on libsystemd-login.pc. Signed-off-by: Frederico Cadete --- configure.ac | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac inde

Re: [PATCH v2 wayland] protocol: add wl_pointer.axis_frame events

2015-07-12 Thread Jonas Ådahl
On Thu, Jun 25, 2015 at 04:01:48PM +1000, Peter Hutterer wrote: > To group separate vertical/horizontal scroll events together. Likewise it > enables axis_stop events to be grouped so that the final vector for kinetic > scrolling may be calculated correctly. > > Signed-off-by: Peter Hutterer > --

[PATCH weston v2] compositor: make sure to reset views' pointers to destroyed output

2015-07-12 Thread Giulio Camuffo
When an output is being destroyed reassign the output of the views that were in it, to be sure not to keep a dangling pointer which could be used later on by calling weston_surface_assign_output() on the view's surface. Also make sure we send wl_surface.leave events to the surfaces that were in tha