Re: [PATCH libinput 1/3] test: move the interface declaration down

2014-06-16 Thread Hans de Goede
Hi, On 06/13/2014 04:48 AM, Peter Hutterer wrote: No functional changes, just some prep work. The commit message seems wrong, as the interface declaration is actually being moved up, not down (*). With a fixed commit message this is: Reviewed-by: Hans de Goede hdego...@redhat.com Regards,

Re: [PATCH libinput 2/3] udev: split libinput_udev context init into two functions

2014-06-16 Thread Hans de Goede
Hi, On 06/13/2014 04:48 AM, Peter Hutterer wrote: This is preparation work for context-specific log handlers. Callers are now encouraged to first initialize the context with libinput_udev_create_context() and then set the seat for this context with libinput_udev_set_seat(). In the

Re: [PATCH libinput 3/3] Change the logging system to be per-context

2014-06-16 Thread Hans de Goede
Hi, On 06/13/2014 04:48 AM, Peter Hutterer wrote: Rather than a single global logging function, make the logging dependent on the individual context. This way we won't stomp on each other's feet in the (admittedly unusual) case of having multiple libinput contexts. The log handler and the

Re: [PATCH libinput 02/23] evdev: Add basic support for tablet devices

2014-06-16 Thread Hans de Goede
Hi, On 06/13/2014 05:28 AM, Stephen Chandler Paul wrote: These devices set the LIBINPUT_DEVICE_CAP_STYLUS flag, and emit a lot more axis information then mice and touchpads. As such, tablet events are in a whole new group of events that is separate from everything else. In this commit,

Re: [PATCH libinput 3/3] Change the logging system to be per-context

2014-06-16 Thread Peter Hutterer
On Mon, Jun 16, 2014 at 12:09:16PM +0200, Hans de Goede wrote: [...] Your removing a bunch of exported symbols here, so you should also bump the soname to indicate ABI breakage. Jonas - do you want the soname bump in this patch or do it as part of the release? There may be other changes

[PATCH libinput] Rename KEYBOARD_KEY_STATE to KEY_STATE

2014-06-16 Thread Peter Hutterer
e912d620d0f20f415b4d3dde967648e4b9c317b9 changed from POINTER_BUTTON_STATE to simply BUTTON_STATE, replicate that for key events too. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- API break, so best to be grouped with the logging changes. src/evdev.c| 4 ++--

browser status on pure wayland

2014-06-16 Thread Andrea Giammarchi
Hello There! Apologies if this has been discussed for years now but I've managed to build weston on wayland without any X11 dependency and miserably failed to build a WebKitGTK even forcing GTK3 which does build without problems on X-less systems. in WebKit2 --gtk=3.0 GTK2 is still required for