Re: State of Wayland protocol development

2015-09-18 Thread Jonas Ådahl
On Fri, Sep 18, 2015 at 07:12:10PM +0300, Giulio Camuffo wrote: > 2015-09-18 17:44 GMT+03:00 Jonas Ådahl : > > On Fri, Sep 18, 2015 at 04:35:52PM +0300, Pekka Paalanen wrote: > >> > >> What do you do when you do a backward-incompatible change to a protocol? > >> > >> - Rename the globals or the

Re: [PATCH wayland-web 0/2] Front page rearrangement

2015-09-18 Thread Bryce Harrington
On Fri, Sep 18, 2015 at 03:41:27PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > the first patch is just a random suggestion on trying to bring some order to > the front page. Better ideas welcome. > > The second patch is why I came here in the first place: to add a couple of

Re: Patchwork upgrade?

2015-09-18 Thread Bryce Harrington
On Fri, Sep 18, 2015 at 12:09:28PM +0100, Damien Lespiau wrote: > On Thu, Sep 17, 2015 at 12:14:46PM -0700, Bryce Harrington wrote: > > On Thu, Aug 20, 2015 at 04:26:14PM -0700, Bryce Harrington wrote: > > > On Thu, Aug 13, 2015 at 03:58:26PM +0200, Damien Lespiau wrote: > > > > On Fri, Aug 07, 201

Re: Enums, bitfields and wl_arrays in the .xml file

2015-09-18 Thread Bill Spitzak
On Fri, Sep 18, 2015 at 5:37 AM, Nils Chr. Brause wrote: > Hi, > > There are even earlier discussions about including 'bitfield' and > 'enum' fields into the XML protocol file, e.g: > > http://lists.freedesktop.org/archives/wayland-devel/2014-September/017071.html > But none of them led to any ac

Re: State of Wayland protocol development

2015-09-18 Thread Giulio Camuffo
2015-09-18 17:44 GMT+03:00 Jonas Ådahl : > On Fri, Sep 18, 2015 at 04:35:52PM +0300, Pekka Paalanen wrote: >> On Fri, 18 Sep 2015 15:00:19 +0800 >> Jonas Ådahl wrote: >> >> > Hi, >> > >> > I'd like to start a discussion on the state of how development of Wayland >> > interfaces are done and how th

Re: State of Wayland protocol development

2015-09-18 Thread Jonas Ådahl
On Fri, Sep 18, 2015 at 04:35:52PM +0300, Pekka Paalanen wrote: > On Fri, 18 Sep 2015 15:00:19 +0800 > Jonas Ådahl wrote: > > > Hi, > > > > I'd like to start a discussion on the state of how development of Wayland > > interfaces are done and how they should be done, though less about the > > tec

Re: State of Wayland protocol development

2015-09-18 Thread Pekka Paalanen
On Fri, 18 Sep 2015 15:00:19 +0800 Jonas Ådahl wrote: > Hi, > > I'd like to start a discussion on the state of how development of Wayland > interfaces are done and how they should be done, though less about the > technical aspect of it. > > Right now, the way to get a protocol officially declar

Re: [PATCH xwayland 3/4] xwayland: Remove related touchpoints when unrealizing windows

2015-09-18 Thread Olivier Fourdan
On 27/05/15 18:42, Carlos Garnacho wrote: These sequences are forgotten to all purposes. Signed-off-by: Carlos Garnacho lgtm. Applied in my tree. Cheers, Olivier ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.free

Re: [PATCH xwayland 4/4] xwayland: Make the XYToWindowProc implementation aware of touchpoints

2015-09-18 Thread Olivier Fourdan
On 29/05/15 11:45, Carlos Garnacho wrote: Hey Jasper, On Wed, May 27, 2015 at 7:56 PM, Jasper St. Pierre wrote: I'm planning on removing this hook and just make compositors deal with the fallout. Unfortunately, it hasn't been merged yet. http://patchwork.freedesktop.org/patch/43021/ That'd

Re: [PATCH xwayland 2/4] xwayland: Implement the wl_touch interface

2015-09-18 Thread Olivier Fourdan
On 27/05/15 18:41, Carlos Garnacho wrote: A DeviceIntPtr with touch valuators is also created in order to deliver the translated touch events. The lifetime of xwl_touch structs is tied to the wayland ones, finishing in either wl_touch.up() or wl_touch.cancel() Signed-off-by: Carlos Garnacho D

Re: [PATCH xwayland 1/4] xwayland: Add xwl_touch struct

2015-09-18 Thread Olivier Fourdan
Hey Carlos, On 27/05/15 18:41, Carlos Garnacho wrote: This struct holds information about each individual, ongoing touchpoint. A list of these is held by the xwl_seat. Signed-off-by: Carlos Garnacho lgtm Rebased and added this patch to my tree, but I don't have the hardware to test. Cou

[PATCH wayland-web 0/2] Front page rearrangement

2015-09-18 Thread Pekka Paalanen
From: Pekka Paalanen Hi, the first patch is just a random suggestion on trying to bring some order to the front page. Better ideas welcome. The second patch is why I came here in the first place: to add a couple of useful links, after once pointing people to them. Pekka Paalanen (2): index:

[PATCH wayland-web 2/2] index: add links to Contributing and Patchwork

2015-09-18 Thread Pekka Paalanen
From: Pekka Paalanen This should help new people find out how we manage development. Signed-off-by: Pekka Paalanen --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 8d28b36..a9ebcaa 100644 --- a/index.html +++ b/index.html @@ -50,8 +50,10 @@ emb

[PATCH wayland-web 1/2] index: rearrange front page links

2015-09-18 Thread Pekka Paalanen
From: Pekka Paalanen Rearrange the links to arbitrary categories. No link is added or removed, but some are more spelled out. Signed-off-by: Pekka Paalanen --- index.html | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html in

Re: Enums, bitfields and wl_arrays in the .xml file

2015-09-18 Thread Nils Chr. Brause
Hi, There are even earlier discussions about including 'bitfield' and 'enum' fields into the XML protocol file, e.g: http://lists.freedesktop.org/archives/wayland-devel/2014-September/017071.html But none of them led to any actual changes. I still would very much like to see the 'bitfield' and 'e

Re: Patchwork upgrade?

2015-09-18 Thread Damien Lespiau
On Thu, Sep 17, 2015 at 12:14:46PM -0700, Bryce Harrington wrote: > On Thu, Aug 20, 2015 at 04:26:14PM -0700, Bryce Harrington wrote: > > On Thu, Aug 13, 2015 at 03:58:26PM +0200, Damien Lespiau wrote: > > > On Fri, Aug 07, 2015 at 04:40:11PM -0700, Bryce Harrington wrote: > > > > > Damien, would y

Enums, bitfields and wl_arrays in the .xml file

2015-09-18 Thread Victor Berger
Hi, I would like to revive a previous discussion that apparently died a few months ago on this mailing-list: the question of adding information specifying when a (u)int argument in a message is supposed to be a value of an enum, and which is the associated enum, as well a specifying when an e

State of Wayland protocol development

2015-09-18 Thread Jonas Ådahl
Hi, I'd like to start a discussion on the state of how development of Wayland interfaces are done and how they should be done, though less about the technical aspect of it. Right now, the way to get a protocol officially declared stable is, more or less, to implement it in weston, wait for a whil