[ANNOUNCE] weston 2.99.93

2017-08-01 Thread Bryce Harrington
This is the first release candidate for the upcoming 3.0.0 release. About half a dozen fixes have been introduced since the beta, involving cleanups of file descriptors and leaks, and refinements of handling resizing of surfaces in desktop shell windows. The other changes already mentioned in the

[ANNOUNCE] wayland 1.13.93

2017-08-01 Thread Bryce Harrington
Here is the release candidate for the upcoming 1.14 release. The one change since beta is changing the formatting of labels in doxygen markup to fix a failure in diagram generation. Bryce Harrington (1): configure.ac: bump to version 1.13.93 for the RC1 release Owen W. Taylor (1):

Re: [RFC PATCH wayland] protocol: add wl_pointer's axis relative physical direction

2017-08-01 Thread Yong Bakos
Hi Peter, > On Aug 1, 2017, at 3:35 AM, Peter Hutterer wrote: > > This event adds the physical direction of the axis motion, relative to the > axis event we get. Right now, when natural scrolling is enabled things like > volume sliders move the wrong way round. > > By adding the axis motion dir

Re: [PATCH libinput] gestures: don't try to pinch for nfingers > slots

2017-08-01 Thread Hans de Goede
Hi, On 07/30/2017 05:20 PM, Peter Hutterer wrote: We don't know the position of the third finger on 2-slot touchpads, differing between swipe and pinch is reliable. Simply disable 3-finger pinch and always use swipe; 3fg pinch is uncommon anyway and it's better to have one of the gestures workin

[RFC PATCH wayland] protocol: add wl_pointer's axis relative physical direction

2017-08-01 Thread Peter Hutterer
This event adds the physical direction of the axis motion, relative to the axis event we get. Right now, when natural scrolling is enabled things like volume sliders move the wrong way round. By adding the axis motion direction, we can have toolkits swap the scroll direction for applicable widgets

Re: [PATCH v3 xserver] xwayland: Add grab protocol support

2017-08-01 Thread Peter Hutterer
On Wed, Jul 12, 2017 at 11:51:08AM +0200, Olivier Fourdan wrote: > The keyboard grabbing protocol for Xwayland is included in > wayland-protocol 1.9. > > Update the wayland-protocol required version in both configure and meson > builds and add support for this new protocol in Xwayland. > > Signed

Re: [PATCH RFC xserver] xwayland: Add xdg-output support

2017-08-01 Thread Jonas Ã…dahl
On Tue, Aug 01, 2017 at 10:26:54AM +0200, Olivier Fourdan wrote: > This was added in wayland-protocols 1.10. > > Signed-off-by: Olivier Fourdan > --- > Note: This has not been tested with an actual compositor supporting > xdg-output > > configure.ac | 2 +- > hw/xwayland/Ma

[PATCH RFC xserver] xwayland: Add xdg-output support

2017-08-01 Thread Olivier Fourdan
This was added in wayland-protocols 1.10. Signed-off-by: Olivier Fourdan --- Note: This has not been tested with an actual compositor supporting xdg-output configure.ac | 2 +- hw/xwayland/Makefile.am | 9 +- hw/xwayland/xwayland-output.c | 71