~ruther/dwl

ref: c70db2d06a7c868ba2d36de0984f5b39afd1a1c6 dwl/dwl.c -rw-r--r-- 80.2 KiB
c70db2d0 — Leonardo Hernández Hernández 2 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 2 years ago
only call wlr_seat_keyboard_notify_enter() if a keyboard is found
87fc3a58 — Leonardo Hernández Hernández 2 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 2 years ago
resize now takes `struct wlr_box` as parameter
ff70337c — Leonardo Hernández Hernández 2 years ago
check current and pending geometry to set c->resize to zero

Fixes #260
7cc6c640 — Ben Jargowsky 2 years ago
Checks for overflows for client max width and height
72e0a560 — Leonardo Hernández Hernández 2 years ago
respect size hints
2aa39136 — Leonardo Hernández Hernández 2 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 2 years ago
avoid layer surface popups appearing below x{dg,wayland} clients
097b4a30 — Leonardo Hernández Hernández 2 years ago
unconstrain layer shell popups from monitor size

unconstrain other popups from monitor usable area
c1578bc1 — Leonardo Hernández Hernández 2 years ago
use LayerSurface.mon when possible
9b84940e — Leonardo Hernández Hernández 2 years ago
unconstrain layer shell popups

also unconstrain popups from monitor's usable area
79ad7241 — Leonardo Hernández Hernández 2 years ago
don't set `c->isfullscreen` to zero

calloc initializes all fields to zero
4ae6d0f3 — Leonardo Hernández Hernández 2 years ago
move ugglyness to client.h
2ef5abfb — Leonardo Hernández Hernández 2 years ago
remove unneeded check in focusclient()
d26ddfc7 — Leonardo Hernández Hernández 2 years ago
kill child process in cleanup()
8bce3b15 — Marco Siedentopf 2 years ago
add click method configuration option

Add the libinput configuration option to choose between Software Button Areas and Clickfinger
4dfa4565 — Leonardo Hernández Hernández 2 years ago
fix compiler error with gcc complaining about parentheses

dwl.c: In function ‘unmaplayersurface’:
dwl.c:2253:9: error: suggest parentheses around assignment used as truth value [-Werror=parentheses]
 2253 |         layersurface->layer_surface->mapped = layersurface->mapped = 0;
      |         ^~~~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [<builtin>: dwl.o] Error 1

clang not affected
b91017e7 — Leonardo Hernández Hernández 2 years ago
disable scene node at unmaplayersurface()
Next
Do not follow this link