summaryrefslogtreecommitdiff
path: root/src/bsd_mouse.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-14Move sizeof to second argument in calloc callsHEADmasterAlan Coopersmith1-1/+1
2024-05-12Raise required xserver version from 1.7 to 1.10 (ABI_XINPUT_VERSION 12.2)Alan Coopersmith1-7/+1
2024-05-12bsd_mouse: include sys/stat.h directly instead of relying on xf86_OSlib.hAlan Coopersmith1-0/+1
2024-03-19Fix missing #include <errno.h>Enrico Weigelt, metux IT consult1-0/+2
2022-01-16Fix spelling/wording issuesAlan Coopersmith1-4/+4
2018-02-21bsd: Don't try to use SIGIO for input ABI >= 23Adam Jackson1-0/+2
2014-03-30Add support for absolute positioning (tablets).Thomas Klausner1-1/+21
2014-03-30Enable MSE_MISC on NetBSD as well.Thomas Klausner1-3/+1
2012-10-08Use signal-safe logging if availablePeter Hutterer1-4/+6
2012-04-30Expand tabs to spacesAlan Coopersmith1-261/+261
2012-04-30Strip trailing whitespaceAlan Coopersmith1-13/+13
2011-07-18xf86-input-mouse: Return proper default for unknown values in pInfo->device_c...Terry Lambert1-0/+3
2011-03-10Fix BSD issues with new ABI12 init process.Alexandr Shadchin1-26/+1
2010-11-30Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInitsAlan Coopersmith1-0/+4
2010-11-18Adjust to new Input ABI 12.Peter Hutterer1-2/+2
2010-11-18Use pInfo->options instead of conf-idev.Peter Hutterer1-4/+4
2010-10-26Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer1-2/+2
2010-10-26Rename xf86OSmouse.h to mouse.hPeter Hutterer1-1/+1
2010-10-25Replace libc wrappers to xcalloc and friends with libc calls.Peter Hutterer1-11/+11
2008-11-22W axis support for bsd_mouse.Matthieu Herrb1-0/+7
2008-11-21prevent a double free of mouse private structure.Matthieu Herrb1-0/+1
2008-11-21Include xorg-server.h to get the WSCONS_SUPPORT define fromMatthieu Herrb1-3/+1
2008-11-21Build fix: Add a prototype for FindDevice function.Matthieu Herrb1-0/+1
2008-07-20Add OS mouse sources to the driver buildDaniel Stone1-0/+791