[ANNOUNCE] weston 6.0.1

2019-06-24 Thread Simon Ser
Weston 6.0.1 is released with build system fixes to smooth the transition to Meson. Other miscellaneous bugfixes are also included. Note that the PGP signing key has changed to 0FDE7BE0E88F5E48. - (1): zunitc: Fix undeclared identifier 'NULL' Alexandros Frantzis (1):

Re: wayland-protocols scope and governance

2019-06-24 Thread Daniel Stone
Hi Drew, Sorry for the long delay - has taken a while to catch up after holidays. Thanks for pushing this forward though. On Mon, 6 May 2019 at 01:41, Drew DeVault wrote: > I chose not to change the wording of the xdg namespace definition, > despite Daniel's objection. I couldn't come up with a

Re: [PATCH] xdg-shell: remove constraints for fullscreen

2019-06-24 Thread Daniel Stone
Hi, On Mon, 24 Jun 2019 at 09:00, Jonas Ådahl wrote: > On Fri, Jun 21, 2019 at 05:35:35PM -0700, Jasper St. Pierre wrote: > > To be clear, the patch does break backwards compatibility with compositor > > behavior -- it only weakens a guarantee by saying that transparent > > fullscreen content is

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-24 Thread Daniel Stone
Hi, On Sat, 27 Apr 2019 at 09:16, Simon Ser wrote: > The output description is a human-readable text describing the output. Unlike > the name which uniquely identifies the output, it's intended to be displayed > to > the user. > > It might be desirable for a compositor to update an output's

Re: [PATCH wayland-protocols] xdg-output: deprecate the xdg_output.done event

2019-06-24 Thread Pekka Paalanen
On Sun, 28 Apr 2019 21:52:34 +1200 Scott Anderson wrote: > >>> This commit makes it so a wl_output.done event is guaranteed to be sent > >>> with a > >>> xdg_output.done event. > >> > >> Humm, I am not sure I like changing xdg-output to rely on another protocol > >> event, it's looks like a

Re: [PATCH] xdg-shell: remove constraints for fullscreen

2019-06-24 Thread Jonas Ådahl
On Fri, Jun 21, 2019 at 05:35:35PM -0700, Jasper St. Pierre wrote: > To be clear, the patch does break backwards compatibility with compositor > behavior -- it only weakens a guarantee by saying that transparent > fullscreen content is undefined. Existing compositor behavior is still > allowed.

Re: wayland-protocols scope and governance

2019-06-24 Thread Jonas Ådahl
On Fri, Jun 21, 2019 at 02:26:02PM -0400, Drew DeVault wrote: ... > > > On Wed, Jun 19, 2019 at 10:52:32AM -0400, Drew DeVault wrote: > > > How does xdg-foreign fit into this definition? > > > > xdg-foreign is an edge case but IMHO it fits in the definition. > > xdg-shell deals with stacking

Re: Rendering window thumbnails etc

2019-06-24 Thread Simon Ser
Hi, On Monday, June 24, 2019 9:55 AM, adlo wrote: > I am attempting to implement wlr-layer-shell on a libweston-based compositor. There is an attempt to do so here: https://github.com/myfreeweb/weston-extra-dip I don't know whether it's complete enough for your use-case or not.

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-24 Thread Olivier Fourdan
On Mon, Jun 24, 2019 at 9:07 AM Jonas Ådahl wrote: > > On Sun, Jun 23, 2019 at 10:05:09AM +, Simon Ser wrote: > > Hi Jonas, > > > > What do you think of this patch? > > Maybe want to say something about how this interacts with 'done'? > There is another patch to remove xdg_output.done as

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-24 Thread Jonas Ådahl
On Sun, Jun 23, 2019 at 10:05:09AM +, Simon Ser wrote: > Hi Jonas, > > What do you think of this patch? Maybe want to say something about how this interacts with 'done'? Jonas > > Thanks, > > Simon > > On Saturday, April 27, 2019 11:16 AM, Simon Ser wrote: > > The output description

Re: Rendering window thumbnails etc

2019-06-24 Thread adlo
> On 22 May 2019, at 21:36, Ilia Bozhinov wrote: > > If you have a panel/any UI elements, then you most probably have a protocol > to communicate that the UI element surface is a special surface. You could > then just extend this protocol so that you specify Z-ordering of these > surfaces,