[ANNOUNCE] libinput 1.12.902

2019-03-20 Thread Peter Hutterer
The second RC for libinput 1.13 is now available. This is the last RC, expect the final within the next few days unless someone finds a particulaly egregious bug. One user-visible change: multitap (doubletap or more) now resets the timer on release as well. This should improve tripletap detection

[ANNOUNCE] wayland 1.17.0

2019-03-20 Thread Derek Foreman
Wayland 1.17 is released, with no changes (except the version) since RC1. Derek Foreman (1): configure.ac: bump to version 1.17.0 for the official release git tag: 1.17.0 https://wayland.freedesktop.org/releases/wayland-1.17.0.tar.xz MD5: d91f970aea11fd549eae023d06f91af3 wayland-1.17.0.

[ANNOUNCE] weston 5.0.94

2019-03-20 Thread Derek Foreman
This is the RC2 release for weston 6.0. There's a fix for a bug in the meson build. Since the plan is to drop meson shortly after 6.0 is released, it's critical that autotools and meson both build properly, so an RC2 is in order. Perhaps a full release next Wednesday. Changelog follows: Derek

[PATCH 1/1] input: Add support for zwp_text_input_v3 and zwp_input_method_v2

2019-03-20 Thread Andre Moreira Magalhaes (andrunko)
From: "Andre Moreira Magalhaes (andrunko)" Some clients such as gtk+3 require the zwp_text_input_v3 protocol for input-method handling. This patch adds this protocol support to text-backend and also modifies weston-keyboard to support zwp_input_method_v2, which is an update for the v1 protocol a

[PATCH 0/1] input: Add support for zwp_text_input_v3 and zwp_input_method_v2

2019-03-20 Thread Andre Moreira Magalhaes (andrunko)
From: "Andre Moreira Magalhaes (andrunko)" Hi, This is an attempt to implement text-input-v3 on weston/weston-keyboard. While on that it also implements input-method-v2 which is an update of input-method-v1 designed to work with text-input-v3. To be able to emulate keyboards it also implements

Re: [RFC wayland-protocols v3 1/1] unstable: add color management protocol

2019-03-20 Thread Simon Ser
On Tuesday, March 19, 2019 1:23 PM, Pekka Paalanen wrote: > Removing the initial uncertainty would require quite some more protocol > and would apply to much more than just color space. Yeah. There is some overlap between this protocol, wl_surface.enter/leave and wp_presentation_time. Not sure a

Re: [RFC wayland-protocols v3 1/1] unstable: add color management protocol

2019-03-20 Thread Simon Ser
Hi, Here are a few more comments in addition to Pekka's ones. On Monday, March 18, 2019 3:12 AM, Sebastian Wick wrote: > This protocol allows clients to attach a color space, rendering intent > and HDR information to surfaces and to query outputs about their color > spaces and HDR capabilities.