[PATCH libinput] touchpad: on a non-clickpad, reset the motion history on nfingers change

2016-08-17 Thread Peter Hutterer
The only reason to have more than one finger on a non-clickpad is to tap, scroll or gesture. In all cases resetting the motion history is a good idea to avoid jumps moving from 2 to 1 finger. https://bugs.freedesktop.org/show_bug.cgi?id=91695 https://bugs.freedesktop.org/show_bug.cgi?id=97194 Sig

[PATCH libinput] tablet: don't send tip up/button release/prox out events for unknown tools

2016-08-17 Thread Peter Hutterer
If the kernel does not send the MSC_SERIAL information with every event, we end up creating a tool with a serial of 0. When the MSC_SERIAL comes in later for this tool libinput will think it's a new tool. On proximity out of that new tool we send the required release events even though we never sen

[PATCH weston] compositor-drm: Zero drmModeAddFB2 data

2016-08-17 Thread Yong Bakos
From: Yong Bakos Initialize arrays of data passed to drmModeAddFB2, just as drm_fb_get_from_bo does. See https://lists.freedesktop.org/archives/wayland-devel/2016-August/030645.html Signed-off-by: Yong Bakos --- libweston/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Bryce Harrington
On Wed, Aug 17, 2016 at 04:03:31PM -0700, Yong Bakos wrote: > From: Yong Bakos > > The use of # within a description causes the documentation generator > to mistake C syntax with a documentation link. > > Remove the # from the documentation, suppressing the warning. > > Signed-off-by: Yong Bako

Re: [PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Yong Bakos
There's no 2/2 and this is not a series. My apologies. yong > On Aug 17, 2016, at 4:03 PM, Yong Bakos wrote: > > From: Yong Bakos > > The use of # within a description causes the documentation generator > to mistake C syntax with a documentation link. > > Remove the # from the documentation

[PATCH wayland] server: Document display parameter

2016-08-17 Thread Yong Bakos
From: Yong Bakos Signed-off-by: Yong Bakos --- src/wayland-server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 9ecfd97..9d7d9c1 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -1528,6 +1528,7 @@ wl_log_set_handler_server

[PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Yong Bakos
From: Yong Bakos The use of # within a description causes the documentation generator to mistake C syntax with a documentation link. Remove the # from the documentation, suppressing the warning. Signed-off-by: Yong Bakos --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread darxus
On 08/17, Jonas Ådahl wrote: > Is half a megabyte really a big deal for wayland-web? I find it more > reasonable to just provide the full resolution image instead of relying > on the URL to the external image never changing. I think I'd only host a thumbnail on the wayland site, only link to the g

Re: [PATCH weston 08/12 v2] weston: Port Wayland backend to new output handling API

2016-08-17 Thread Armin Krezović
On 17.08.2016 17:07, Pekka Paalanen wrote: > On Sun, 14 Aug 2016 17:28:17 +0200 > Armin Krezović wrote: > >> This is a complete port of the Wayland backend that >> uses recently added output handling API for output >> configuration. >> >> - Output can be configured at runtime by passing the >>

Re: [PATCH] gl-renderer: emit frame_signal after eglSwapBuffers

2016-08-17 Thread Fabien DESSENNE
On 08/17/2016 09:42 AM, Pekka Paalanen wrote: > On Tue, 16 Aug 2016 14:46:23 +0200 > Fabien DESSENNE wrote: > >> On 08/16/2016 10:18 AM, Pekka Paalanen wrote: >>> On Fri, 12 Aug 2016 14:11:40 +0200 >>> Fabien Dessenne wrote: >>> Emit frame_signal at the end of the GL renderer processing

Re: [PATCH weston 08/12 v2] weston: Port Wayland backend to new output handling API

2016-08-17 Thread Pekka Paalanen
On Sun, 14 Aug 2016 17:28:17 +0200 Armin Krezović wrote: > This is a complete port of the Wayland backend that > uses recently added output handling API for output > configuration. > > - Output can be configured at runtime by passing the > necessary configuration parameters, which can be > f

Re: [PATCH weston 1/2] libweston: introduce LIBWESTON_API_VERSION macro

2016-08-17 Thread Emil Velikov
On 15 August 2016 at 17:16, Quentin Glidic wrote: > On 15/08/2016 17:31, Emil Velikov wrote: >> >> From: Emil Velikov >> >> Provides some ease wrt constructing the required version. >> >> Cc: Quentin Glidic >> Suggested-by: Quentin Glidic >> Signed-off-by: Emil Velikov >> --- >> >> I've swappe

Re: [PATCH weston] Makefile.am: Fix libtool race

2016-08-17 Thread Emil Velikov
On 16 August 2016 at 09:49, Quentin Glidic wrote: > On 16/08/2016 10:26, Pekka Paalanen wrote: >> >> On Mon, 15 Aug 2016 16:51:32 +0100 >> Emil Velikov wrote: >> >>> On 15 August 2016 at 16:29, Quentin Glidic >>> wrote: From: Quentin Glidic Signed-off-by: Quentin Glidic >>>

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread Jonas Ådahl
On Wed, Aug 17, 2016 at 11:48:03AM +0300, Pekka Paalanen wrote: > On Wed, 17 Aug 2016 10:33:19 +0200 > Giulio Camuffo wrote: > > > --- > > extras.html | 13 + > > gammaray.png | Bin 0 -> 563838 bytes > > 2 files changed, 13 insertions(+) > > create mode 100644 gammaray.png > > >

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread Giulio Camuffo
2016-08-17 10:48 GMT+02:00 Pekka Paalanen : > On Wed, 17 Aug 2016 10:33:19 +0200 > Giulio Camuffo wrote: > >> --- >> extras.html | 13 + >> gammaray.png | Bin 0 -> 563838 bytes >> 2 files changed, 13 insertions(+) >> create mode 100644 gammaray.png >> >> diff --git a/extras.html b

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread Pekka Paalanen
On Wed, 17 Aug 2016 10:33:19 +0200 Giulio Camuffo wrote: > --- > extras.html | 13 + > gammaray.png | Bin 0 -> 563838 bytes > 2 files changed, 13 insertions(+) > create mode 100644 gammaray.png > > diff --git a/extras.html b/extras.html > index 14dfc79..ddf5d71 100644 > --- a/ex

Re: [PATCH weston 03/12 v2] compositor: Implement output configuration using windowed_output_api

2016-08-17 Thread Pekka Paalanen
On Sun, 14 Aug 2016 17:28:12 +0200 Armin Krezović wrote: > This implements output configuration for outputs which use > previously added weston_windowed_output_api. The function > takes an output that's to be configured, default configuration > that's to be set in case no configuration is specifi

Re: [PATCH weston 02/12 v2] libweston: Add initial output API for windowed outputs configuration

2016-08-17 Thread Pekka Paalanen
On Sun, 14 Aug 2016 17:28:11 +0200 Armin Krezović wrote: > This adds new plugin-specific API for configuring outputs > on "windowed" backends, such as X11, wayland/non-fullscreen > and even headless (although, it doesn't have any windows, > its configuration is very similar). It can be used from

[PATCH weston 2/2 v2] desktop-shell: Add back the saved position and rotation for fullscreen/maximized

2016-08-17 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- desktop-shell/shell.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index cc091a9..2072f65 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shel

Re: [PATCH] gl-renderer: emit frame_signal after eglSwapBuffers

2016-08-17 Thread Pekka Paalanen
On Tue, 16 Aug 2016 14:46:23 +0200 Fabien DESSENNE wrote: > On 08/16/2016 10:18 AM, Pekka Paalanen wrote: > > On Fri, 12 Aug 2016 14:11:40 +0200 > > Fabien Dessenne wrote: > > > >> Emit frame_signal at the end of the GL renderer processing, so the > >> frame_signal clients are informed after t