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

2014-05-28 Thread spitzak
From: Bill Spitzak wspit...@oblong.com - $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

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

2014-05-28 Thread spitzak
From: Bill Spitzak wspit...@oblong.com 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 {

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

2014-05-28 Thread spitzak
From: Bill Spitzak wspit...@oblong.com 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 {

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

2014-05-28 Thread spitzak
From: Bill Spitzak wspit...@oblong.com - 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

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

2014-05-28 Thread 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 wayland-web 2/6] Simple updates to Weston build instructions

2014-05-28 Thread spitzak
From: Bill Spitzak wspit...@oblong.com - $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

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

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

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

[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 hdego...@redhat.com --- src/evdev-mt-touchpad-buttons.c | 26 +- src/evdev-mt-touchpad.h |

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 hdego...@redhat.com Regards, Hans On 05/26/2014 11:27 PM, Jonas Ådahl wrote: Signed-off-by: Jonas Ådahl jad...@gmail.com --- src/evdev-mt-touchpad.c | 3 +-- src/filter.c| 9 + src/filter.h