~ruther/dwl

ref: 48396a1bf8ce4282c4fc76d853195e1026caf7d7 dwl/dwl.c -rw-r--r-- 82.5 KiB
48396a1b — Leonardo Hernández Hernández 3 years ago
fix crash when setting a custom mode
b6e3fc16 — Leonardo Hernández Hernández 3 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 3 years ago
check client_from_wlr_surface() returning NULL in urgent()

fix #281
9d2eb848 — Dima Krasner 3 years ago
fix segfault if parent->mon is unset
7eee0a82 — Leonardo Hernández Hernández 3 years ago
use the layer surface to create popups
b04c73be — Leonardo Hernández Hernández 3 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 3 years ago
conform the xdg-protocol with fullscreen translucent clients

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

fixes #272
e0822926 — Leonardo Hernández Hernández 3 years ago
do not focus clients if a layer surface is focused
deb48ff4 — Dima Krasner 3 years ago
force line-buffered stdout if stdout is not a tty
c70db2d0 — Leonardo Hernández Hernández 3 years ago
Revert "only call wlr_seat_keyboard_notify_enter() if a keyboard is found"

This reverts commit 8e03bce6217117f0687cd727ae2c47bdd3c0fe5a.
fixes #270
8e03bce6 — Leonardo Hernández Hernández 3 years ago
only call wlr_seat_keyboard_notify_enter() if a keyboard is found
87fc3a58 — Leonardo Hernández Hernández 3 years ago
check pointer focus in arrange()
c6d97f1d — Leonardo Hernández Hernández 3 years ago
arrange client's monitor if size has change since last commit
829dec65 — Leonardo Hernández Hernández 3 years ago
resize now takes `struct wlr_box` as parameter
ff70337c — Leonardo Hernández Hernández 3 years ago
check current and pending geometry to set c->resize to zero

Fixes #260
7cc6c640 — Ben Jargowsky 3 years ago
Checks for overflows for client max width and height
72e0a560 — Leonardo Hernández Hernández 3 years ago
respect size hints
2aa39136 — Leonardo Hernández Hernández 3 years ago
inline unmaplayersurface() into unmaplayersurfacenotify()

unmap signal is guaranted to be emitted before destroy signal
so is useless checking if it is mapped at destroy
549335ae — Leonardo Hernández Hernández 3 years ago
avoid layer surface popups appearing below x{dg,wayland} clients
Next