Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-10 Thread yan . wang
> El 2013-07-10 03:21, yan.w...@linux.intel.com escribió: >>> Hi Yan, >>> Is this code available somewhere? >> >> If you could get the code of webkit0-efl from tizen.org, you could >> find >> them on shared-surface branch. Kalyan integrated my implementation >> into >> it. >> Thanks. > > I can onl

Re: [PATCH wayland] connection: Handle empty signature and signature with just a version.

2013-07-10 Thread Jason Ekstrand
We talked about this on IRC. looks good to me. On Jul 10, 2013 4:42 PM, "Mariusz Ceier" wrote: > Functions like wl_argument_from_va_list expect from get_next_argument, > to initialize details->type but when the signature is empty or contains > only version (like in desktop-shell-protocol.c in wes

Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Eduardo Lima (Etrunko)
On 07/10/2013 07:27 PM, Daiki Ueno wrote: > Hi Eduardo, > > "Eduardo Lima (Etrunko)" writes: > >> Is there any specific reason why is the .pc file not being installed in >> standard $(libdir)/pkgconfig such as the others? In ths case the patch >> would simply be something like: >> >> +pkgconfig_

Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Daiki Ueno
Hi Eduardo, "Eduardo Lima (Etrunko)" writes: > Is there any specific reason why is the .pc file not being installed in > standard $(libdir)/pkgconfig such as the others? In ths case the patch > would simply be something like: > > +pkgconfig_DATA += wayland-scanner.pc It is because wayland-scann

Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Eduardo Lima (Etrunko)
On 07/02/2013 06:38 AM, Daiki Ueno wrote: > diff --git a/src/Makefile.am b/src/Makefile.am > index 4fa7425..4226f63 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -57,6 +57,9 @@ wayland_scanner_SOURCES = \ > wayland_scanner_LDADD = $(EXPAT_LIBS) libwayland-ut

[PATCH wayland] connection: Handle empty signature and signature with just a version.

2013-07-10 Thread Mariusz Ceier
Functions like wl_argument_from_va_list expect from get_next_argument, to initialize details->type but when the signature is empty or contains only version (like in desktop-shell-protocol.c in weston) it is left uninitialized. This patch fixes it, by initializing details->type with '\0' value, sig

[PATCH weston] compositor: Use ordered layers

2013-07-10 Thread Quentin Glidic
From: Quentin Glidic It allows a more generic layer management that several modules can use at the same time without breaking each others’ layers. Signed-off-by: Quentin Glidic --- src/compositor.c| 39 +++--- src/compositor.h| 16 +++- src/s

Re: [PATCH 2/2] Some CJK glyphs are wide, which occupy two columns. If the glyph is wide, then use two columns instead of one.

2013-07-10 Thread David Herrmann
Hi On Thu, Jun 6, 2013 at 9:32 AM, Peng Wu wrote: > --- Please cut the headline and instead provide a proper commit message. > clients/Makefile.am | 2 +- > clients/terminal.c | 18 -- > 2 files changed, 17 insertions(+), 3 deletions(-) > > diff --git a/clients/Makefile.am b/

Re: [PATCH 2/2] Some CJK glyphs are wide, which occupy two columns. If the glyph is wide, then use two columns instead of one.

2013-07-10 Thread Peng Wu
Hi Kristian, Actually the terminal patch only uses functions from glib. Is it okay to use glib.h or should I try to duplicate the code in the terminal? I will check the text selection for the dual-width characters soon. Thanks, Peng Wu Refer URL: https://git.gnome.org/browse/glib/tree/