osx-cocoa: make riow more operational
gui-wl: Correct the previous cursor fix
gui-wl: Fix clipped cursors
gui-wl: take lock when flushing from framedone callback
gui-wl: fix crash with clipboard on kwin
kern: don't touch proc in wakeup() after procwakeup()
gui-wl: fix more issues surfaced by cage
devfs-posix: fix create() on more strict POSIX systems
haiku: fix application close (via ALT+Q)
haiku: fix build for 32-bit x86 (BePC)
devmnt: handle too short or negative message sizes (sync with 9front)
force Chan pointer in namec() to volatile to fix miscompilation on arm64 (thanks oPless)
gui-wl: we must roundtrip before configuring decorations
gui-wl: missed a file when tidying includes
add Haiku port
kern: sync does not exist error change from 9front
Add -9 flag for 9p-mode (just exportfs on standard input/output)
gui-wl: make primary selection not strictly required
qio: fix memory leak in qproduce()
use kernels default iounit for mount
avoid redefinition of IOUNIT (clashes with devdraw)
devfs-posix: allow creation of files with exec bit set
gui-cocoa: opengl -> metal (thanks jxy & Keegan)
gui-osx: remove (thanks Keegan)
import drawlock fixes from 9front (thanks foura)
gui-wl: use pkg-config for system installed wlr-protocols
gui-wl: fix client side decoration mouse events
Make.linux: dont hardcode libpipewire location
gui-wl: client side decorations for gnome (thanks DeedleFake)
gui-wl: correct seat binding to work with KDE (thanks Keegan)
gui-wl: fix crash when drag and dropping over drawterm
gui-wl: make decoman optional
libmemdraw: update draw.c from 9front
make USED() macro cast to void, so it works with non-scalars
gui-wl: mark generated header files as required
devaudio-pipewire: destroy stream on close
gui-wl: implement pointer warp for wlroots
keyboard.h: update from 9front
devcons: we have to ignore modifier keys, just as kbdfs for raw mode
revert accidental x11.c change
libauthsrv: better passtodeskey()
libmp: avoid parentesis warnings from gcc
libmemdraw: avoid some gcc warnings
fix accidental reintroduction of Screeninfo
libauthsrv: don't force signed char in readcons()
libauthsrv: deal with signed char in readcons()
libc: fix parentesis warning from gcc
devdraw: avoid parentesis warnings from gcc
libip: avoid some parentesis warnings from gcc
libsec: avoid parentesis warnings from gcc
libsec: fix inconsistent prototypes for des
devfs: create handle OEXCL, mask permissions with parent directory, fix leaks
osx: kill referneces to Screeninfo
win32: kill referneces to Screeninfo
screen: remove Screeninfo typedef
screen: Remove unused Screeninfo screen struct
x11: Fix colormap allocation
gui-wl: correct weird single line comment
gui-wl: correct kb ctl handling
keyboard.h: clean botched copy
gui-wl: correct leftover from drawlock hacks
wayland: release pointer/keyboard on seat capabilities change
gui-wl: grab monitor size from compositor
Revert "kern: remove useless sleep in resizeproc"
wayland: add F1-F12 keys
Make.linux: add -Wno-parentheses (shut up, gcc)
gui-wl: dont bind more then one seat
wayland: clean up, copy less and remove locking on frame done callback (a bit faster redrawing)
wayland: add Kmod4 support
wayland: reset key mod state when leaving the window, do not repeat key mods (fixes Shift+Mouse)
pipewire: set node name to "drawterm"
wayland: simplify pointer axis handler
wayland: simplify mouse button handler
wayland: keep the same pointer surface, but mark it dirty to redraw properly
wayland: always handle new pointer position on "enter" and set set the cursor image
gui-wl: lock redraw in "done" callback now that the things are placed correctly
gui-wl: mark surface damaged only in areas that changed
gui-wl: do not hold the lock, otherwise compositor locks up for the duration of the redraw
gui-wl: simplify shared object creation
kern: fix pipewire audio backend
linux: set CC to cc by default
gui-wl: enable Khome, Kend and Kins
gui-wl: enable Kshift
gui-wl: enable Alt
gui-wl: use pipe2 with O_CLOEXEC
gui-wl: set primary selection
gui-wl: check clip content before strduping (fixes a crash)
gui-wl: remove empty generated files on wayland-scanner errors