1:http://wayland.freedesktop.org/building.html misses that building weston
will fail without a recent libwebp fromhttp://git.chromium.org/webm/libwebp.git.
I seem to be building it successfully without libwebp. More details?
An old version of libwebp (0.1.2-4.1.2) used by openSuSE 12.1 was
On 09/01, Knut Petersen wrote:
> 1: http://wayland.freedesktop.org/building.html misses that building weston
> will fail without a recent libwebp from
> http://git.chromium.org/webm/libwebp.git.
I seem to be building it successfully without libwebp. More details?
> 2. http://wayland.freedesktop
---
clients/eventdemo.c | 33 +
1 Datei geändert, 29 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/clients/eventdemo.c b/clients/eventdemo.c
index 569a8c1..db807ec 100644
--- a/clients/eventdemo.c
+++ b/clients/eventdemo.c
@@ -76,6 +76,9 @@ static int lo
Only the motion events of relative_pointers are acted upon, as the other
events are identical to the "normal" pointer.
---
clients/window.c | 76 ++--
clients/window.h | 7 ++
2 Dateien geändert, 81 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-
notify_motion() now takes both absolute and relative motion parameters
and relays this motion to the grab. The grab can then send the absolute
motion to the "normal" pointer and the relative motion to the relative
pointer.
Support for raw pointers should work analogously, but is not implemented
ye
This pointer is equivalent to the "normal" pointer, except that it sends
relative motion events.
---
protocol/wayland.xml | 93 +++
src/data-device.c| 3 +-
src/wayland-server.c | 101 +++
src/waylan
The consensus seems to be that we need relative/raw motion and that it
should be orthogonal to clipping/grabbing. I have now tried my hand at
implementing relative motion by introducing a wl_relative_pointer (no
raw motion yet, but it should not be hard to extend the implementation
analogously). Th
---
clients/window.c | 2 +-
1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
diff --git a/clients/window.c b/clients/window.c
index 4ddbd2f..330d96f 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -2013,7 +2013,7 @@ pointer_handle_motion(void *data, struct wl_pointer
*point
Also fixes the off-by-one in toytoolkit that exposed the issue.
---
clients/window.c | 2 +-
src/shell.c | 4
2 Dateien geändert, 5 Zeilen hinzugefügt(+), 1 Zeile entfernt(-)
diff --git a/clients/window.c b/clients/window.c
index 472aabf..4ddbd2f 100644
--- a/clients/window.c
+++ b/clie
I see now it's Super+Alt+Space. Very cool and very nice work guys!
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
> I don't think it has been pushed just yet
> http://cgit.freedesktop.org/wayland/weston/log
> I do think this patch set should be tested more thoroughly though. I have
> not tested it at all
> yet but I will if requested (and definitely will if it is in fact
> committed).
>
>
> Regards,
>
> Scot
> Kristian Høgsberg wrote:
> > Very cool, thanks to you and Pekka for figuring this out. Committed.
>
> Oops, we were still flushing out the remaining bugs in there :-o
> http://lists.freedesktop.org/archives/wayland-devel/2012-August/005165.html
>
> But I guess the remaining bugs are hard enough
Hi everybody!
Some comments / suggestions / bug reports:
1: http://wayland.freedesktop.org/building.html misses that building weston
will fail without a recent libwebp from
http://git.chromium.org/webm/libwebp.git.
2. http://wayland.freedesktop.org/building.html misses that after building
wes
On Fri, 31 Aug 2012 19:46:50 -0400
Kristian Høgsberg wrote:
> On Thu, Aug 30, 2012 at 04:47:16PM -0500, Rob Clark wrote:
> > From: Rob Clark
> >
> > This patchset is an updated version of my earlier patches, plus a
> > bunch of updates from Pekka. Some have Pekka's fixes have been
> > squashed
14 matches
Mail list logo