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
gui-wl: handle pgup and pgdown
gui-wl: use event time in repeatstate
add pipewire playback support
Provide cursor hot spot to wayland
wayland: handle arrow keys and key repeat
wayland: ensure we grab the drawlock for writes to the frame buffer.
Fix compilation when using -DPTHREAD
kern: remove useless sleep in resizeproc
openbsd: gcc is no longer the default, and the default CC is fine.
silence runestrchr while(assign) warning
get 64-bit windows to work
drawterm.1: update SOURCE link (thanks, christos)
devcmd: fix perm "no-change" comparison on wstat
Make.unix: add -Wno-parentheses (shut up, gcc)
devdraw: printmesg: implement "z" fmt arg (safe since printmesg is disabled)
libsec: fix wrong tls1.0 prf regression
x11: shut up about random selection requests that drawterm ignores anyway
readcons: force signed char (fixes password entry on arm). consider -fsigned-char instead
Make.linux386: -lm
x11: reset mod4 state when focus changes
x11: enabled Kmod4
factotum: fix a memory leak
devtls: reject zero length records (thanks sigrid)
devaudio volume: expose pcm, skip unavailable handles