summaryrefslogtreecommitdiff
path: root/src/mouse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spelling/wording issuesAlan Coopersmith2022-01-161-7/+7
* 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
* Do not drop the result of protocol detectionMichael Thayer2014-04-181-5/+2
* 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
* 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-081-18/+18
* Fix compilation error with EXTMOUSEDEBUG onPeter Hutterer2012-08-171-2/+1
* Fix compiler warningsPeter Hutterer2012-07-301-7/+7
* Raise bar for xorg-server to 1.7 for XINPUT ABI 7Alan Coopersmith2012-07-241-14/+2
* Expand tabs to spacesAlan Coopersmith2012-04-301-2053/+2053
* Strip trailing whitespaceAlan Coopersmith2012-04-301-111/+111
* Add settable properties for middle mouse button emulationAlan Coopersmith2012-04-301-7/+87
* 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
* 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
* 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-181-0/+3
* Fix Solaris issues with new ABI12 init process.Alan Coopersmith2011-06-271-0/+2
* Fix OSMouse OS-defined protocol supportSamuel Thibault2011-03-301-0/+2
* Fix BSD issues with new ABI12 init process.Alexandr Shadchin2011-03-101-0/+5
* Adjust to new Input ABI 12.Peter Hutterer2010-11-181-22/+65
* ABI 12 requires per-valuator modes.Peter Hutterer2010-11-181-2/+10
* Use pInfo->options instead of conf-idev.Peter Hutterer2010-11-181-1/+5
* Remove write-only field mouseFlags.Peter Hutterer2010-10-261-22/+1
* Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer2010-10-261-1/+1
* Rename xf86OSmouse.h to mouse.hPeter Hutterer2010-10-261-2/+1
* Move a statement down to have all allocations close together.Peter Hutterer2010-10-261-6/+7
* Remove convoluted do { } while loop.Peter Hutterer2010-10-261-20/+15
* Move protocol ID detection into a separate function.Peter Hutterer2010-10-261-45/+57
* Use single exit path for PreInit.Peter Hutterer2010-10-261-8/+10
* De-duplicate Option "Device" handling.Peter Hutterer2010-10-261-28/+26
* Remove unused branch from if 1 condition.Peter Hutterer2010-10-261-6/+0
* Remove a bunch of unnecessary log prints.Peter Hutterer2010-10-261-25/+1
* Remove if 0'd out model.Peter Hutterer2010-10-261-13/+0
* Remove includes for protocol headers.Peter Hutterer2010-10-261-2/+0
* Remove unused define NEED_X86_TYPES.Peter Hutterer2010-10-261-4/+0
* Assume ABI_XINPUT_VERSION 4 or higher.Peter Hutterer2010-10-261-49/+0
* Remove refcnt field from InputDriverRec.Peter Hutterer2010-10-251-1/+0
* Don't try to call conversion_proc anymore.Peter Hutterer2010-10-251-0/+6
* Replace LocalDevicePtr with InputInfoPtr.Peter Hutterer2010-10-251-1/+1