Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-08-15 Thread Jonas Ådahl
On Fri, Aug 12, 2016 at 12:19:20PM -0700, Bryce Harrington wrote: > On Fri, Aug 12, 2016 at 12:44:49PM +0800, Jonas Ådahl wrote: > > On Thu, Aug 11, 2016 at 09:35:57PM -0700, Bryce Harrington wrote: > > > On Fri, Aug 12, 2016 at 11:56:13AM +0800, Jonas Ådahl wrote: > > > > On Thu, Aug 11, 2016 at 0

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-08-12 Thread Bryce Harrington
On Fri, Aug 12, 2016 at 12:44:49PM +0800, Jonas Ådahl wrote: > On Thu, Aug 11, 2016 at 09:35:57PM -0700, Bryce Harrington wrote: > > On Fri, Aug 12, 2016 at 11:56:13AM +0800, Jonas Ådahl wrote: > > > On Thu, Aug 11, 2016 at 08:49:01PM -0700, Bryce Harrington wrote: > > > > On Fri, Jul 29, 2016 at 1

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-08-12 Thread Yong Bakos
Hi Jonas & Bryce, > On Aug 11, 2016, at 9:44 PM, Jonas Ådahl wrote: > > On Thu, Aug 11, 2016 at 09:35:57PM -0700, Bryce Harrington wrote: >> On Fri, Aug 12, 2016 at 11:56:13AM +0800, Jonas Ådahl wrote: >>> On Thu, Aug 11, 2016 at 08:49:01PM -0700, Bryce Harrington wrote: On Fri, Jul 29, 201

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-08-11 Thread Jonas Ådahl
On Thu, Aug 11, 2016 at 09:35:57PM -0700, Bryce Harrington wrote: > On Fri, Aug 12, 2016 at 11:56:13AM +0800, Jonas Ådahl wrote: > > On Thu, Aug 11, 2016 at 08:49:01PM -0700, Bryce Harrington wrote: > > > On Fri, Jul 29, 2016 at 12:04:55PM +0800, Jonas Ådahl wrote: > > > > In order to get feedback

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-08-11 Thread Bryce Harrington
On Fri, Aug 12, 2016 at 11:56:13AM +0800, Jonas Ådahl wrote: > On Thu, Aug 11, 2016 at 08:49:01PM -0700, Bryce Harrington wrote: > > On Fri, Jul 29, 2016 at 12:04:55PM +0800, Jonas Ådahl wrote: > > > In order to get feedback of available space where a client can create > > > its popup, let it creat

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-08-11 Thread Jonas Ådahl
On Thu, Aug 11, 2016 at 08:49:01PM -0700, Bryce Harrington wrote: > On Fri, Jul 29, 2016 at 12:04:55PM +0800, Jonas Ådahl wrote: > > In order to get feedback of available space where a client can create > > its popup, let it create requset that its popup rectangle being resized > > would it not fit

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-08-11 Thread Bryce Harrington
On Fri, Jul 29, 2016 at 12:04:55PM +0800, Jonas Ådahl wrote: > In order to get feedback of available space where a client can create > its popup, let it create requset that its popup rectangle being resized > would it not fit the within the work area. This adds two new constrain > adjustment values

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-07-29 Thread Jonas Ådahl
On Fri, Jul 29, 2016 at 10:58:47AM +0200, Quentin Glidic wrote: > On 29/07/2016 06:04, Jonas Ådahl wrote: > > In order to get feedback of available space where a client can create > > its popup, let it create requset that its popup rectangle being resized > > would it not fit the within the work ar

Re: [PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-07-29 Thread Quentin Glidic
On 29/07/2016 06:04, Jonas Ådahl wrote: In order to get feedback of available space where a client can create its popup, let it create requset that its popup rectangle being resized would it not fit the within the work area. This adds two new constrain adjustment values to the adjustment enum, an

[PATCH wayland-protocols 3/4 v2] xdg-shell: Add resize_x/y constrain adjustment to positioner

2016-07-28 Thread Jonas Ådahl
In order to get feedback of available space where a client can create its popup, let it create requset that its popup rectangle being resized would it not fit the within the work area. This adds two new constrain adjustment values to the adjustment enum, and dimension parameters to the xdg_popup.co