On Tuesday, October 3, 2017 2:44:47 AM EDT Pekka Paalanen wrote:
> On Mon, 02 Oct 2017 23:14:26 -0400
> nerdopolis wrote:
>
> > On Tuesday, September 26, 2017 9:45:43 AM EDT Pekka Paalanen wrote:
> > > On Thu, 14 Sep 2017 23:08:51 -0400
> > > nerdopolis wrote:
> > >
> > > > On Wednesday, Sept
On 10 October 2017 at 14:43, Emil Velikov wrote:
> Hi all,
>
> Here is a retake of the RFC as originally seen here [1].
>
> In summary - we want the user facing library to live in Wayland with
> vendors providing a backend/plugin. Otherwise we'll get file conflicts
> as library can come from diff
On Tue, 7 Feb 2017 21:03:40 +0100
Armin Krezović wrote:
> This patch fixes the wayland backend to not use two different
> presentation methods when running on fullscreen-shell.
>
> See also: https://patchwork.freedesktop.org/patch/114534/
>
> v2:
>
> - Add missing wayland_output_resize_surfa
On Fri, 8 Sep 2017 14:18:29 +0300
Pekka Paalanen wrote:
> On Fri, 8 Sep 2017 11:49:53 +0100
> Emil Velikov wrote:
>
> > From: Emil Velikov
> >
> > Add some inline information, what the macro is used for, why it came to
> > be and what we shouldn't do if we consider further deprecation in the
On Wed, 27 Sep 2017 16:06:37 +0200
Sergi Granell wrote:
> v2: Fix use after free spotted by Daniel Stone
>
> Signed-off-by: Sergi Granell
> ---
> libweston/compositor-wayland.c | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/libweston/compositor-wayland.c b/libwe
On Mon, 25 Sep 2017 11:57:37 +0200
Sergi Granell wrote:
> The opaque region is a few pixels off due to the rounded corners
> of the frame decorations, and, therefore, the input region
> matches the window's geometry more closely.
>
> Signed-off-by: Sergi Granell
> ---
> libweston/compositor-wa