summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-16sun_mouse: Fix -Wnull-dereference warningAlan Coopersmith1-2/+5
2022-10-16sun_mouse: Fix -Wsign-compare warningsAlan Coopersmith1-3/+3
2022-01-16Fix spelling/wording issuesAlan Coopersmith3-14/+14
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
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
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
2013-11-03Use asprintf (or Xprintf on old servers) instead of strdup+sprintfAlan Coopersmith1-17/+40
2013-10-19Wrap some overly long linesAlan Coopersmith1-12/+22
2012-10-08Use signal-safe logging if availablePeter Hutterer5-41/+49
2012-08-17Fix compilation error with EXTMOUSEDEBUG onPeter Hutterer1-2/+1
2012-07-31Fix compiler warning in sun_mouse.c (Solaris-only)Alan Coopersmith1-1/+1
2012-07-30Fix compiler warningsPeter Hutterer2-9/+9
2012-07-25Fix vuidMouseAdjustFrame to build with Xorg 1.13 ABIAlan Coopersmith3-8/+109
2012-07-24Raise bar for xorg-server to 1.7 for XINPUT ABI 7Alan Coopersmith1-14/+2
2012-04-30Expand tabs to spacesAlan Coopersmith8-3144/+3144
2012-04-30Strip trailing whitespaceAlan Coopersmith7-202/+202
2012-04-30Add settable properties for middle mouse button emulationAlan Coopersmith2-8/+88
2012-04-30Set button & axis labelsAlan Coopersmith1-1/+41
2012-04-30Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith1-0/+23
2012-04-30sun_mouse.c: Remove redundant option checksAlan Coopersmith1-6/+0
2011-12-22sun_mouse.c: remove unused variablesAlan Coopersmith1-2/+0
2011-12-22Mark symtab_t.name in pnp.c as const to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2011-12-05Avoid NULL pointer dereference in autoProbeMouse if proto == PROT_UNSUPAlan Coopersmith1-1/+3
2011-08-22Fix wrong read Protocol and Device from xorg.confAlexandr Shadchin1-0/+2
2011-07-27sun_mouse.c: Ensure vuidMouse setup routines are called for protocol "Auto"Alan Coopersmith1-1/+7
2011-07-27No need to merge NULL options list with existing optionsAlan Coopersmith1-4/+4
2011-07-18xf86-input-mouse: Return proper default for unknown values in pInfo->device_c...Terry Lambert2-0/+6
2011-06-27Fix Solaris issues with new ABI12 init process.Alan Coopersmith3-68/+3
2011-03-30Fix Hurd mouse driver with XInput ABI before 12Samuel Thibault1-0/+8
2011-03-30Fix OSMouse OS-defined protocol supportSamuel Thibault1-0/+2
2011-03-10Fix BSD issues with new ABI12 init process.Alexandr Shadchin3-26/+7
2010-11-30Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInitsAlan Coopersmith3-0/+8
2010-11-18Adjust to new Input ABI 12.Peter Hutterer5-26/+76
2010-11-18ABI 12 requires per-valuator modes.Peter Hutterer1-2/+10
2010-11-18Use pInfo->options instead of conf-idev.Peter Hutterer5-21/+23
2010-10-26Remove write-only field mouseFlags.Peter Hutterer2-24/+1
2010-10-26Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer6-9/+9
2010-10-26Remove random History comment.Peter Hutterer1-11/+0
2010-10-26Rename xf86OSmouse.h to mouse.hPeter Hutterer9-281/+268
2010-10-26Remove a bunch of unused fields from the MouseRec.Peter Hutterer1-6/+0
2010-10-26Move a statement down to have all allocations close together.Peter Hutterer1-6/+7
2010-10-26Remove convoluted do { } while loop.Peter Hutterer1-20/+15