~ruther/dwl

ref: 0312720ae8599904e847eed377cc5ee222905835 dwl/dwl.c -rw-r--r-- 100.0 KiB
0312720a — Leonardo Hernández Hernández 1 year, 1 month ago
remove a space before parenthesis in function calls
6de87121 — Leonardo Hernández Hernández 1 year, 1 month ago
destroy popups when we can't get it's parent or they don't have monitor
bbc00d88 — Leonardo Hernández Hernández 1 year, 1 month ago
remove a redundant check

resize() now does the same check
54b54612 — Leonardo Hernández Hernández 1 year, 2 months ago
avoid using a else block
43016bda — Leonardo Hernández Hernández 1 year, 2 months ago
introduce client_set_scale()
b616476c — Leonardo Hernández Hernández 1 year, 1 month ago
remove unnecessary LayerShell.geom

We only used geom.x and geom.y. We can access those variables directly from the
scene node.
d4ad3735 — Leonardo Hernández Hernández 1 year, 2 months ago
update comment about first fields of Client and LayerSurface order
5db05e82 — Leonardo Hernández Hernández 1 year, 2 months ago
fix style in configurex11()
8ec5e52e — Leonardo Hernández Hernández 1 year, 1 month ago
fix crash when a client is created while all outputs are disabled
0caa6582 — Leonardo Hernández Hernández 1 year, 1 month ago
use wlr_scene_set_gamma_control_manager_v1() (wlroots!4192)

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4192
07aeef1f — Leonardo Hernández Hernández 1 year, 2 months ago
guarantee client_get_{title,appid} never return NULL

ΔSLOC: -6
334bbe6f — Leonardo Hernández Hernández 1 year, 2 months ago
fix potential crash in configurex11()

We can't call resize() on unmanaged clients because they don't have borders and
resize() requires them.

Fixes: 94f4ead7dad89433e6087dc19950738c64bbed05
1b805ddd — Leonardo Hernández Hernández 1 year, 2 months ago
account border width in configurex11()

Fixes: 13925eb1da8af2c1d23ee9d01efd03c3626081b2
94f4ead7 — Leonardo Hernández Hernández 1 year, 2 months ago
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
bb21ecda — Leonardo Hernández Hernández 1 year, 2 months ago
improve checking in configurex11()

this avoids a client resizing itself when the user is interactively resizing
the client
b25717c9 — Leonardo Hernández Hernández 1 year, 2 months ago
drop a useless check in configurex11()
a4fa9546 — Leonardo Hernández Hernández 1 year, 2 months ago
do not restack xwayland surfaces (wlroots!4756)

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4756
35951a8d — Leonardo Hernández Hernández 1 year, 4 months ago
add support for linux-drm-syncobj-v1 (wlroots!4715)

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4262
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4715
a634e3f5 — Leonardo Hernández Hernández 1 year, 2 months ago
fix crash when a virtual pointer is destroyed

Fixes: https://codeberg.org/dwl/dwl/issues/680
fix maximize callback not getting deregisterd
Next