Re: [PATCH v3 weston] Introduce pointer locking and confinement protocol

2015-08-23 Thread Jonas Ã…dahl
On Sat, Aug 22, 2015 at 06:49:15PM -0500, Derek Foreman wrote: > Hi Jonas, > > Instead of a reasonable review, I'm going to mostly ask a bunch of noob > questions. Feel free to disregard if you don't have time to enlighten me... Thanks for the input. I'll answer inline. > > On 25/06/15 11:38 P

[PATCH weston v2] ivi-layout: implement surface clipping

2015-08-23 Thread Nobuhiko Tanibata
From: Nobuhiko Tanibata View clip region is set in surface-local coordinates. To compute that region, the ivi-layer destination rectangle in the global coordinates are transformed back into the surface-local coordinates. The transformation is computed by first forming the transformation matric f

[PATCH weston] hmi-controller: fix the laucher layer width

2015-08-23 Thread Nobuhiko Tanibata
From: Nobuhiko Tanibata A layer for workspace is used to display icons for invoking applications in several pages. These pages are swapped from one to next page. The width of the layer was decided as a size of screen before reading weston.ini. This worked correctly because there was no feature of

[PATCH weston] hmi-controller: fix wrong width and height are set to a layer of workspace.

2015-08-23 Thread Nobuhiko Tanibata
From: Nobuhiko Tanibata Signed-off-by: Nobuhiko Tanibata Reviewed-by: Pekka Paalanen --- ivi-shell/hmi-controller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c index 19ceef2..c388164 100644 --- a/ivi-shell/hmi-

[PATCH weston] ivi-layout: implement surface clipping

2015-08-23 Thread Nobuhiko Tanibata
From: Nobuhiko Tanibata View clip region is set in surface-local coordinates. To compute that region, the ivi-layer destination rectangle in the global coordinates are transformed back into the surface-local coordinates. The transformation is computed by first forming the transformation matric f

Re: [PATCH wayland] Revert "client: require WAYLAND_DISPLAY to be set"

2015-08-23 Thread Peter Hutterer
On Mon, Aug 17, 2015 at 04:17:57PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > This reverts commit fb7e13021730d0a5516ecbd3712ea4235e05d24d. > > Developers have been trying to reduce the number of by default required > environment variables, and the mentioned commit is a step backwar

Re: Libinput: Halfkey/Mirrorboard implementation

2015-08-23 Thread Kieran Bingham
Hi Bill On 19 August 2015 at 19:03, Bill Spitzak wrote: > On Tue, Aug 18, 2015 at 11:20 PM, Peter Hutterer > wrote: >> >> >> > My difficulties with xkb are in creating a mapping where by the space >> > bar >> > acts as both a modifier *and* a space bar. >> >> right. I don't think xkb will let yo

Re: Libinput: Halfkey/Mirrorboard implementation

2015-08-23 Thread Kieran Bingham
On 19 August 2015 at 07:20, Peter Hutterer wrote: > On Tue, Aug 18, 2015 at 05:47:43PM +0100, Kieran Bingham wrote: >> Hi Peter, >> >> Sorry for the late reply here, I've moved back from South America to England >> and had to look in to some of my assumptions! >> >> On 27 July 2015 at 06:07, Peter

Re: [PATCH wayland] Revert "client: require WAYLAND_DISPLAY to be set"

2015-08-23 Thread Ryo Munakata
Although I personally like the current behavior, I think this revert is reasonable. Acked-By: Ryo Munakata Thanks. On Mon, 17 Aug 2015 16:17:57 +0300 Pekka Paalanen wrote: > From: Pekka Paalanen > > This reverts commit fb7e13021730d0a5516ecbd3712ea4235e05d24d. > > Developers have been tr