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 s
e912d620d0f20f415b4d3dde967648e4b9c317b9 changed from POINTER_BUTTON_STATE to
simply BUTTON_STATE, replicate that for key events too.
Signed-off-by: Peter Hutterer
---
API break, so best to be grouped with the logging changes.
src/evdev.c| 4 ++--
src/libinput-private.h | 2 +-
sr
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 com
Hi,
On 06/13/2014 05:28 AM, Stephen Chandler Paul wrote:
> Hello! I've done a ton of revisions and changes to the patches Carlos sent a
> little while ago to add tablet support to libinput. Feel free to let me know
> what you think.
Thanks for all your work on this.
FWIW given Peter's much mor
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 commi
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 t
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
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
Regards,
Hans
*) Must not m