only set bounds for clients that support it
set client bounds at resize
Merge remote-tracking branch 'djpohly/main' into wlroots-next chase wlroots X11 hints update
Check if XWayland client size_hints are NULL
fix segfault when dragging chromium tabs
Merge remote-tracking branch 'djpohly/main' into wlroots-next
replace wlr_xwayland_surface_size_hints with xcb_size_hints_t
add missing return in client_is_floating_type() This causes all Xwayland clients to be treated as floating
improve floating detection mostly copied from sway
improve floating detection mostly copied from sway
Merge branch 'main' into wlroots-next
Merge pull request #204 from djpohly/scenegraph3 merge scenegraph3
Merge branch 'main' into scenegraph
do not allow set client size less than its min size
constraint popups to its parent client Closes: #146 Closes: #155
Merge branch 'main' into scenegraph
Merge branch 'fix-segfault-in-fullscreennotify'
don't use fullscreen event in fullscreennotify()
Merge branch 'wlroots-next' into scenegraph-wlroots-next
Merge branch 'main' into wlroots-next