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 -
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
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
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
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
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
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
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
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