[PATCH libinput] Revert "Expose a custom acceleration profile"

2018-05-20 Thread Peter Hutterer
This looked good on paper but clearly no-one (including myself) ever tested this in a real-life situation or they would've noticed that the constant factor is missing, causing a segfault on the first two-finger scroll event, touchpad gesture or button scrolling. Adding the constant factor makes th

Re: [PATCH v3 1/2] weston-info: Add support for tablet-unstable-v2

2018-05-20 Thread Peter Hutterer
On Mon, Apr 30, 2018 at 11:35:49AM +0200, w...@ongy.net wrote: > From: Markus Ongyerth > > This now prints each tablet seat with at least one tablet/pad/tool > attached. > For each tablet seat, each tablet, pad and tool is printed with as much > detail about the device as the protocol provides. >

Re: [PATCH v3 2/2] weston-info: destroy wl_keyboard

2018-05-20 Thread Peter Hutterer
On Mon, Apr 30, 2018 at 11:35:50AM +0200, w...@ongy.net wrote: > From: Markus Ongyerth > > Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard already has my rev-by anyway, but "on a any" seems overly excessive here ;) Cheers, Peter > that was used to listen for events. >

Re: [PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-20 Thread Dorota Czaplejewicz
On Thu, 17 May 2018 18:53:10 +0200 Dorota Czaplejewicz wrote: > Provides the ability to emulate keyboards by applications. Complementary to > input-method protocol. > > The interface is a mirror copy of wl_keyboard, with removed serials, and > added seat binding. > --- > > This proposal is an

[PATCH v5] compositor-drm: Add aspect-ratio parsing support

2018-05-20 Thread Nautiyal, Ankit K
From: Ankit Nautiyal The flag bits 19-22 of the connector modes, provide the aspect-ratio information. This information can be stored in flags bits of the weston mode structure, so that it can used for setting a mode with a particular aspect-ratio. Currently, DRM layer supports aspect-ratio with

[PATCH wayland-protocols v6] unstable: add xdg-decoration protocol

2018-05-20 Thread Simon Ser
This adds a new protocol to negotiate server-side rendering of window decorations for xdg-toplevels. This allows compositors that want to draw decorations themselves to send their preference to clients, and clients that prefer server-side decorations to request them. This is inspired by a protocol