libinput 1.5.2 is now available. The most significant change is a tweak in
the handling of touchpad deltas which leads to much more responsive pointer
motion. If you had issues with touchpad acceleration before, update to this
version the difference is significant.
A custom quirk for the HP Zbook
Given that it's used by clients, it's really the very definition of
shared.
Signed-off-by: Daniel Stone
---
Makefile.am| 2 +-
{libweston => shared}/weston-egl-ext.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename {libweston => shared}/weston-egl-ext.h (10
Signed-off-by: Daniel Stone
---
clients/simple-egl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/simple-egl.c b/clients/simple-egl.c
index ca88472..9b6fa1f 100644
--- a/clients/simple-egl.c
+++ b/clients/simple-egl.c
@@ -45,7 +45,7 @@
#include "xdg-shell-unstable-
Given that it's used by clients, it's really the very definition of
shared.
Signed-off-by: Daniel Stone
---
{libweston => shared}/weston-egl-ext.h | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename {libweston => shared}/weston-egl-ext.h (100%)
diff --git a/libweston/weston-egl-ext.h b
Hi,
On 24 November 2016 at 15:22, Pekka Paalanen wrote:
> On Thu, 24 Nov 2016 16:02:14 +0100 Quentin Glidic
> wrote:
>> Not a big fan of asserts in internal stuff, but if you feel like it’s
>> needed:
>
> Heh, my view is quite the opposite.
>
> Internal stuff is where the asserts actually belon
Destroying a wl_cursor will attempt to access the wl_display, which
we have just freed. Avoid a segfault by destroying the cursor images
before we destroy the display.
Signed-off-by: Daniel Stone
---
libweston/compositor-wayland.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
di
No need to add protocol/, as it's already handled by an explicit
compiler include path.
Signed-off-by: Daniel Stone
---
libweston-desktop/xdg-shell-v5.c | 2 +-
libweston-desktop/xdg-shell-v6.c | 2 +-
libweston/input.c| 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
d
On Thu, 24 Nov 2016 16:02:14 +0100
Quentin Glidic wrote:
> On 24/11/2016 12:40, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > Add documentation (asserts) that show that windows of types XWAYLAND are
> > never registered with the shell.
> >
> > Signed-off-by: Pekka Paalanen
>
> Not a
On 24/11/2016 12:40, Pekka Paalanen wrote:
From: Pekka Paalanen
Setting to a constant is much easier to read and grep for than setting to
a computed variable.
There are no functional changes.
Signed-off-by: Pekka Paalanen
It was clear to me at least. ;-)
Anyway:
Reviewed-by: Quentin Glidic
On 24/11/2016 12:40, Pekka Paalanen wrote:
From: Pekka Paalanen
Add documentation (asserts) that show that windows of types XWAYLAND are
never registered with the shell.
Signed-off-by: Pekka Paalanen
Not a big fan of asserts in internal stuff, but if you feel like it’s
needed:
Reviewed-by
On Thu, 24 Nov 2016 15:09:39 +0100
Quentin Glidic wrote:
> On 24/11/2016 12:40, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > The xwayland window type XWAYLAND is not handled by the shell at all,
> > instead libweston-desktop maps such surfaces itself. However, it forgot
> > to set west
On Thu, 24 Nov 2016 15:04:08 +0100
Quentin Glidic wrote:
> On 24/11/2016 13:59, Pekka Paalanen wrote:
> > On Thu, 24 Nov 2016 12:29:26 +
> > Daniel Stone wrote:
> >
> >> Hi,
> >>
> >> On 24 November 2016 at 11:40, Pekka Paalanen wrote:
> >>> Add an assert to ensure that a window of type
On 24/11/2016 12:40, Pekka Paalanen wrote:
From: Pekka Paalanen
The xwayland window type XWAYLAND is not handled by the shell at all,
instead libweston-desktop maps such surfaces itself. However, it forgot
to set weston_surface::is_mapped and weston_view::is_mapped.
weston_surface::is_mapped a
On 24/11/2016 13:59, Pekka Paalanen wrote:
On Thu, 24 Nov 2016 12:29:26 +
Daniel Stone wrote:
Hi,
On 24 November 2016 at 11:40, Pekka Paalanen wrote:
Add an assert to ensure that a window of type XWAYLAND is never
attempted with a parent.
This essentially adding documentation.
Signed-
When a window is being closed, the frame_done callback often runs after
the output is already destroyed, i.e:
wayland_output_start_repaint_loop
input_handle_button
wayland_output_destroy
frame_done
To fix this, destroy the callback before destroying the output.
(Also, fix the type of o
Oh damn, I was looking for an API to cancel a callback and couldn't find
anything; didn't realize all I needed to do is destroy it. That makes it so
much simpler. I'll send out a follow-up patch.
Thanks!
On Thu, Nov 24, 2016 at 4:05 AM, Daniel Stone wrote:
> Hi Dima,
>
> On 24 November 2016 at
On Thu, 24 Nov 2016 12:29:26 +
Daniel Stone wrote:
> Hi,
>
> On 24 November 2016 at 11:40, Pekka Paalanen wrote:
> > Add an assert to ensure that a window of type XWAYLAND is never
> > attempted with a parent.
> >
> > This essentially adding documentation.
> >
> > Signed-off-by: Pekka Paala
Hi Daniel,
Forgot to mention: this only happens when using the wayland backend, not
x11. It's triggered by the next call to eglMakeCurrent (when the remaining
window is repainted), so it might not happen immediately, either. I'm using
an Intel graphics card and Mesa 12.0.3.
I actually saw the com
Hi Pekka,
On 24 November 2016 at 11:40, Pekka Paalanen wrote:
> The xwayland window type XWAYLAND is not handled by the shell at all,
> instead libweston-desktop maps such surfaces itself. However, it forgot
> to set weston_surface::is_mapped and weston_view::is_mapped.
>
> weston_surface::is_map
Hi,
On 24 November 2016 at 11:40, Pekka Paalanen wrote:
> Add an assert to ensure that a window of type XWAYLAND is never
> attempted with a parent.
>
> This essentially adding documentation.
>
> Signed-off-by: Pekka Paalanen
> ---
> libweston-desktop/xwayland.c | 1 +
> 1 file changed, 1 inser
Hi Dario,
On 21 November 2016 at 16:55, Dario Faggioli wrote:
> So, as I reported in my comment to this (already existing) bug:
> https://bugzilla.redhat.com/show_bug.cgi?id=1227770
>
> - on Wayland, with Cirrus as emulated graphic card, I don't see the
>GNOME login screen appearing.
>
> -
On Mon, 21 Nov 2016 17:55:28 +0100
Dario Faggioli wrote:
> Hello,
>
> I've recently tried Fedora 25 inside both a KVM and Xen guest. In both
> cases, the emulated graphic card selected by default is the "bad old"
> Cirrus.
>
> So, as I reported in my comment to this (already existing) bug:
> ht
Hi Dima,
On 24 November 2016 at 06:07, Dima Ryazanov wrote:
> When a window is being closed, the frame_done callback often runs after
> the output is already destroyed, i.e:
>
> wayland_output_start_repaint_loop
> input_handle_button
> wayland_output_destroy
> frame_done
>
> To fix this
Hi Dima,
On 24 November 2016 at 02:41, Dima Ryazanov wrote:
> Call eglMakeCurrent before destroying the native EGL window, similar to what
> other sample clients are already doing.
This doesn't show as an error here, with your suggested reproduction
instructions. From eglDestroySurface:
'If the
Hi Munakata-san,
On 24 November 2016 at 10:05, Ryo Munakata wrote:
> Signed-off-by: Ryo Munakata
> ---
> libweston/compositor-x11.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c
> index de64e49..34ef854 100644
Hi Bryce,
On 23 November 2016 at 18:57, Bryce Harrington wrote:
> On Wed, Nov 23, 2016 at 06:48:42PM +, Daniel Stone wrote:
>> Signed-off-by: Daniel Stone
>
> Nothing in compositor.h or its includes seem to need the
> version #defines from version.h, so LGTM.
Pushed, thanks!
To ssh://git.f
From: Pekka Paalanen
Add an assert to ensure that a window of type XWAYLAND is never
attempted with a parent.
This essentially adding documentation.
Signed-off-by: Pekka Paalanen
---
libweston-desktop/xwayland.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libweston-desktop/xwayland.c
From: Pekka Paalanen
Add documentation (asserts) that show that windows of types XWAYLAND are
never registered with the shell.
Signed-off-by: Pekka Paalanen
---
libweston-desktop/xwayland.c | 4
1 file changed, 4 insertions(+)
diff --git a/libweston-desktop/xwayland.c b/libweston-desktop
From: Pekka Paalanen
Helps debugging X11 window positioning issues.
Signed-off-by: Pekka Paalanen
---
xwayland/window-manager.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c
index c0eb7b0..4a799e3 100644
--- a/xwayla
From: Pekka Paalanen
The xwayland window type XWAYLAND is not handled by the shell at all,
instead libweston-desktop maps such surfaces itself. However, it forgot
to set weston_surface::is_mapped and weston_view::is_mapped.
weston_surface::is_mapped affects the behaviour of weston_view_unmap()
a
From: Pekka Paalanen
Setting to a constant is much easier to read and grep for than setting to
a computed variable.
There are no functional changes.
Signed-off-by: Pekka Paalanen
---
libweston-desktop/xwayland.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libweston-d
From: Pekka Paalanen
Helps debugging initial placement problems.
Signed-off-by: Pekka Paalanen
---
xwayland/window-manager.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c
index 4a799e3..56d65af 100644
--- a/xwayla
Signed-off-by: Ryo Munakata
---
libweston/compositor-x11.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c
index de64e49..34ef854 100644
--- a/libweston/compositor-x11.c
+++ b/libweston/compositor-x11.c
@@ -917,8 +917,9
Hi Daniel-san.
On Mon, 21 Nov 2016 09:44:42 +
Daniel Stone wrote:
> Hi Munakata-san,
>
> On 18 November 2016 at 12:17, Ryo Munakata wrote:
> > window->wait_for_configure should be false after dispatching more than once.
> > Therefore this redraw() will never be called.
> >
> > Signed-off-
Hi,
Currently, hot plugging screens is not working with ivi-shell.
Best regards
Emre Ucan
Software Group I (ADITG/SW1)
Tel. +49 5121 49 6937
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Donnerstag
On Thu, 24 Nov 2016 10:28:13 +0530
Arun Kumar wrote:
> Hi,
>
> I'm trying to port the rdp-backend in IMX6 ARM target running fb-dev as
> the graphic backend. The target has the Weston
> compositor with IVI shell.
>
> Target : NXP IMX6
> FreeRDP : 1.0.0
> Weston /Wayland : 1.9.0
> IVI shell. 1.
36 matches
Mail list logo