Re: new xwayland protocol

2012-09-13 Thread Pekka Paalanen
On Thu, 13 Sep 2012 11:27:50 -0700 Bill Spitzak wrote: > Tiago Vignatti wrote: > > > It features ... forwarding global coordinates to X > > I don't like the idea that X clients are "privileged" to get this > information, while real Wayland clients can't get it. X is special. X clients expect

Re: [PATCH] text: Improve text protocol documentation

2012-09-13 Thread Kristian Høgsberg
On Thu, Sep 13, 2012 at 12:55:14AM +0200, Jan Arne Petersen wrote: > From: Jan Arne Petersen > > Add some missing descriptions to the text protocol file. Thanks, that looks better. Kristian > --- > protocol/text.xml | 35 --- > 1 file changed, 32 insertions(+),

Re: new xwayland protocol

2012-09-13 Thread Bill Spitzak
Tiago Vignatti wrote: It features ... forwarding global coordinates to X I don't like the idea that X clients are "privileged" to get this information, while real Wayland clients can't get it. What is going to happen is Wayland clients are going to use the X api just to get this informatio

Re: [PATCH weston] man: weston --xserver has been replaced

2012-09-13 Thread Bill Spitzak
Any ideas on what to do about xorg.conf? I think the ideal solution is to make the "special X.org server" just not read any configuration files at all. My impression is that the need to use one to load wlshm on my system is an easily-fixed bug. And it would seem that any need for "configuratio

[XDC 2012] Conference Update #3

2012-09-13 Thread Egbert Eich
We are now less than a week into the conference so here's an update with the latest infos: Registration We have close to 50 registered participants now. If you haven't registered yourself please take a minute to go to http://wiki.x.org/wiki/Events/XDC2012/Attendees to put your

Re: [PATCH weston] man: weston --xserver has been replaced

2012-09-13 Thread Kristian Høgsberg
On Thu, Sep 13, 2012 at 01:46:27PM +0300, Pekka Paalanen wrote: > The generic module loading must be used now to load xserver.so. > Option --xserver was removed by > a6813d28876423b388cce3ff6d7edab7b9de0f20. Much better, thanks... I was wondering if we should special case the shell plugin and load

Re: [PATCH] Fix typo (ratio, not ration)

2012-09-13 Thread Kristian Høgsberg
On Thu, Sep 13, 2012 at 06:45:06AM -0400, Diego Viola wrote: Thanks! > Signed-off-by: Diego Viola > --- > protocol/wayland.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/protocol/wayland.xml b/protocol/wayland.xml > index 5e56cb8..ff077a3 100644 > --- a/protocol/w

Re: compositor-android: should output be added to compositor one step before

2012-09-13 Thread Kristian Høgsberg
On Thu, Sep 13, 2012 at 12:46:33PM +0300, Pekka Paalanen wrote: > On Thu, 13 Sep 2012 00:18:52 -0700 > Abhijit Potnis wrote: > > > Hello Pekka, > > > > In compositor-android.c , Should we be calling > > android_compositor_add_output() before gles2_renderer_init(), > > or else wouldn't "op" in gl

new xwayland protocol

2012-09-13 Thread Tiago Vignatti
Guys, here's the smoke signal for the new xwayland private protocol I've been working on. There are about 30 commits on all the repositories; let me know if there's a better way to organize this eventually: http://cgit.freedesktop.org/~vignatti/wayland/log/?h=xwm-client http://cgit.free

Re: [PATCH v2 00/17] Improved text protocol, editor and keyboard examples

2012-09-13 Thread Jan Arne Petersen
On 09/13/2012 04:09 PM, Jan Arne Petersen wrote: > On 09/12/2012 11:38 PM, Kristian Høgsberg wrote: >> The series looks good to me and I've commited it as is. I did wonder >> about a couple of things in the text protocol though: >> >> - The text_model.key event introduces keysym in the protocol a

Re: [PATCH v2 00/17] Improved text protocol, editor and keyboard examples

2012-09-13 Thread Jan Arne Petersen
On 09/12/2012 11:38 PM, Kristian Høgsberg wrote: > On Sun, Sep 09, 2012 at 11:08:29PM +0200, Jan Arne Petersen wrote: >> From: Jan Arne Petersen >> >> Fixed some small bugs in still open patches, and added them here since they >> are >> dependencies of the other changes. >> >> Improve the editor

Module init ordering (Re: [PATCH weston] man: weston --xserver has been replaced)

2012-09-13 Thread Pekka Paalanen
On Thu, 13 Sep 2012 13:46:27 +0300 Pekka Paalanen wrote: > The generic module loading must be used now to load xserver.so. > Option --xserver was removed by > a6813d28876423b388cce3ff6d7edab7b9de0f20. Hi Kristian, related to the above-mentioned change, the module loading order is no longer cons

[PATCH] Fix more typos

2012-09-13 Thread Diego Viola
Signed-off-by: Diego Viola --- faq.html | 2 +- gtk.html | 6 +++--- toolkits.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/faq.html b/faq.html index e2098e2..bff7fb4 100644 --- a/faq.html +++ b/faq.html @@ -121,7 +121,7 @@ For example, core fonts; this

Re: compositor-android: should output be added to compositor one step before

2012-09-13 Thread Abhijit Potnis
Hello Kristian, The complete Patch. --- >From 8e1adf2e8024e2ef804df2d1b8b1cfd49c91186f Mon Sep 17 00:00:00 2001 From: Abhijit Potnis Date: Thu, 13 Sep 2012 12:32:55 +0530 Subject: [PATCH] text: Addin

[PATCH weston] man: weston --xserver has been replaced

2012-09-13 Thread Pekka Paalanen
The generic module loading must be used now to load xserver.so. Option --xserver was removed by a6813d28876423b388cce3ff6d7edab7b9de0f20. Signed-off-by: Pekka Paalanen --- man/weston.man | 36 +--- 1 files changed, 21 insertions(+), 15 deletions(-) diff --git a

[PATCH] Fix typo (ratio, not ration)

2012-09-13 Thread Diego Viola
Signed-off-by: Diego Viola --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 5e56cb8..ff077a3 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -597,7 +597,7 @@ The configure event

Re: compositor-android: should output be added to compositor one step before

2012-09-13 Thread Pekka Paalanen
On Thu, 13 Sep 2012 00:18:52 -0700 Abhijit Potnis wrote: > Hello Pekka, > > In compositor-android.c , Should we be calling > android_compositor_add_output() before gles2_renderer_init(), > or else wouldn't "op" in gles-renderer_init get assigned a junk value. Hi Abhijit, yes, looks like you ar

Re: [PATCH weston 3/3] compositor: new intersection algorithm

2012-09-13 Thread Pekka Paalanen
On Tue, 11 Sep 2012 17:02:05 +0300 Pekka Paalanen wrote: > The existing algorithm had some corner cases (pun!), where it failed to > produce correct vertices in the right order. This appeared only when the > surface was transformed (rotated). It also produced degenerate polygons > (3 or more vert

compositor-android: should output be added to compositor one step before

2012-09-13 Thread Abhijit Potnis
Hello Pekka, In compositor-android.c , Should we be calling android_compositor_add_output() before gles2_renderer_init(), or else wouldn't "op" in gles-renderer_init get assigned a junk value. --- src/compositor-android.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

Re: Wayland web typo fix

2012-09-13 Thread Diego Viola
Sorry for sending the last email with the same subject. The last typo was for the "wayland" repository, not wayland-web. Diego On Thu, Sep 13, 2012 at 12:13 AM, Diego Viola wrote: > Here another fix for a typo: > > https://github.com/diegoviola/wayland/commit/e7b764d7bc0e6f58c05d339b4417cc6396da

Re: Wayland web typo fix

2012-09-13 Thread Diego Viola
Here another fix for a typo: https://github.com/diegoviola/wayland/commit/e7b764d7bc0e6f58c05d339b4417cc6396dad745 Thanks soreau_ On Wed, Sep 12, 2012 at 11:37 PM, Diego Viola wrote: > Krh, > > I've found more typos, fix here: > https://github.com/diegoviola/wayland-web/commit/5a23ad65d9b424319