~ruther/dwl

ref: dc7709a00edebe323d8e192ff48f14f72f1e2142 dwl/dwl.c -rw-r--r-- 71.6 KiB
c2899bc0 — Leonardo Hernández Hernández 3 years ago
set position of the drag icon in startdrag()
f353a0e7 — 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
281c947e — 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.
a41d6cb0 — Palanix 3 years ago
Fix dwl freezing when resizing
b42abeac — 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.
d8ab893d — Leonardo Hernández Hernández 3 years ago
clients now works as expected in drag motion
f2be10fd — 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>
a7f77779 — Leonardo Hernández Hernández 3 years ago
only skip frames if there are visible clients that have a resize
40db9c88 — Leonardo Hernández Hernández 3 years ago
remove a useless resize in mapnotify()

applyrules() calls setmon() which calls resize()
0662bc5a — Leonardo Hernández Hernández 3 years ago
wlr_seat_set_keyboard() now takes wlr_keyboard as parameter
a66210eb — Leonardo Hernández Hernández 3 years ago
Merge branch 'main' into wlroots-next
Merge pull request #204 from djpohly/scenegraph3

merge scenegraph3
dd463b25 — Leonardo Hernández Hernández 3 years ago
remove independents list
c8290f8c — Leonardo Hernández Hernández 3 years ago
Merge branch 'wlroots-next' into scenegraph-wlroots-next
98f33cd0 — Leonardo Hernández Hernández 3 years ago
follow up wlroots input device events renaming
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