~ruther/dwl

a0e79d81 — Leonardo Hernández Hernández 1 year, 5 months ago
Do not send repeated xdg_toplevel.configure_bounds

Fixes: 32e66f45827cc8016ca2cef65ba61840f43fcc85
32e66f45 — Leonardo Hernández Hernández 1 year, 5 months ago
resize clients on commit

Fixes: https://github.com/djpohly/dwl/issues/515
This reverts commit 4567979b16b0509bb80b6102ecb9b601b3cf6fa1.
2751a619 — Leonardo Hernández Hernández 1 year, 5 months ago
do not try to enable adaptive sync
fcf324be — Leonardo Hernández Hernández 1 year, 5 months ago
fix the position of the cursor image after turning all the monitors on
b8e933b9 — Leonardo Hernández Hernández 1 year, 5 months ago
remove unused #include
1044a215 — Leonardo Hernández Hernández 1 year, 5 months ago
do not check if `session` is non-NULL

wlr_session_change_vt() is a no-op if session == NULL
6bcd5d8d — Leonardo Hernández Hernández 1 year, 5 months ago
do not explicitly destroy some wlroots interfaces

they are destroyed when the wayland display is destroyed
7611dc91 — Leonardo Hernández Hernández 1 year, 5 months ago
enable debug symbols by default

they does not affect performance and the size's increase is negligible
e95f1454 — Leonardo Hernández Hernández 1 year, 5 months ago
fix docs

copied from tinywl
bca1b779 — Leonardo Hernández Hernández 1 year, 5 months ago
fix destroynotify() docs

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4421
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
4f4c540b — Leonardo Hernández Hernández 1 year, 5 months ago
prevent a use-after-free at exit
Next
Do not follow this link