[PATCH wayland-web] efl: update efl build instructions

2012-12-10 Thread U. Artie Eoff
From: "U. Artie Eoff" eet, eina, embryo, evas, and ecore have moved into a single build tree in trunk/efl. Various configure options have changed. Signed-off-by: U. Artie Eoff --- efl.html | 41 ++--- 1 file changed, 6 insertions(+), 35 deletions(-) diff -

Re: [PATCH v2 1/3] text: Add content type support to text protocol

2012-12-10 Thread Pekka Vuorela
On 10.12.2012 12:19, Jan Arne Petersen wrote: From: Jan Arne Petersen --- a/protocol/text.xml +++ b/protocol/text.xml @@ -83,8 +83,58 @@ - + + +Content hint is a bitmask to allow to modify the behavior of the text input + + + Cor

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-10 Thread Bill Spitzak
Changing XDG_RUNTIME_DIR to /run/shm (which is tmpfs) made a pretty significant improvement in wayland performance for me. I can run dozens of programs and they still drag around acceptably. This is with Gallium software egl and x11_compositor, which I was blaming for the slowness before. I thi

[PATCH v2 2/3] keyboard: Add support for a numeric layout

2012-12-10 Thread Jan Arne Petersen
From: Jan Arne Petersen Add support for a numeric key layout, which is used for some numeric content purpose types. Signed-off-by: Jan Arne Petersen --- clients/keyboard.c | 130 ++--- 1 file changed, 114 insertions(+), 16 deletions(-) diff --gi

[PATCH v2 3/3] editor: Add content type example

2012-12-10 Thread Jan Arne Petersen
From: Jan Arne Petersen Set the content type purpose to numeric of the second entry. Signed-off-by: Jan Arne Petersen --- clients/editor.c | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index ef1dd

[PATCH v2 1/3] text: Add content type support to text protocol

2012-12-10 Thread Jan Arne Petersen
From: Jan Arne Petersen Support content types in text protocol. Content is defined by a hint bitmask and a purpose field. Signed-off-by: Jan Arne Petersen --- protocol/input-method.xml | 4 protocol/text.xml | 52 ++- src/text-backend.c

[PATCH v2 0/3] text: Add content type support to text protocol v2

2012-12-10 Thread Jan Arne Petersen
From: Jan Arne Petersen Thanks for the suggestions Pekka. I picked up some of them and added some more documentation. Jan Arne Petersen (3): text: Add content type support to text protocol keyboard: Add support for a numeric layout editor: Add content type example clients/editor.c

Re: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension

2012-12-10 Thread Pekka Paalanen
On Sun, 9 Dec 2012 15:43:18 + "Eoff, Ullysses A" wrote: > >-Original Message- > >From: Pekka Paalanen [mailto:ppaala...@gmail.com] > > > >On Fri, 7 Dec 2012 13:50:32 -0800 > >"U. Artie Eoff" wrote: > > > >> +void > >> +yield(struct client *client) > >> +{ > >> + /* > >> + * FIXME

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-10 Thread Pekka Paalanen
On Sun, 09 Dec 2012 16:50:54 -0800 Bill Spitzak wrote: > Another question: I thought XDG_RUNTIME_DIR was being used for the locks > and sockets and other status indicators. I expected large shm buffers to > go to some more-standard place (though I don't know what the Linux > standard is). I ce