Re: Xfig menus don't appear - bug?

2015-04-06 Thread Felix E. Klee
Should I report this somewhere? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: Xfig menus don't appear - bug?

2015-04-06 Thread Jasper St. Pierre
No, sorry. I'll take a look today. On Mon, Apr 6, 2015 at 10:22 AM, Felix E. Klee felix.k...@inka.de wrote: Should I report this somewhere? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org

Re: [PATCH weston 4/9] ivi-layout: abort without controller_module_init

2015-04-06 Thread Derek Foreman
On 02/04/15 07:11 AM, Pekka Paalanen wrote: On Thu, 2 Apr 2015 01:04:12 + Tanibata, Nobuhiko (ADITJ/SWG) ntanib...@jp.adit-jv.com wrote: -Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen Sent: Monday,

Re: [PATCH weston] desktop-shell: Fix a crash when right-clicking the panel

2015-04-06 Thread Dima Ryazanov
Yeah, the logic is pretty sketchy now - if it's a shell surface, do the error checking; otherwise, do nothing - but I don't understand the code well enough to know if this is the expected behavior. Should the panel just be a shell surface? Then we could require that the popup's parent is a shell

Re: [PATCH weston] desktop-shell: Fix a crash when right-clicking the panel

2015-04-06 Thread Derek Foreman
This bug was introduced in commits da6ecd0cc52 and 24185e2561 I guess nobody right clicked on the panel for over a month. :) I've CC'd Jasper and Jonas in case they haven't noticed this yet... On 06/04/15 01:52 AM, Dima Ryazanov wrote: It looks like the error-checking code assumes the popup's

Re: [PATCH libinput] tools: List relative wheel among axis capabilities

2015-04-06 Thread Peter Hutterer
On Wed, Apr 01, 2015 at 02:01:01PM -0700, Jason Gerecke wrote: Signed-off-by: Jason Gerecke jason.gere...@wacom.com --- For Peter's tablet-support branch. applied, thanks. Cheers, Peter tools/event-debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/event-debug.c

Re: [PATCH libinput] evdev: Do not mark tablet touchscreens as tablets

2015-04-06 Thread Peter Hutterer
On Mon, Mar 30, 2015 at 03:04:52PM -0400, Benjamin Tissoires wrote: On Fri, Mar 27, 2015 at 6:34 PM, Jason Gerecke killert...@gmail.com wrote: Devices like the Cintiq 24HDT are marked with both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN in udev. Be sure that we don't try to use such a device

Re: [RFC v2 libinput 2/2] buttonset: implement buttonset handling for Wacom tablet pads

2015-04-06 Thread Peter Hutterer
On Fri, Mar 27, 2015 at 02:52:15PM -0700, Jason Gerecke wrote: Did some practical testing of these patches and noticed two issues with the touchstrips: On 3/17/2015 11:58 PM, Peter Hutterer wrote: From: Benjamin Tissoires benjamin.tissoi...@gmail.com Same approach as evdev-tablet (started

Re: [RFC PATCH v2 wayland] protocol: add wl_pointer.axis_source, axis_stop and axis_discrete events

2015-04-06 Thread Peter Hutterer
On Fri, Mar 27, 2015 at 10:23:43AM +0800, Jonas Ådahl wrote: On Fri, Mar 27, 2015 at 11:04:42AM +1000, Peter Hutterer wrote: On Wed, Mar 25, 2015 at 09:14:08AM +0800, Jonas Ådahl wrote: On Wed, Mar 25, 2015 at 10:27:10AM +1000, Peter Hutterer wrote: The axis_source event determines how

Re: [PATCH libinput v2] evdev: Add support for POINTINGSTICK_CONST_ACCEL udev property

2015-04-06 Thread Peter Hutterer
On Fri, Apr 03, 2015 at 04:15:18PM +0200, Hans de Goede wrote: There is quite a wide spread in the delta events generated by trackpoints, some generate deltas of 1-2 under normal use, while others generate deltas from 1-20. It is desirable to normalize trackpoint deltas just like we are

FreeGLUT has now a Wayland backend

2015-04-06 Thread Manuel Bachmann
Hello fellow developers, Just a little message to let you know that the well-known FreeGLUT (1) library (open-source fork of the legacy GLUT (2) library) can now use Wayland natively. The particular commit enables it :

Re: [PATCH] wayland-drm: add a description for every item.

2015-04-06 Thread Pekka Paalanen
On Wed, 25 Mar 2015 13:10:24 +0100 Emmanuel Gil Peyrot linkma...@linkmauve.fr wrote: This makes the generated protocol headers a lot more readable. --- src/egl/wayland/wayland-drm/wayland-drm.xml | 159 +--- 1 file changed, 100 insertions(+), 59 deletions(-) diff

[PATCH weston] desktop-shell: Fix a crash when right-clicking the panel

2015-04-06 Thread Dima Ryazanov
It looks like the error-checking code assumes the popup's parent is a shell surface - but that's not always the case. Signed-off-by: Dima Ryazanov d...@gmail.com --- desktop-shell/shell.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/desktop-shell/shell.c

Re: [PATCH weston] xwayland: Stack windows on top when activating them

2015-04-06 Thread Daniel Stone
Hi, On 22 March 2015 at 17:14, Jasper St. Pierre jstpie...@mecheye.net wrote: Now that we've removed the XYToWindow handler in Xwayland, we actually have to stack windows properly. This stacks windows on top when activating them. Note that for a fully robust Xwayland implementation, we'll