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

2014-05-28 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 softb

[PATCH libinput] evdev: INPUT_PROP_DIRECT devices can't be touchpads

2014-05-28 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/evdev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/evdev.c b/src/evdev.c index 08a18fd..b7baab6 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -648,7 +648,8 @@ evdev_configure_device(struct evdev_device *device) h

Re: [PATCH libinput 0/24] Tablet support

2014-05-28 Thread Peter Hutterer
On Wed, May 28, 2014 at 10:23:00AM -0700, Jason Gerecke wrote: > On Tue, May 27, 2014 at 8:32 PM, Chandler Paul wrote: > > On Wed, 2014-05-28 at 12:48 +1000, Peter Hutterer wrote: > >> On Tue, May 27, 2014 at 03:40:07PM -0700, Jason Gerecke wrote: > >> > On Tue, May 27, 2014 at 3:20 PM, Peter Hutt

Re: [PATCH libinput 0/24] Tablet support

2014-05-28 Thread Bill Spitzak
I'm not clear on why there is an attempt to use FIXED for the data rather than an integer. The binary result is identical, but I think it is a lot easier and clearer to say that the numbers range from -2147483647 to +2147483647 (or -0x7fff to 0x7fff). It seems like the following inform

Re: [PATCH libinput 0/24] Tablet support

2014-05-28 Thread Jason Gerecke
On Tue, May 27, 2014 at 8:32 PM, Chandler Paul wrote: > On Wed, 2014-05-28 at 12:48 +1000, Peter Hutterer wrote: >> On Tue, May 27, 2014 at 03:40:07PM -0700, Jason Gerecke wrote: >> > On Tue, May 27, 2014 at 3:20 PM, Peter Hutterer >> > wrote: >> > > On Tue, May 27, 2014 at 04:32:14PM -0400, Chan

Simple SHM Wayland Client

2014-05-28 Thread Philip Rushik
Hi Everybody, I am trying to build a simple Wayland client, just sort of a "hello world" type deal right now. I want to avoid any OpenGL or external dependencies other than libwayland-client itself. All I want to do is be able to tell wayland to create a window, get myself a framebuffer which I ca

Re: [PATCH libinput 1/7] filter: Add motion filter destruction helper

2014-05-28 Thread Hans de Goede
Hi, The entire series looks good, and isL Reviewed-by: Hans de Goede Regards, Hans On 05/26/2014 11:27 PM, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl > --- > src/evdev-mt-touchpad.c | 3 +-- > src/filter.c| 9 + > src/filter.h| 3 +++ > 3 files changed,

[PATCH libinput 1/2] evdev-mt-touchpad-buttons: Rename some variables and functions

2014-05-28 Thread Hans de Goede
Rename some clickpad softbutton area variables to have bottom in their name, this is a preperation patch for adding top softbutton area support. Signed-off-by: Hans de Goede --- src/evdev-mt-touchpad-buttons.c | 26 +- src/evdev-mt-touchpad.h | 2 +- 2 files chan

Updated Wayland Live CD with Wayland/Weston 1.5

2014-05-28 Thread nerdopolis
Hi I have uploaded new RebeccaBlackOS Wayland Live CD ISOs named after my favorite celebrity to SourceForge. By now they should be replicated throughout the SourceForge mirrors. They now have Wayland 1.5, and are based on Ubuntu 14.04 packages. The smaller ISO without development headers and p

Re: [PATCH wayland-web 1/6] Put a box around all code samples

2014-05-28 Thread Bill Spitzak
Please ignore these 2, they were sent by accident. Git send-email apparently ignored by --to switch? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [PATCH wayland-web 1/6] Put a box around all code samples

2014-05-28 Thread Bill Spitzak
This series is v4 of the patches. It includes changes suggested by Pekka and many other fixes. The final patch (adding help for dependencies) still needs work to add links to the projects home pages, but I think the first 5 patches are ok. Sorry for the email screwup. git send-email --compose

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

2014-05-28 Thread spitzak
From: Bill Spitzak --- building.html| 65 ++ ubuntu12.04.html |2 +- xserver.html | 13 +++ 3 files changed, 60 insertions(+), 20 deletions(-) diff --git a/building.html b/building.html index 6870a8b..c04041e 100644 ---

[PATCH wayland-web 2/6] Simple updates to Weston build instructions

2014-05-28 Thread spitzak
From: Bill Spitzak - $WLD/bin must be on the path - Put info about system-wide install in one place - Removed drm, libxkbcommon, pixman, cairo as distributed versions are usable nowadays. - Added libinput --- building.html | 167 +++-- 1

[PATCH wayland-web 5/6] Added a 'running weston' chapter

2014-05-28 Thread spitzak
From: Bill Spitzak Moved $XDG_RUNTIME_DIR into it. --- building.html | 105 +++-- 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/building.html b/building.html index d0ddccf..6870a8b 100644 --- a/building.html +++ b/building.ht

[PATCH wayland-web 3/6] Fixed xserver build instructions

2014-05-28 Thread spitzak
From: Bill Spitzak - Removed xtrans as it is no different than other dependencies - Added comment from commit message about new configure line - Fix for bug in libepoxy configure --- building.html |2 +- xserver.html | 53 + 2 files ch

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

2014-05-28 Thread spitzak
From: Bill Spitzak --- 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 57ee2fb..d0ddccf 100644 -

[PATCH wayland-web 1/6] Put a box around all code samples

2014-05-28 Thread spitzak
From: Bill Spitzak Added "comment" css class to colorize comments --- wayland.css |2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.css b/wayland.css index 7f058ba..d7ef79f 100644 --- a/wayland.css +++ b/wayland.css @@ -8,3 +8,5 @@ a { color: #444; } a:hover { color: #888; } a:v

[PATCH wayland-web 2/6] Simple updates to Weston build instructions

2014-05-28 Thread spitzak
From: Bill Spitzak - $WLD/bin must be on the path - Put info about system-wide install in one place - Removed drm, libxkbcommon, pixman, cairo as distributed versions are usable nowadays. - Added libinput --- building.html | 167 +++-- 1

[PATCH wayland-web 1/6] Put a box around all code samples

2014-05-28 Thread spitzak
From: Bill Spitzak Added "comment" css class to colorize comments --- wayland.css |2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.css b/wayland.css index 7f058ba..d7ef79f 100644 --- a/wayland.css +++ b/wayland.css @@ -8,3 +8,5 @@ a { color: #444; } a:hover { color: #888; } a:v