summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sun_mouse: remove entry from vuidMouseList in DEVICE_CLOSEAlan Coopersmith2022-11-091-1/+14
* sun_mouse: Add RelToAbs option to convert relative events to absoluteAlan Coopersmith2022-11-091-2/+167
* sun_mouse: include more required system headersAlan Coopersmith2022-11-021-2/+3
* Rearrange includes to fix build on OmniOS. Include unistd.h for ioctl(2).Thomas Klausner2022-11-021-3/+4
* sun_mouse.c: #include "config.h"Alan Coopersmith2022-11-011-0/+4
* autoGood: quiet -Wimplicit-fallthrough warningAlan Coopersmith2022-10-171-0/+1
* InputDriverRec: Fix -Wmissing-field-initializers warningAlan Coopersmith2022-10-171-6/+12
* SetupMouse: fix -Wsign-compare warningAlan Coopersmith2022-10-161-2/+1
* checkForErraticMovements: Fix -Wempty-body warningsAlan Coopersmith2022-10-161-2/+4
* sun_mouse: Fix -Wnull-dereference warningAlan Coopersmith2022-10-161-2/+5
* sun_mouse: Fix -Wsign-compare warningsAlan Coopersmith2022-10-161-3/+3
* Fix spelling/wording issuesAlan Coopersmith2022-01-163-14/+14
* bsd: Don't try to use SIGIO for input ABI >= 23Adam Jackson2018-02-211-0/+2
* Adapt to removal of xf86GetOSAdam Jackson2017-02-161-6/+5
* Support ABI_XINPUT_VERSION 24 (remove LastSelectMask from block/wakeup)Keith Packard2016-09-061-9/+12
* Support ABI_XINPUT_VERSION 23 (use input_lock/input_unlock)Keith Packard2016-06-011-0/+24
* Update some outdated language in a comment on obsolete hardwareAlan Coopersmith2014-07-111-1/+1
* Make absolute input reporting in Solaris aware of resolution changesMichael Thayer2014-05-201-9/+33
* Do not drop the result of protocol detectionMichael Thayer2014-04-181-5/+2
* Add support for absolute positioning (tablets).Thomas Klausner2014-03-301-1/+21
* For wsmouse, keep 3-button emulation status.Thomas Klausner2014-03-301-0/+11
* Make wsmouse (re-)init the version.Thomas Klausner2014-03-301-0/+11
* Enable MSE_MISC on NetBSD as well.Thomas Klausner2014-03-301-3/+1
* Use asprintf (or Xprintf on old servers) instead of strdup+sprintfAlan Coopersmith2013-11-031-17/+40
* Wrap some overly long linesAlan Coopersmith2013-10-191-12/+22
* Use signal-safe logging if availablePeter Hutterer2012-10-085-41/+49
* Fix compilation error with EXTMOUSEDEBUG onPeter Hutterer2012-08-171-2/+1
* Fix compiler warning in sun_mouse.c (Solaris-only)Alan Coopersmith2012-07-311-1/+1
* Fix compiler warningsPeter Hutterer2012-07-302-9/+9
* Fix vuidMouseAdjustFrame to build with Xorg 1.13 ABIAlan Coopersmith2012-07-253-8/+109
* Raise bar for xorg-server to 1.7 for XINPUT ABI 7Alan Coopersmith2012-07-241-14/+2
* Expand tabs to spacesAlan Coopersmith2012-04-308-3144/+3144
* Strip trailing whitespaceAlan Coopersmith2012-04-307-202/+202
* Add settable properties for middle mouse button emulationAlan Coopersmith2012-04-302-8/+88
* Set button & axis labelsAlan Coopersmith2012-04-301-1/+41
* Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith2012-04-301-0/+23
* sun_mouse.c: Remove redundant option checksAlan Coopersmith2012-04-301-6/+0
* sun_mouse.c: remove unused variablesAlan Coopersmith2011-12-221-2/+0
* Mark symtab_t.name in pnp.c as const to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-12-221-1/+1
* Avoid NULL pointer dereference in autoProbeMouse if proto == PROT_UNSUPAlan Coopersmith2011-12-051-1/+3
* Fix wrong read Protocol and Device from xorg.confAlexandr Shadchin2011-08-221-0/+2
* sun_mouse.c: Ensure vuidMouse setup routines are called for protocol "Auto"Alan Coopersmith2011-07-271-1/+7
* No need to merge NULL options list with existing optionsAlan Coopersmith2011-07-271-4/+4
* xf86-input-mouse: Return proper default for unknown values in pInfo->device_c...Terry Lambert2011-07-182-0/+6
* Fix Solaris issues with new ABI12 init process.Alan Coopersmith2011-06-273-68/+3
* Fix Hurd mouse driver with XInput ABI before 12Samuel Thibault2011-03-301-0/+8
* Fix OSMouse OS-defined protocol supportSamuel Thibault2011-03-301-0/+2
* Fix BSD issues with new ABI12 init process.Alexandr Shadchin2011-03-103-26/+7
* Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInitsAlan Coopersmith2010-11-303-0/+8
* Adjust to new Input ABI 12.Peter Hutterer2010-11-185-26/+76