Prototype paste from clipboard
Disclaimer: not working, yet
wl: implement scroll event on touch motion
Merge branch 'master' of git.forge:~hp/d2tk
Devendor from pugl
* use pugl-0 system libraries
Update ci to release-0.4.9
Fail if xxhash.h is not found
Add d2tk_frontend_set_urgen
... and implement it for wayland.
Devendor xxhash - use system provided one
wl: support to run layer shell on specific output
base: add d2tk_base_wait_on_fd function and atom
This is handy to poll for arbitrary user-defined file descriptors.
Implement in-memory images
core: serialize font_face|text|image string length
This saves us a `strlen` in the backends.
wl: implement layer shell namespace
cairo: use CAIRO_OPERATOR_SOURCE to draw background
If not, (semi-)transparent backgrounds will show ghosting.
meson: disable vterm by default
wl: implement layer shell anchor margin
wl: cleanup example command line arguments
wl: implement layer shell keyboard interactivity