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
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
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
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
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
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
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,
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
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
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
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
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
---
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
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
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
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
-
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
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
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
19 matches
Mail list logo