xf86-input-mouse: Changes to 'refs/tags/xf86-input-mouse-2.0.0'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Aug 12 23:36:26 UTC 2025
Tag 'xf86-input-mouse-2.0.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2025-08-12 23:36 +0000
xf86-input-mouse-2.0.0
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEOrKFIyxGrkPY4ZL02rD3jqbn4tIFAmibz/EACgkQ2rD3jqbn
4tK7aw//S4OH+nSl/N/Mrb/OzWnzVH6rE6mqcLQhrcFn0WIInUwb3yDqFDu1epD0
FGJP1HSU7jIBEJkmvbPAxW2Ivhqe5Kg69yGk4EFyn9/SQaFwHXOFOk26urdaLala
nilcjbCsqnq2TR84uiIdXaFDch8Rnhuu2WFuGkKfrr+HRA29fN1yNqwxt12a/n3D
/HTJxHf81NBX7/rAeIGDNyzKWBzQ6CNevP9rPZzFxcNycAUj8AWEAFp58WPdqGOj
0m1pDWYTC+3diZRm/8JDiuGzHUbpzFPRntYMAjtzUiEKGOckdUZSOQf3PdlmTB+N
GOjchIUfP53AkRKVexp3lO+FHYujoYAICLKLcapy6v//QIBzeBmqTa63cDRI1Z+B
wKTk/OoyhvK0ZSyEIp9/gEbNwILt4bmenJgSWGxshzLVjzLIaHYJDRUMf0RhOxU6
HQE58Qj5IA3UO3bUI2AA1MLfbJu2zHgMCZb7mDCTVuw4s8P6pz40PIhKVLrsoFNi
IA8o/sQdNVyFkW57CQ7LZLj+s5F2XQOOfdiRBy1UeLo5nnGFZCQy1P1+I2aEUnHK
XUUS6ycy2ENoI2W2gLmFNbzdKQLcWMY6/vKMSlOvdGktz25sQzI6p7dcZlZmiZuH
gxXsj6MpFPGBMMx3k5Hxbh78rysEZI5t1LZl1/dpgNt20JrvTAk=
=CV8c
-----END PGP SIGNATURE-----
Changes since xf86-input-mouse-1.9.5:
Alan Coopersmith (19):
gitlab CI: update to latest ci-templates & FreeBSD 14.0
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
gitlab CI: install xorgproto from git before building the Xserver
bsd_mouse: include sys/stat.h directly instead of relying on xf86_OSlib.h
Raise required xserver version from 1.7 to 1.10 (ABI_XINPUT_VERSION 12.2)
Move sizeof to second argument in calloc calls
gitlab CI: fix missing runner tag on FreeBSD jobs after gitlab migration
README: drop more unsupported OS'es
man page: Remove USB & Xqueue from protocol list
Improve man page formatting
mouse.c: handle -Wanalyzer-null-dereference in createProtoList
mouse.c: Remove stray semicolons after closing brackets
mouse.c: wrap multi-statement macros in do { ... } while (0)
Make switch fallthrough markers compatible with clang and C23
mouse.c: remove breaks after return statements [-Wunreachable-code-break]
mouse.c: remove useless cast for return from calloc
man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
man page: Replace __xservername__ & __xconfigfile__ with Xorg & xorg.conf
xf86-input-mouse 2.0.0
Enrico Weigelt, metux IT consult (9):
Fix missing #include <errno.h>
use XNFalloc() instead of xnfalloc
use XNFstrdup() instead of xnfstrdup
use XNFrealloc() instead of xnfrealloc
gitlab CI: FTBS: fix missing libepoll-shim
gitlab CI: FTBS: fix pkg-config path
Use strdup() instead of xstrdup()
lnx_mouse: don't hard-crash the whole Xserver on strdup() fail
drop Linux support
---
.gitlab-ci.yml | 23 +++--
README | 118 +++-----------------------
configure.ac | 9 --
man/mousedrv.man | 243 +++++++++++++++++++++++++++++++------------------------
src/Makefile.am | 2
src/bsd_mouse.c | 13 +-
src/hurd_mouse.c | 15 ---
src/lnx_mouse.c | 222 --------------------------------------------------
src/mouse.c | 140 ++++++-------------------------
src/mouse.h | 14 ++-
src/sun_mouse.c | 9 --
11 files changed, 224 insertions(+), 584 deletions(-)
---
More information about the xorg-commit
mailing list