Re: [PATCH] libweston-desktop: add signals for title, app_id

2017-08-08 Thread Matt Hoosier
On Sun, Aug 6, 2017 at 11:11 PM, Jonas Ådahl wrote: > On Tue, Jul 25, 2017 at 08:07:01AM -0600, Matt Hoosier wrote: > > On Tue, Jul 25, 2017 at 7:26 AM, Jonas Ådahl wrote: > > > > > On Tue, Jul 25, 2017 at 06:42:34AM -0600, Matt Hoosier wrote: > > > > I'd find it a little bit inconvenient for th

[RFC wayland-protocols] Add alpha-compositing protocol

2017-08-08 Thread Alexandros Frantzis
This protocol specifies a set of interfaces used to control the alpha compositing and blending of surface contents. It's based on the Chromium Wayland protocol of the same name ([1]), with a few changes made to the blending_equation enumeration. A proof-of-concept implementation for Weston can be

Re: [PATCH] libweston-desktop: add signals for title, app_id

2017-08-08 Thread Jonas Ådahl
On Tue, Aug 08, 2017 at 09:13:42AM -0500, Matt Hoosier wrote: > On Sun, Aug 6, 2017 at 11:11 PM, Jonas Ådahl wrote: ... snip ... > > Okay. Well, I'm not sure how you'd like this to proceed. Are you planning > to update the spec to require that set_title and set_app_id are buffered? > Or is that

Re: [PATCH] libweston-desktop: add signals for title, app_id

2017-08-08 Thread Matt Hoosier
Okay. I'll revise to make the changes Quentin asked for and resubmit. On Tue, Aug 8, 2017 at 9:41 AM, Jonas Ådahl wrote: > On Tue, Aug 08, 2017 at 09:13:42AM -0500, Matt Hoosier wrote: > > On Sun, Aug 6, 2017 at 11:11 PM, Jonas Ådahl wrote: > > ... snip ... > > > > > Okay. Well, I'm not sure ho

[PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
It's useful for the shell implementation to know when these change, for example to relay the information on to taskbars or similar. To avoid ABI changes or the need to make the weston_desktop_surface definition public, new functions are introduced for attaching listeners to these signals. Signed-

[PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
It's useful for the shell implementation to know when these change, for example to relay the information on to taskbars or similar. To avoid ABI changes or the need to make the weston_desktop_surface definition public, new functions are introduced for attaching listeners to these signals. Signed-

Re: [PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
This revision was broken. Disregard, I'm re-sending. On Tue, Aug 8, 2017 at 10:45 AM, Matt Hoosier wrote: > It's useful for the shell implementation to know when these change, > for example to relay the information on to taskbars or similar. > > To avoid ABI changes or the need to make the westo

Re: [PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
Okay, this one should be ready to review. Sorry for the noise on the first attempt. On Tue, Aug 8, 2017 at 10:56 AM, Matt Hoosier wrote: > It's useful for the shell implementation to know when these change, > for example to relay the information on to taskbars or similar. > > To avoid ABI change

[ANNOUNCE] wayland 1.14.0

2017-08-08 Thread Bryce Harrington
This is the official release for Wayland 1.14. This rolls up a handful of fixes and cleanups collected so far this year. I'm going to hold off on penciling a schedule for Wayland 1.15, given the current low rate of change. I may opt for doing a 1.14.1 point release later this year, but it'll dep

[ANNOUNCE] weston 3.0.0

2017-08-08 Thread Bryce Harrington
This is the official release of Weston 3.0. A range of improvements are included in this release, including an improvement to the integration of drm_fb within the DRM compositor, making libdrm non-optional build-time dependency, and handling multi-head repainting globally rather than per-output, w