~ruther/dwl

ref: d11358762d3693e8e268ecf01861f522a0dc96f5 dwl/dwl.c -rw-r--r-- 79.8 KiB
dc59f773 — Leonardo Hernández Hernández 2 years ago
enable adaptive sync if supported

but don't cause monitors to be ignored if it fails
83e37820 — Leonardo Hernández Hernández 2 years ago
add support for the single pixel buffer protocol
e0cc5b04 — Leonardo Hernández Hernández 2 years ago
Merge remote-tracking branch 'djpohly/main' into wlroots-next
406aebcb — Leonardo Hernández Hernández 2 years ago
prevent an infinite loop if try to use focusmon() with all monitors disabled
dfcd142c — Leonardo Hernández Hernández 2 years ago
don't try to set monitor for clients in createmon()

this is done in updatemons()
07bf1832 — Leonardo Hernández Hernández 2 years ago
set monitor for clients that don't have one in updatemons()

only if selmon is enabled and the clients are mapped
174919ec — Leonardo Hernández Hernández 2 years ago
set monitor for clients that don't have one on monitor creation
a7f77160 — Leonardo Hernández Hernández 2 years ago
don't respect size hints for fullscreen clients

Fixes: #292
7a343b98 — Leonardo Hernández Hernández 2 years ago
change type of c->bw: int -> unsigned int
8d2516e8 — Leonardo Hernández Hernández 2 years ago
reorder isfullscreen in Client definition
f173c56c — Leonardo Hernández Hernández 2 years ago
initialize to zero the box used in commitnotify()
48396a1b — Leonardo Hernández Hernández 2 years ago
fix crash when setting a custom mode
b6e3fc16 — Leonardo Hernández Hernández 2 years ago
rework outputmgrapplyortest()

first disable requested monitors, then enable and/or change mode, x and y, etc.
This is mostly what sway does
662e06e6 — Leonardo Hernández Hernández 2 years ago
check client_from_wlr_surface() returning NULL in urgent()

fix #281
9d2eb848 — Dima Krasner 2 years ago
fix segfault if parent->mon is unset
7eee0a82 — Leonardo Hernández Hernández 2 years ago
use the layer surface to create popups
b04c73be — Leonardo Hernández Hernández 2 years ago
make sure we do not create a double fullscreen_bg

and also make sure we do not destroy it if it does not exist
Fixes: #274
8cdb9971 — Leonardo Hernández Hernández 2 years ago
conform the xdg-protocol with fullscreen translucent clients

see `setfullscreen()` for more info
90a12c90 — Leonardo Hernández Hernández 2 years ago
always set the same monitor and tags for child clients of a client

fixes #272
e0822926 — Leonardo Hernández Hernández 2 years ago
do not focus clients if a layer surface is focused
Next
Do not follow this link