Re: [PATCH] cosmetic: update comments that refer to weston_surface_update_transform()

2014-09-12 Thread Pekka Paalanen
On Thu, 11 Sep 2014 09:30:30 -0500 Derek Foreman der...@osg.samsung.com wrote: On 11/09/14 08:22 AM, Pekka Paalanen wrote: On Thu, 11 Sep 2014 08:10:25 -0500 Derek Foreman der...@osg.samsung.com wrote: On 11/09/14 04:00 AM, Pekka Paalanen wrote: On Wed, 10 Sep 2014 15:37:33 -0500

Re: [PATCH] compositor: Don't free an uninitialised pointer.

2014-09-12 Thread Pekka Paalanen
On Fri, 12 Sep 2014 03:08:40 +0900 Ryo Munakata ryomnk...@gmail.com wrote: On Thu, 11 Sep 2014 15:53:15 +0200 Ondřej Majerech majerec...@gmail.com wrote: When backend_init returns NULL, we goto out_signals, which wants to free(modules), but in this particular code path, modules hasn't

Re: [PATCH v3 weston] libinput: normalize WL_CALIBRATION before passing it to libinput

2014-09-12 Thread Pekka Paalanen
On Tue, 9 Sep 2014 13:02:25 +1000 Peter Hutterer peter.hutte...@who-t.net wrote: WL_CALIBRATION, introduced in weston-1.1, requires the translation component of the calibration matrix to be in screen coordinates. libinput does not have access to this and it's not a very generic way to do this

Re: [PATCH weston] libinput-device: Don't get initial key states

2014-09-12 Thread Pekka Paalanen
On Thu, 11 Sep 2014 23:35:58 +0200 Jonas Ådahl jad...@gmail.com wrote: Initial key state is no pressed keys, and the libinput_device_get_keys function was deprecated in libinput 0.6.0. Signed-off-by: Jonas Ådahl jad...@gmail.com --- Requires libinput 0.6.0, and assumes the previous

[PATCH weston] libinput: default to INFO log level

2014-09-12 Thread Pekka Paalanen
From: Pekka Paalanen pekka.paala...@collabora.co.uk Set the default logging level from libinput to INFO. This matches better the behaviour of the old input backend, and prints the found input devices into Weston's log. Signed-off-by: Pekka Paalanen pekka.paala...@collabora.co.uk ---

Re: [PATCH weston] libinput: default to INFO log level

2014-09-12 Thread Pekka Paalanen
On Fri, 12 Sep 2014 12:11:21 +0300 Pekka Paalanen ppaala...@gmail.com wrote: From: Pekka Paalanen pekka.paala...@collabora.co.uk Set the default logging level from libinput to INFO. This matches better the behaviour of the old input backend, and prints the found input devices into Weston's

Wayland and Weston 1.6 RC2 snapshot (1.5.93)

2014-09-12 Thread Pekka Paalanen
Hi, this is the last release candidate towards Wayland and Weston 1.6. The SHA1s are: 9ce236dbd1d13ae371dddc40530a6cf78001f40a wayland-1.5.93.tar.xz edf4e7abea4046f003f53c300acf9af7dffc2e48 wayland 1.5.93 tag f79f6e4721f263ca7145252e772972e5d61e6158 weston-1.5.93.tar.xz

Re: [PATCH 2/3] evdev: Move generic scroll code from evdev-mt-touchpad.c to evdev.c

2014-09-12 Thread Hans de Goede
Hi, On 09/03/2014 05:50 AM, Peter Hutterer wrote: On Tue, Sep 02, 2014 at 04:34:49PM +0200, Hans de Goede wrote: So that it can be used for middle button trackpoint scrolling too. Signed-off-by: Hans de Goede hdego...@redhat.com --- src/evdev-mt-touchpad.c | 56

Re: [PATCH 3/3] evdev: Add middle buttton scrolling for trackpoints

2014-09-12 Thread Hans de Goede
Hi, On 09/03/2014 05:57 AM, Peter Hutterer wrote: On Tue, Sep 02, 2014 at 04:34:50PM +0200, Hans de Goede wrote: Most trackpoint users want to be able to scroll using the trackpoint with the middle button pressed, add support for this. Signed-off-by: Hans de Goede hdego...@redhat.com yes,