~ruther/dwl

ref: c9a0a8bf6de9130655342e362a5a9f09c6a7fd08 dwl/dwl.c -rw-r--r-- 82.8 KiB
22336612 — Leonardo Hernández Hernández 2 years ago
improve type safety of toplevel_from_wlr_surface()
38bd0035 — Leonardo Hernández Hernández 2 years ago
merge toplevel_from_{wlr_layer_surface,popup} into client_from_wlr_surface

now it is a big function called toplevel_from_wlr_surface
13b929d7 — Leonardo Hernández Hernández 2 years ago
remove unneeded call to wlr_scene_rect_set_color()

wlr_scene_rect_create() requires a color as parameter
b6d61277 — Leonardo Hernández Hernández 3 years ago
add option for set button map
16a49e99 — Dima Krasner 2 years ago
fix null deref in sigchld() if Xwayland is disabled
30c24a53 — Palanix 2 years ago
remove unneeded changes in commitnotify()
017bb7d7 — Palanix 2 years ago
fix flickering when resizing/spawning windows

Fixes: https://github.com/djpohly/dwl/issues/306
fac3b6f2 — Leonardo Hernández Hernández 2 years ago
use root surfaces to check idle inhibitors

References: https://github.com/djpohly/dwl/pull/343
035bb99d — Leonardo Hernández Hernández 2 years ago
Revert "Check that inhibitor scene tree is not null"

This reverts commit 9c155eefdc018f878ea6950e6bd383b985401339.

This commit was applied just a workaround, the proper fix is the next commit
9c155eef — Ben Jargowsky 2 years ago
Check that inhibitor scene tree is not null
eaf8a216 — Leonardo Hernández Hernández 2 years ago
unset fullscreen when mapping a client in the same monitor

Fixes: https://github.com/djpohly/dwl/issues/327
ce1d0405 — Leonardo Hernández Hernández 2 years ago
Merge branch 'main' of github.com:djpohly/dwl
6df6781b — Leonardo Hernández Hernández 2 years ago
simplify check for surface's node state

all `struct wlr_surface` should have a `wlr_scene_tree *` as data
10c56d63 — Leonardo Hernández Hernández 2 years ago
add option to allow invisible surfaces to disable idle tracking
c91d21b6 — Leonardo Hernández Hernández 2 years ago
do not move/resize if grabbed client is fullscreen
3213088a — Leonardo Hernández Hernández 2 years ago
do not try to set the parent's same tags and monitor for xwayland clients

References: https://github.com/djpohly/dwl/pull/334#issuecomment-1330166324
87d87cc4 — krypek 2 years ago
Fix comparison between signed and unsigned int

When c->bw is 0, the right side of the MAX functions gets turned into an unsigned integer and that results in -1 being the outcome.
This causes big issues in xwayland clients.
08737369 — Leonardo Hernández Hernández 2 years ago
Revert "Add a configuration option for fullscreen locking"

now all fullcreen clients are rendered above tiled and floating clients

This partially reverts commit 326eee14445f8a2c08e80c30778445630c75d3bb.
caec5662 — Leonardo Hernández Hernández 2 years ago
create a dedicated layer for fullscreen clients

Bug: https://github.com/djpohly/dwl/issues/327
05eca0e2 — Leonardo Hernández Hernández 2 years ago
rename xwayland_surface to xsurface

this save us 2 lines
Next
Do not follow this link