Re: [PATCH wayland 1/4] doc: Improve Wire Format section

2012-10-08 Thread Pekka Paalanen
On Mon, 8 Oct 2012 18:39:57 +0300 Tiago Vignatti wrote: > Fixed the wayland socket name and added documentation for fixed format. > > Signed-off-by: Tiago Vignatti Hi Tiago, nice! > --- > doc/Wayland/en_US/Protocol.xml | 22 +- > 1 file changed, 17 insertions(+), 5 de

[PATCH weston] window: Initialize workspace state before first roundtrip

2012-10-08 Thread Jonas Ådahl
The workspace state parameters were initialized after the first roundtrip. If a workspace manager state event was received during this roundtrip the state parameters were cleared leaving an incorrect state. Signed-off-by: Jonas Ådahl --- clients/window.c |6 +++--- 1 file changed, 3 insertio

[PATCH] wayland util: Handle malloc failure in wl_array_copy()

2012-10-08 Thread Martin Minarik
If the malloc in wl_array_add() fails, we are memcpy-ing to bad memory. This can happen only when copying array to smaller array. --- src/wayland-util.c | 11 --- src/wayland-util.h |2 +- tests/array-test.c |8 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --g

[PATCH] Weston: weston.ini man page

2012-10-08 Thread Martin Minarik
The man page is not very detailed and exceptionally accurate, but it mentions the configuration options. --- man/weston.ini.5 | 184 ++ 1 files changed, 184 insertions(+), 0 deletions(-) create mode 100644 man/weston.ini.5 diff --git a/man/wes

gstreamer-vaapi and wayland

2012-10-08 Thread Eoff, Ullysses A
This is the general stack I've been using to get accelerated video playback on Wayland/Weston thanks to krh and gb: git clone git://anongit.freedesktop.org/vaapi/libva git clone git://anongit.freedesktop.org/vaapi/intel-driver git clone git://anongit.freedesktop.org/gstreamer/gstreamer --bran

[PATCH wayland 4/4] wayland: Fix typos

2012-10-08 Thread Tiago Vignatti
My vim spell checker is able to find typos of xml files after adding "syn spell toplevel" to ~/.vim/after/syntax/xml.vim aah, and Wayland is capital letter :) Signed-off-by: Tiago Vignatti --- protocol/wayland.xml |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prot

[PATCH wayland 3/4] doc: Remove Shared Object Cache section

2012-10-08 Thread Tiago Vignatti
We don't support anything like that yet. Signed-off-by: Tiago Vignatti --- I'm not sure now about the Compositor, Surface, Input and Output sections. Maybe we could remove those also and expand the descriptions on wayland.xml instead. Ideas here? And Drag and drop seems quite outdated. doc/Way

[PATCH wayland 1/4] doc: Improve Wire Format section

2012-10-08 Thread Tiago Vignatti
Fixed the wayland socket name and added documentation for fixed format. Signed-off-by: Tiago Vignatti --- doc/Wayland/en_US/Protocol.xml | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/doc/Wayland/en_US/Protocol.xml b/doc/Wayland/en_US/Protocol.xml i

[PATCH wayland 2/4] doc: Auto-generate Protocol/Interfaces section instead

2012-10-08 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- doc/Wayland/Makefile.am| 12 ++- doc/Wayland/en_US/Protocol.xml | 126 +--- doc/Wayland/protocol-interfaces-to-docbook.xsl | 56 +++ 3 files changed, 66 insertions(+), 128 deletions(-) crea

Re: [PATCH libxkbcommon v4 2/2] Add xkb_keysym_from_casename() helper for case-insensitive search

2012-10-08 Thread David Herrmann
Hi Ran On Mon, Oct 8, 2012 at 10:00 AM, Ran Benita wrote: > On Sun, Oct 07, 2012 at 03:59:09PM +0200, David Herrmann wrote: >> >> makekeys.py | 6 >> src/keysym.c | 94 >> +++ >> test/keysym.c | 29

Re: [PATCH weston 1/2] Clip pointer input to menu surface.

2012-10-08 Thread Pekka Paalanen
On Sun, 7 Oct 2012 15:53:44 -0600 Scott Moreau wrote: > On Sun, Oct 7, 2012 at 3:46 PM, Pekka Vuorela wrote: > > > On su, 2012-10-07 at 15:12 -0600, Scott Moreau wrote: > > > > > > > > > On Sun, Oct 7, 2012 at 12:21 PM, Pekka Vuorela > > > wrote: > > > On su, 2012-10-07 at 04:28 -0600,

Re: [PATCH libxkbcommon v4 2/2] Add xkb_keysym_from_casename() helper for case-insensitive search

2012-10-08 Thread Ran Benita
On Sun, Oct 07, 2012 at 03:59:09PM +0200, David Herrmann wrote: > This adds another helper that allows finding a keysym based on a > case-insensitive search. This should really be supported as many keysyms > have really weird capitalization-rules. > > However, as this may produce conflicts, users

Re: [PATCH weston 1/2 v2] Clip pointer input to menu surface.

2012-10-08 Thread Scott Moreau
Now that I look into it more, it seems these patches break input/leave handlers because of the way they work. Will require further investigation. Scott ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailm