Re: [PATCH libinput 2/2] evdev-mt-touchpad-buttons: Add support for top softbutton area

2014-05-29 Thread Peter Hutterer
On Wed, May 28, 2014 at 03:19:56PM +0200, Hans de Goede wrote: Add support for the top softbutton area found on some laptops. For details of how this works, see the updated doc/touchpad-softbutton-state-machine.svg diagram. Basically this mirrors the state-machine for the bottom softbutton

[PATCH wayland-web 6/7] Added comments about dependencies after each build instruction

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak wspit...@oblong.com Added many links to various project home pages when I could find them. --- building.html| 93 +++--- ubuntu12.04.html |2 +- xserver.html | 27 3 files changed, 83

[PATCH wayland-web 7/7] Added links to the online versions of git repositories

2014-05-29 Thread Bill Spitzak
Also fixed drm git repository to what I think is the correct one, as it has one later commit than the one given in the old instructions. --- building.html | 26 ++ xserver.html | 14 -- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git

[PATCH wayland-web 4/7] Added page of Ubuntu12.04 specific directions

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak wspit...@oblong.com --- building.html| 19 +++- ubuntu12.04.html | 291 ++ 2 files changed, 307 insertions(+), 3 deletions(-) create mode 100644 ubuntu12.04.html diff --git a/building.html b/building.html index

[PATCH v2 libinput] tools: add a tool for GUI-based debugging

2014-05-29 Thread Peter Hutterer
Looking at debugging output is nice but not useful when testing for the feel of a device. Add a tool that presents a canvas and draws the various events onto it. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Changes to v1: - switched from xlib to GTK, tested under weston - add LMR