Re: [PATCH 01/16] xdg_shell: Adding a new shell protocol.

2013-12-01 Thread Bill Spitzak
On 11/29/2013 04:09 PM, Kristian Høgsberg wrote: it sounds like there's something we're not capturing here: dialogs that are transient_for will be attached by mutter, but floating toolboxes are also transient_for but doesn't get attached. I'm guessing mutter also looks at wether the window in qu

Re: [PATCH 01/16] xdg_shell: Adding a new shell protocol.

2013-12-01 Thread Bill Spitzak
On 11/29/2013 02:43 PM, Kristian Høgsberg wrote: - set_transient_for is not a great name. I know it comes from ICCCM, but I wonder if we can find a better name. If it's just stacking, then maybe just set_aboe? How about "parent"? Though I guess "above" is acceptable... Certainly t

Re: [PATCH 01/16] xdg_shell: Adding a new shell protocol.

2013-11-30 Thread Jasper St. Pierre
On Fri, Nov 29, 2013 at 7:09 PM, Kristian Høgsberg wrote: > On Fri, Nov 29, 2013 at 06:41:59PM -0500, Jasper St. Pierre wrote: > > On Fri, Nov 29, 2013 at 5:43 PM, Kristian Høgsberg >wrote: > > > > > On Wed, Nov 27, 2013 at 03:50:17PM -0200, Rafael Antognolli wrote: > > > > xdg_shell is a protoco

Re: [PATCH 01/16] xdg_shell: Adding a new shell protocol.

2013-11-29 Thread Kristian Høgsberg
On Fri, Nov 29, 2013 at 06:41:59PM -0500, Jasper St. Pierre wrote: > On Fri, Nov 29, 2013 at 5:43 PM, Kristian Høgsberg wrote: > > > On Wed, Nov 27, 2013 at 03:50:17PM -0200, Rafael Antognolli wrote: > > > xdg_shell is a protocol aimed to substitute wl_shell in the long term, > > > but will not be

Re: [PATCH 01/16] xdg_shell: Adding a new shell protocol.

2013-11-29 Thread Jasper St. Pierre
On Fri, Nov 29, 2013 at 5:43 PM, Kristian Høgsberg wrote: > On Wed, Nov 27, 2013 at 03:50:17PM -0200, Rafael Antognolli wrote: > > xdg_shell is a protocol aimed to substitute wl_shell in the long term, > > but will not be part of the wayland core protocol. It starts as a > > non-stable API, aimed

Re: [PATCH 01/16] xdg_shell: Adding a new shell protocol.

2013-11-29 Thread Kristian Høgsberg
On Wed, Nov 27, 2013 at 03:50:17PM -0200, Rafael Antognolli wrote: > xdg_shell is a protocol aimed to substitute wl_shell in the long term, > but will not be part of the wayland core protocol. It starts as a > non-stable API, aimed to be used as a development place at first, and > once features are

[PATCH 01/16] xdg_shell: Adding a new shell protocol.

2013-11-27 Thread Rafael Antognolli
xdg_shell is a protocol aimed to substitute wl_shell in the long term, but will not be part of the wayland core protocol. It starts as a non-stable API, aimed to be used as a development place at first, and once features are defined as required by several desktop shells, we can finally make it stab