summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
9 daysFix missing #include <errno.h>HEADmasterEnrico Weigelt, metux IT consult2-0/+3
2023-12-02configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
2023-12-02gitlab CI: update to latest ci-templates & FreeBSD 14.0Alan Coopersmith1-3/+3
2023-05-04xf86-input-mouse 1.9.5xf86-input-mouse-1.9.5Alan Coopersmith1-1/+1
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2-2/+2
2022-11-09sun_mouse: remove entry from vuidMouseList in DEVICE_CLOSEAlan Coopersmith1-1/+14
2022-11-09sun_mouse: Add RelToAbs option to convert relative events to absoluteAlan Coopersmith1-2/+167
2022-11-02sun_mouse: include more required system headersAlan Coopersmith2-4/+4
2022-11-02Rearrange includes to fix build on OmniOS. Include unistd.h for ioctl(2).Thomas Klausner1-3/+4
2022-11-01xf86-input-mouse 1.9.4xf86-input-mouse-1.9.4Alan Coopersmith1-2/+2
2022-11-01sun_mouse.c: #include "config.h"Alan Coopersmith1-0/+4
2022-10-17configure: check for timingsafe_memcmpAlan Coopersmith1-1/+1
2022-10-17autoGood: quiet -Wimplicit-fallthrough warningAlan Coopersmith1-0/+1
2022-10-17InputDriverRec: Fix -Wmissing-field-initializers warningAlan Coopersmith1-6/+12
2022-10-16SetupMouse: fix -Wsign-compare warningAlan Coopersmith1-2/+1
2022-10-16checkForErraticMovements: Fix -Wempty-body warningsAlan Coopersmith1-2/+4
2022-10-16sun_mouse: Fix -Wnull-dereference warningAlan Coopersmith1-2/+5
2022-10-16sun_mouse: Fix -Wsign-compare warningsAlan Coopersmith1-3/+3
2022-10-16gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-01-17gitlab CI: add a basic build testAlan Coopersmith1-0/+127
2022-01-16Fix spelling/wording issuesAlan Coopersmith4-15/+15
2022-01-16Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-06-18xf86-input-mouse 1.9.3xf86-input-mouse-1.9.3Matt Turner1-1/+1
2018-02-21bsd: Don't try to use SIGIO for input ABI >= 23Adam Jackson1-0/+2
2017-02-16Adapt to removal of xf86GetOSAdam Jackson1-6/+5
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-11-17mouse 1.9.2xf86-input-mouse-1.9.2Peter Hutterer1-1/+1
2016-09-06Support ABI_XINPUT_VERSION 24 (remove LastSelectMask from block/wakeup)Keith Packard1-9/+12
2016-06-01Support ABI_XINPUT_VERSION 23 (use input_lock/input_unlock)Keith Packard1-0/+24
2015-07-27Add some standard defines to pkg-config file.Thomas Klausner1-0/+4
2015-03-06README: Drop ancient, no longer supported versions of SolarisAlan Coopersmith1-2/+2
2015-03-06README: Add "or xf86-input-libinput" to -evdev note for LinuxAlan Coopersmith1-1/+1
2014-08-11xf86-input-mouse 1.9.1xf86-input-mouse-1.9.1Alan Coopersmith1-1/+1
2014-07-11Update some outdated language in a comment on obsolete hardwareAlan Coopersmith1-1/+1
2014-05-20Make absolute input reporting in Solaris aware of resolution changesMichael Thayer1-9/+33
2014-04-18Do not drop the result of protocol detectionMichael Thayer1-5/+2
2014-03-30Add support for absolute positioning (tablets).Thomas Klausner1-1/+21
2014-03-30For wsmouse, keep 3-button emulation status.Thomas Klausner1-0/+11
2014-03-30Make wsmouse (re-)init the version.Thomas Klausner1-0/+11
2014-03-30Enable MSE_MISC on NetBSD as well.Thomas Klausner1-3/+1
2014-01-05Add AC_SYSTEM_EXTENSIONS to expose asprintf with GNU libcPatrik Jakobsson1-0/+1
2013-11-03Use asprintf (or Xprintf on old servers) instead of strdup+sprintfAlan Coopersmith2-17/+43
2013-10-19Wrap some overly long linesAlan Coopersmith1-12/+22
2013-03-27mouse 1.9.0xf86-input-mouse-1.9.0Peter Hutterer1-1/+1
2013-01-16autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-16configure: Drop AM_MAINTAINER_MODEAdam Jackson1-1/+0
2012-10-08Use signal-safe logging if availablePeter Hutterer5-41/+49