~ruther/dwl

ref: 326eee14445f8a2c08e80c30778445630c75d3bb dwl/dwl.c -rw-r--r-- 75.7 KiB
326eee14 — Quentin Rameau 4 years ago
Add a configuration option for fullscreen locking

Some people are annoyed to have this new behaviour forced for some
application which use fake fullscreen.
9aec6049 — Leonardo Hernández Hernández 3 years ago
clients now works as expected in drag motion
330792b1 — Guido Cella 3 years ago
implement drag and drop

For brevity, only a single drag icon at a time is supported.

Co-authored-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
ee1a7221 — Leonardo Hernández Hernández 3 years ago
only skip frames if there are visible clients that have a resize
2bc01deb — Leonardo Hernández Hernández 3 years ago
remove a useless resize in mapnotify()

applyrules() calls setmon() which calls resize()
0dea5534 — Leonardo Hernández Hernández 3 years ago
destroy scene_output in cleanupmon()
Merge pull request #204 from djpohly/scenegraph3

merge scenegraph3
dd463b25 — Leonardo Hernández Hernández 3 years ago
remove independents list
19c14b05 — Leonardo Hernández Hernández 3 years ago
remove unneeded variables
e645ea83 — Leonardo Hernández Hernández 3 years ago
attach presentation to scene
d50bb97f — Leonardo Hernández Hernández 3 years ago
Merge branch 'main' into scenegraph
475c1341 — Leonardo Hernández Hernández 3 years ago
do not allow set client size less than its min size
467123dc — Leonardo Hernández Hernández 3 years ago
make sure to destroy wlr_scene_node of unmanaged clients
254f799f — Leonardo Hernández Hernández 3 years ago
do not create borders for unmanaged clients
0815626d — Leonardo Hernández Hernández 3 years ago
pointerfocus: only use provided surface

if a client is given focus it
1b22ef16 — Leonardo Hernández Hernández 3 years ago
use xdg_shell helper

for xwayland continue using wlr_scene_subsurface_create()
f1c92b05 — Leonardo Hernández Hernández 3 years ago
get old client by surface's node
1dfd867d — Leonardo Hernández Hernández 3 years ago
fix crash of Firefox when opening a popup larger than its size
294fb324 — Leonardo Hernández Hernández 3 years ago
constraint popups to its parent client

Closes: #146
Closes: #155
79f85bde — Leonardo Hernández Hernández 3 years ago
Merge branch 'main' into scenegraph
Next