Re: [PATCH wayland-protocols] xdg-shell: Add support for synchronized popup moving

2019-09-27 Thread Jonas Ådahl
On Tue, Aug 27, 2019 at 11:47:25PM +0100, David Edmundson wrote: > set_reactive > > Everything about this part makes sense. > +1 > > > - > > move request + moved > > Concept of having explicit updating makes sense. > Might be worth considering calling it xdg_popup.reposition as > xdg_tople

Re: [PATCH wayland-protocols] xdg-shell: Add support for synchronized popup moving

2019-08-27 Thread David Edmundson
set_reactive Everything about this part makes sense. +1 - move request + moved Concept of having explicit updating makes sense. Might be worth considering calling it xdg_popup.reposition as xdg_toplevel.move is very different Would it be valid to re-use the same positioner object each tim

[PATCH wayland-protocols] xdg-shell: Add support for synchronized popup moving

2019-07-25 Thread Jonas Ådahl
This commit adds protocol additions making it possible to move an already mapped popup. Moving can be done in two ways: implicit and explicit. Implicit popup moving is done by setting a adjustment flag on the positioner used to create it that will cause the compositor to adjust the position as th