~ruther/dwl

ref: 4f4c540bb9ec47c77ff30e1a7ddd7d00d63c67b2 dwl/dwl.c -rw-r--r-- 91.1 KiB
4f4c540b — Leonardo Hernández Hernández 1 year, 5 months ago
prevent a use-after-free at exit
8e3f5364 — Leonardo Hernández Hernández 1 year, 5 months ago
do not compute layout box twice
22123632 — Leonardo Hernández Hernández 1 year, 5 months ago
make sure fullscreen clients have the right size
6f8a3f93 — Leonardo Hernández Hernández 1 year, 5 months ago
fix screen artifacts when setting gamma

the artifacts were caused because we tried to set the gamma right after
receiving the event, this resulted in two pending page-flips, which
not always play well together.

This also seems to fix a screen freeze when turning on a monitor that has
gamma.

Additionally the current method won't work once [0] is merged

[0]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4423
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.
e45ded7e — Leonardo Hernández Hernández 1 year, 5 months ago
ignore maximize events for clients using xdg-shell v5 and newer
892a4d3e — Leonardo Hernández Hernández 1 year, 6 months ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
8c79f8dc — Ben Collerson 1 year, 6 months ago
check client is mapped before setting border color

For some reason brave configured for as a wayland client triggers this code on startup and segfaults.

Checking if the client is mapped fixes this, like with the previous fix for urgent border colour.

References: 887fde65a3010905aa10f373cfcfe540cfc1781e
Fixes: 72a7d78a1a7926a207539eb50f44b2e1eb089d49
8781f4db — Leonardo Hernández Hernández 1 year, 6 months ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
df131cdb — Leonardo Hernández Hernández 1 year, 6 months ago
use <xcb/xcb.h> instead of <X11/Xlib.h>
887fde65 — Leonardo Hernández Hernández 1 year, 6 months ago
only set border color for urgent *and* mapped X11 clients

this fixes a segfault when the client emits .set_hints but it's not mapped

Fixes: 72a7d78a1a7926a207539eb50f44b2e1eb089d49
b299e01e — Leonardo Hernández Hernández 1 year, 6 months ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
6d9a915f — Leonardo Hernández Hernández 1 year, 6 months ago
Revert "just add define"

I'm going to make some changes in the config file anyway

This reverts commit e5367753bb90add013ee5d170a110064298ac2c4.
935b852d — Leonardo Hernández Hernández 1 year, 6 months ago
add [-d] flag to enable debug logging
a18c5283 — Leonardo Hernández Hernández 1 year, 6 months ago
simplify setting the border color of clients
72a7d78a — Leonardo Hernández Hernández 1 year, 6 months ago
make the borders red borders for urgent clients

iirc this is the same behavior of dwm
f6956743 — Forrest Bushstone 1 year, 6 months ago
Check if c is fullscreen before reparenting it to LyrFloating

Closes: https://github.com/djpohly/dwl/issues/487
aec21eca — Forrest Bushstone 1 year, 6 months ago
make sure that fullscreen clients are on the correct screen when isfloating is true

Bug: https://github.com/djpohly/dwl/issues/487
Next
Do not follow this link