~ruther/dwl

ref: db36c1430af3f50de6a75bbf084481e91ebb230a dwl/client.h -rw-r--r-- 9.3 KiB
7bdbab04 — Leonardo Hernández Hernández 1 year, 5 months ago
check toplevel resource instead of client's xdg_shell to set bounds
dd25cdb5 — Leonardo Hernández Hernández 1 year, 5 months ago
use the new wlroots function to get a toplevel from a wlr_surface

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4419
caac2d66 — Leonardo Hernández Hernández 1 year, 5 months ago
explicitly return -1 in the first check in toplevel_from_wlr_surface
b1740056 — Leonardo Hernández Hernández 1 year, 5 months ago
do not use #ifdef -> #else -> #endif in client_is_x11

all other funcions use #ifdef -> #endif
0067c76c — Leonardo Hernández Hernández 1 year, 5 months ago
delete unused functions
22d21676 — Leonardo Hernández Hernández 1 year, 5 months ago
style fixes in client_is_float_type
d6c102d9 — Leonardo Hernández Hernández 1 year, 5 months ago
correctly check if the scene node is enabled in client_is_rendered_on_mon
0e897608 — Leonardo Hernández Hernández 1 year, 5 months ago
do not use magical numbers to check edges

the interface is declared stable, which means we could just use 0 anyway
6d0ec595 — Leonardo Hernández Hernández 1 year, 5 months ago
simplify client_get_clip

the clips for xwayland and xdg clients are pretty similar, after all we only
need to adjust x and y for xdg clients
e1f3983b — Leonardo Hernández Hernández 1 year, 9 months ago
use wlr_scene_subsurface_tree_set_clip

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4131
Closes: https://github.com/djpohly/dwl/issues/411
31bf1cba — Leonardo Hernández Hernández 1 year, 9 months ago
Revert "respect size hints"

This reverts commit 72e0a560d9836c5e8658003f548203bcd722e565.
e5e74acf — Leonardo Hernández Hernández 1 year, 5 months ago
send maximized if tiled isn't supported (XDG shell)

wlroots doesn't do it automatically anymore

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4409
b299e01e — Leonardo Hernández Hernández 1 year, 6 months ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
a18c5283 — Leonardo Hernández Hernández 1 year, 6 months ago
simplify setting the border color of clients
d4f2c6bf — Leonardo Hernández Hernández 1 year, 8 months ago
chase wlroots!4288

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4288
25db0453 — Leonardo Hernández Hernández 1 year, 8 months ago
set withdrawn state for xwayland invisible clients
78cf8867 — Leonardo Hernández Hernández 1 year, 8 months ago
add support for xdg-shell v6
06bc6554 — Leonardo Hernández Hernández 1 year, 10 months ago
chase wlroots map logic unification

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
e7f736cc — Leonardo Hernández Hernández 2 years ago
chase wlroots!3391

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3991
7ae5039b — Job79 2 years ago
follow upstream xwayland_surface changes

wlroots removed the `wlr_surface_is_xwayland_surface` function, and renamed `wlr_xwayland_surface_from_wlr_surface` to `wlr_xwayland_surface_try_from_wlr_surface`.

related commit: https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/fbf5982e3838ee28b5345e98832f6956c402b225
Next
Do not follow this link