Re: [PATCH wayland-protocols v3 6/7] xdg-shell: Make xdg_popup non-grabbing by default

2016-06-14 Thread Jonas Ådahl
On Wed, Jun 08, 2016 at 11:13:09PM +0200, Benoit Gschwind wrote: > Hello Jonas, > > For this patch I'm more cautious, your proposal look very complex, and I > don't understand why. I will try to explain my point of view with my > current knowledge and then draft a proposal from my own analysis. To

Re: [PATCH wayland-protocols v3 6/7] xdg-shell: Make xdg_popup non-grabbing by default

2016-06-13 Thread Jonas Ådahl
On Wed, Jun 08, 2016 at 11:07:46AM +0300, Giulio Camuffo wrote: > 2016-06-08 3:08 GMT+02:00 Jonas Ådahl : > > On Tue, Jun 07, 2016 at 05:39:09PM +0300, Giulio Camuffo wrote: > >> Hi, a couple of comments below: > >> > >> 2016-05-26 7:32 GMT+03:00 Jonas Ådahl : > >> > Turn xdg_popup into plain tempo

Re: [PATCH wayland-protocols v3 6/7] xdg-shell: Make xdg_popup non-grabbing by default

2016-06-08 Thread Benoit Gschwind
Hello Jonas, For this patch I'm more cautious, your proposal look very complex, and I don't understand why. I will try to explain my point of view with my current knowledge and then draft a proposal from my own analysis. To be fair, I did not follow the entire discussion about grab from the beginn

Re: [PATCH wayland-protocols v3 6/7] xdg-shell: Make xdg_popup non-grabbing by default

2016-06-08 Thread Giulio Camuffo
2016-06-08 3:08 GMT+02:00 Jonas Ådahl : > On Tue, Jun 07, 2016 at 05:39:09PM +0300, Giulio Camuffo wrote: >> Hi, a couple of comments below: >> >> 2016-05-26 7:32 GMT+03:00 Jonas Ådahl : >> > Turn xdg_popup into plain temporary child surfaces without any grabbing >> > or mapping order requirements

Re: [PATCH wayland-protocols v3 6/7] xdg-shell: Make xdg_popup non-grabbing by default

2016-06-07 Thread Jonas Ådahl
On Tue, Jun 07, 2016 at 05:39:09PM +0300, Giulio Camuffo wrote: > Hi, a couple of comments below: > > 2016-05-26 7:32 GMT+03:00 Jonas Ådahl : > > Turn xdg_popup into plain temporary child surfaces without any grabbing > > or mapping order requirements by default. > > > > In order to create grabbin

Re: [PATCH wayland-protocols v3 6/7] xdg-shell: Make xdg_popup non-grabbing by default

2016-06-07 Thread Giulio Camuffo
Hi, a couple of comments below: 2016-05-26 7:32 GMT+03:00 Jonas Ådahl : > Turn xdg_popup into plain temporary child surfaces without any grabbing > or mapping order requirements by default. > > In order to create grabbing popup chains, a new request 'grab' is > introduced which enables more or les

[PATCH wayland-protocols v3 6/7] xdg-shell: Make xdg_popup non-grabbing by default

2016-05-25 Thread Jonas Ådahl
Turn xdg_popup into plain temporary child surfaces without any grabbing or mapping order requirements by default. In order to create grabbing popup chains, a new request 'grab' is introduced which enables more or less the same semantics and requirements as xdg_popup previously had related to grabb