[PATCH 2/2 v2] elem_cnp: Add Copy and Paste support for wayland.

2012-08-01 Thread zhiwen . wu
From: Alex Wu Just support type of ELM_SEL_TYPE_CLIPBOARD. Use HAVE_ELEMENTARY_WAYLAND macro to build againt wayland engine, and use elm_win_wl_window_get() run-time engine check. --- trunk/elementary/src/lib/elm_cnp.c | 121 +++- 1 file changed, 119 insertions(+

[PATCH 1/2 v2] ecore_wayland: Add Copy and Paste support

2012-08-01 Thread zhiwen . wu
From: Alex Wu Add a global Ecore_Wl_Dnd object to handle copy and paste. I think it is more appropriate to name this struct Ecore_Wl_Selection, which is responsible for both dnd and cnp. This patch just cover the copy and paste and not support "clear clipboard", due to wayland has no way to do th

[PATCH 0/2 v2] Add Copy and Paste support for wayland engine

2012-08-01 Thread zhiwen . wu
Changes from v1: 1. According to Robert's comments, in elm_cnp.c, add HAVE_ELEMENTARY_WAYLAND path to explicitly build against wayland engine, add runtime engine checking. 2. Rebase to the latest code. The following changes since commit 9551f66bed1fb7dab7fdcadb175077ed2d34b783: [elm] Forgotte

[PATCH weston] gears: Program gears rotation to run at 70 degrees per second.

2012-08-01 Thread Scott Moreau
The classic glxgears implementation runs at 70 degrees per second but weston gears client runs at about 45 degrees per second. This caused weston gears appear to be running visually slower, even though the frame rate is the same. Here we simply advance the gears rotation angle by the same amount as

Re: [RFC] compositor: remove OpenWFD backend

2012-08-01 Thread Kristian Høgsberg
On Wed, Aug 01, 2012 at 03:56:45PM +0200, Benjamin Franzke wrote: > Hi Pekka, > > I agree with the removal, if that helps to speed up development. > I have not the time to fix it right now, and as far as i know no one > else is intrested. > Though i think this shouldn't mean, that no one may reint

Re: [RFC] compositor: remove OpenWFD backend

2012-08-01 Thread Benjamin Franzke
Hi Pekka, I agree with the removal, if that helps to speed up development. I have not the time to fix it right now, and as far as i know no one else is intrested. Though i think this shouldn't mean, that no one may reintroduce it at some point. Acked-by: Benjamin Franzke 2012/8/1 Pekka Paalanen

[RFC] compositor: remove OpenWFD backend

2012-08-01 Thread Pekka Paalanen
This backend has not seen even build testing for months, presumably does not even compile, and is starting to hinder development a little. Signed-off-by: Pekka Paalanen Cc: Benjamin Franzke --- Hi, does anyone care enough about this backend to step up and make sure it works, and fix what is ne

Re: wayland-devel Digest, Vol 22, Issue 88

2012-08-01 Thread Tiago Vignatti
On 08/01/2012 01:20 AM, nerdopolis wrote: On Tuesday, July 31, 2012 09:59:34 AM wayland-devel-requ...@lists.freedesktop.org wrote: 1343738868-27400-1-git-send-email-tiago.vigna...@intel.com Hi. I was the one that was having the issues with libjpeg, and this patch worked for me. Thanks glad

Re: [PATCH xserver 2/2] xwayland: fix motion coordinates

2012-08-01 Thread Tiago Vignatti
On 08/01/2012 05:34 AM, Kristian Høgsberg wrote: On Tue, Jul 31, 2012 at 03:46:12PM +0300, Tiago Vignatti wrote: clients were getting one pixel shifted on each axis. Why is this off-by-one? I haven't checked why. The valuators conversion performed and their values accepted at xf86PostMotion