configure xdg_toplevels after configuring it's decoration
remove a space before parenthesis in function calls
destroy popups when we can't get it's parent or they don't have monitor
remove a redundant check
resize() now does the same check
introduce client_set_scale()
remove unnecessary LayerShell.geom
We only used geom.x and geom.y. We can access those variables directly from the
scene node.
update comment about first fields of Client and LayerSurface order
fix style in configurex11()
fix crash when a client is created while all outputs are disabled
state that the Discord server is community-maintained
Previously I regularly checked the server but it has been quite a long time
since I was able to do it.
guarantee client_get_{title,appid} never return NULL
ΔSLOC: -6
actually move unmanaged clients in configurex11()
only calling wlr_xwayland_surface_configure() may be not enough because we also
need to move the scene node in order to make effective the configure
improve checking in configurex11()
this avoids a client resizing itself when the user is interactively resizing
the client