[ANNOUNCE] wayland 1.15.0

2018-04-09 Thread Derek Foreman
Wayland 1.15.0 is now out. Some highlights: Compositor writers take note - wl_subcompositor.get_subsurface is now documented to be double buffered. It wasn't clearly specified to be so before (this change should be non breaking in practice and merely remove the opportunity for a render glitch in

[ANNOUNCE] weston 4.0.0

2018-04-09 Thread Derek Foreman
Weston 4.0.0 is available. Some major changes include: Weston now supports the input-timestamps protocol, allowing clients to subscribe to high precision timestamp information for input events. Basic atomic mode setting support has now landed. xdg-shell-v5 support has been removed. In addition

Re: [wayland-protocols] text-input: Add v3 of the text-input protocol

2018-04-09 Thread Dorota Czaplejewicz
On Sun, 11 Mar 2018 20:30:14 +0100 Carlos Garnacho wrote: > This new protocol description is a vast simplification over v2, highlights > are: > - All pre-edit text styling is gone, the protocol doesn't seem the place > to convey UI state. Clients are in better knowledge of

Re: [PATCHv2] Add name event to xdg-output

2018-04-09 Thread Philipp Kerling
Hey, I'll just reiterate one point from the prior discussion. > On Mon, 9 Apr 2018 08:13:15 -0400 > Drew DeVault wrote: > > > Good feedback. > > > > On 2018-04-09 11:09 AM, Pekka Paalanen wrote: > > > Does this name correspond to the physical connector or to the > > > specific

Re: [PATCHv2] Add name event to xdg-output

2018-04-09 Thread Pekka Paalanen
On Mon, 9 Apr 2018 08:13:15 -0400 Drew DeVault wrote: > Good feedback. > > On 2018-04-09 11:09 AM, Pekka Paalanen wrote: > > Does this name correspond to the physical connector or to the specific > > monitor connected? Or some abstract "output" concept, see the next > >

[PATCH] Add name event to xdg-output

2018-04-09 Thread Drew DeVault
Signed-off-by: Drew DeVault Reviewed-by: Simon Ser --- Updated to incorporate Pekka's feedback. unstable/xdg-output/xdg-output-unstable-v1.xml | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git

Re: [PATCHv2] Add name event to xdg-output

2018-04-09 Thread Drew DeVault
Good feedback. On 2018-04-09 11:09 AM, Pekka Paalanen wrote: > Does this name correspond to the physical connector or to the specific > monitor connected? Or some abstract "output" concept, see the next > paragraph about clone mode. Doesn't matter, whatever the compositor wants. Should be unique

Re: [PATCH wayland-protocols] Add action binder protocol

2018-04-09 Thread Pekka Paalanen
On Mon, 9 Apr 2018 15:49:37 +1000 Peter Hutterer wrote: > Hey, look, almost year later and I found this email. In my defence, I was on > an airplane at the time, hence I missed this :) > > This came up in #wayland where pekka linked to it, so I figured I might as >

Re: [PATCHv2] Add name event to xdg-output

2018-04-09 Thread Pekka Paalanen
On Sun, 8 Apr 2018 10:25:21 -0400 Drew DeVault wrote: > Signed-off-by: Drew DeVault > Reviewed-by: Simon Ser > --- > Thanks Daniel for pointing out my silly mistakes > > unstable/xdg-output/xdg-output-unstable-v1.xml | 14 +- >