~ruther/dwl

ref: 06ca86009296c1b8753cba259fd797703a281bbd dwl/dwl.c -rw-r--r-- 51.2 KiB
7b608da8 — Guido Cella 5 years ago
Add zoom
53798dfb — Devin J. Pohly 5 years ago
fix WLR_SURFACE macro
5d66ea8a — Devin J. Pohly 5 years ago
don't double-add new monitor to mons

this was a copy/paste error
d42d8bda — Devin J. Pohly 5 years ago
add cleanup listener for keyboards
89e9a4be — Devin J. Pohly 5 years ago
add monitor destroy listener
5ca1e22f — Devin J. Pohly 5 years ago
reorder teardowns
8b13e42d — Devin J. Pohly 5 years ago
fix more unfreed memory
bc65c1a5 — Devin J. Pohly 5 years ago
output_layout_manager not auto-destroyed
91000b5e — Devin J. Pohly 5 years ago
xcursor_manager is not automatically destroyed
73992a87 — Devin J. Pohly 5 years ago
Merge pull request #16 from guidocella/killclient

Add killclient
ea73221b — Guido Cella 5 years ago
Add killclient
4a4a2611 — Devin J. Pohly 5 years ago
let xdg be the plain "createnotify"

use x11 suffix for other function to match isx11, also shorter
ce2c9e66 — Devin J. Pohly 5 years ago
xwayland is the exceptional case, let xdg be 0
a10357fa — Devin J. Pohly 5 years ago
condense appid/title logic
a21c9378 — Devin J. Pohly 5 years ago
fix segfault on xwayland "appid"
57fef503 — Alexander Courtis 5 years ago
xwayland: add server and basic window functionality (#10)

* xwayland: add server and basic window functionality

* xwayland: add server and basic window functionality

* xwayland: add server and basic window functionality

* xwayland: add server and basic window functionality
91b18d4d — Lauri Gustafsson 5 years ago
Add repeat delay and repeat rate to config.h (#13)

728e0e5d — Devin J. Pohly 5 years ago
clear correct focus on keyboard leave
63f09d1f — Shugyousha 5 years ago
Don't pass NULL surfaces to wlr focus functions (#8)

Turns out that this will hit asserts that will abort dwl.
14063d58 — Devin J. Pohly 5 years ago
Handle missing XDG_RUNTIME_DIR explicitly

Also update the documentation to indicate that this is a Wayland thing
and not dwl-specific.
Next