~ruther/dwl

ref: ecbc2c61db180dc8ab1053b7cdc1e4817be33d36 dwl/dwl.c -rw-r--r-- 77.4 KiB
a95338ca — Leonardo Hernández Hernández 4 years ago
implement input-inhibitor protocol
ae614ee5 — Leonardo Hernández Hernández 4 years ago
implement idle-inhibitor protocol

This allows clients to disable idle monitoring
feb972ac — Leonardo Hernández Hernández 3 years ago
fix drag icon's surface returned by xytonode
bf8cc526 — Leonardo Hernández Hernández 3 years ago
set position of the drag icon in startdrag()
7a2e0eef — Leonardo Hernández Hernández 3 years ago
Revert "clients now works as expected in drag motion"

This reverts commit 9aec6049ecbefe3618f34002d2239cc9462c07e9.

this problem is caused because xytonode() returns the surface of the
drag icon
3bace9ce — Guido Cella 3 years ago
inline the presentation variable

This variable can be removed since with scene-graph
wlr_presentation_surface_sampled_on_output no longer needs to be called.
7d724dc7 — Palanix 3 years ago
Fix dwl freezing when resizing
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
Next