[PATCH v3] Fixes CJK wide character display

2013-07-31 Thread Peng Wu
By jumping two columns when wide character prints, and draw wide cursor under wide character. --- clients/Makefile.am | 2 +- clients/terminal.c | 26 -- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 09963c

[PATCH v3] Fixes CJK wide character display

2013-07-31 Thread Peng Wu
Hi, I re-write the patch for CJK wide character display. Please review it, thanks. Peng Wu (1): Fixes CJK wide character display clients/Makefile.am | 2 +- clients/terminal.c | 26 -- 2 files changed, 25 insertions(+), 3 deletions(-) -- 1.8.3.1 __

Re: [PATCH 3/4] xwayland: Draw decoration on window manager side

2013-07-31 Thread Kristian Høgsberg
Thanks Uli, that's what I was thinking too, just didn't get time to reply. Kristian On Wed, Jul 31, 2013 at 7:41 AM, Uli Schlachter wrote: > Hi, > > On 30.07.2013 18:13, Louis-Francis Ratté-Boulianne wrote: >> Draw everything in a cairo image surface before copying it to the XCB >> surface. That

[PATCH] launcher-util: Fix building with EGL disabled

2013-07-31 Thread Armin K
Don't declare weston_launcher_drm_set_master if EGL (and thus DRM backend) are disabled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67561 --- src/launcher-util.c | 5 - src/launcher-util.h | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/launcher-util.c b/

Patch against 1.2 adding touch support for the desktop and some of the clients

2013-07-31 Thread Rusty Lynch
>From 47a85346d2a6236283ea3241c626c5568225b21a Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Fri, 26 Jul 2013 08:50:27 -0700 Subject: [PATCH 2/2] Add initial touch support to clients --- clients/calibrator.c| 16 clients/desktop-shell.c | 15 clients/smoke.c | 22 +++-

Patch against 1.2 to support non-mt touchscreens

2013-07-31 Thread Rusty Lynch
>From 32b686d4cb3b9297e9054d497727a6f7cdbaf9ac Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Thu, 25 Jul 2013 11:24:20 -0700 Subject: [PATCH 1/2] Add support for old style non-multitouch touchscreens --- src/evdev.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) di

Re: [PATCH 3/4] xwayland: Draw decoration on window manager side

2013-07-31 Thread Uli Schlachter
Hi, On 30.07.2013 18:13, Louis-Francis Ratté-Boulianne wrote: > Draw everything in a cairo image surface before copying it to the XCB > surface. That removes the flickering visible on rpi whenever the > decoration were redrawn. > --- > src/xwayland/window-manager.c | 22 -- >

[PATCH] weston.ini: "weston-" prefix added to flower client

2013-07-31 Thread maaw
--- weston.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weston.ini b/weston.ini index f2abceb..3d8703c 100644 --- a/weston.ini +++ b/weston.ini @@ -32,7 +32,7 @@ path=/usr/bin/google-chrome [launcher] icon=/usr/share/icons/gnome/24x24/apps/arts.png -path=./clients/flower