summaryrefslogtreecommitdiff
path: root/src/bsd_mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling/wording issuesAlan Coopersmith2022-01-161-4/+4
* bsd: Don't try to use SIGIO for input ABI >= 23Adam Jackson2018-02-211-0/+2
* Add support for absolute positioning (tablets).Thomas Klausner2014-03-301-1/+21
* Enable MSE_MISC on NetBSD as well.Thomas Klausner2014-03-301-3/+1
* Use signal-safe logging if availablePeter Hutterer2012-10-081-4/+6
* Expand tabs to spacesAlan Coopersmith2012-04-301-261/+261
* Strip trailing whitespaceAlan Coopersmith2012-04-301-13/+13
* xf86-input-mouse: Return proper default for unknown values in pInfo->device_c...Terry Lambert2011-07-181-0/+3
* Fix BSD issues with new ABI12 init process.Alexandr Shadchin2011-03-101-26/+1
* Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInitsAlan Coopersmith2010-11-301-0/+4
* Adjust to new Input ABI 12.Peter Hutterer2010-11-181-2/+2
* Use pInfo->options instead of conf-idev.Peter Hutterer2010-11-181-4/+4
* Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer2010-10-261-2/+2
* Rename xf86OSmouse.h to mouse.hPeter Hutterer2010-10-261-1/+1
* Replace libc wrappers to xcalloc and friends with libc calls.Peter Hutterer2010-10-251-11/+11
* W axis support for bsd_mouse.Matthieu Herrb2008-11-221-0/+7
* prevent a double free of mouse private structure.Matthieu Herrb2008-11-211-0/+1
* Include xorg-server.h to get the WSCONS_SUPPORT define fromMatthieu Herrb2008-11-211-3/+1
* Build fix: Add a prototype for FindDevice function.Matthieu Herrb2008-11-211-0/+1
* Add OS mouse sources to the driver buildDaniel Stone2008-07-201-0/+791