summaryrefslogtreecommitdiff
path: root/test/test-pointer.c
Commit message (Expand)AuthorAgeFilesLines
* wheel: allow to scroll while middle button is pressedJosé Expósito2021-12-301-50/+0
* wheel: accumulate scroll when direction changesJosé Expósito2021-11-081-1/+40
* wheel: ignore initial small scroll deltasJosé Expósito2021-11-081-0/+48
* fallback: hires scroll heuristics for buggy devicesJosé Expósito2021-09-271-0/+66
* High-resolution scroll wheel supportPeter Hutterer2021-08-311-42/+178
* evdev: restart debouncing timers after every eventsatrmb2021-05-191-0/+129
* fallback: disable mouse scroll wheel while middle button is pressedJoseExposito2021-03-171-0/+25
* test: drop the custom group namesPeter Hutterer2021-02-121-82/+82
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-6/+6
* Allow the flat acceleration profile for touchpadsEvan Goode2020-05-271-34/+1
* Deprecate wheel tilt as separate axis sourcePeter Hutterer2020-05-211-28/+1
* Add a scroll button lock featurePeter Hutterer2019-10-171-0/+509
* test: don't use debounced clicks for the middle button emulation clickPeter Hutterer2019-09-251-4/+4
* test: fix two coverity warningsPeter Hutterer2019-07-081-0/+1
* Avoid unnecessary VLAsMichael Forney2019-06-151-2/+2
* test: adjust the relative pointer motion test for low-dpi devicesPeter Hutterer2019-06-141-1/+20
* test: swap a few litest_assert() calls for their more precise cousinsPeter Hutterer2019-06-111-3/+3
* evdev: cancel the middle button timer on device removedPeter Hutterer2019-01-311-0/+26
* fallback: when force-releasing keys, release them directlyPeter Hutterer2019-01-311-0/+32
* evdev: cancel the button scroll timer on device removedPeter Hutterer2019-01-311-0/+27
* test: remove unused values.h includeGreg V2018-07-161-1/+0
* fallback: cancel the debounce timers during device remove, not destroyPeter Hutterer2018-06-291-0/+54
* Revert "touchpad: allow custom profiles on touchpads"Peter Hutterer2018-05-211-29/+23
* touchpad: allow custom profiles on touchpadsPeter Hutterer2018-04-261-23/+29
* Remove some duplicate empty linesPeter Hutterer2018-04-161-1/+0
* test: move all the _setup() functions into a special sectionPeter Hutterer2018-03-231-2/+1
* evdev: add a quirk to disable debouncing on the MS Nano TranscieversPeter Hutterer2018-02-131-7/+7
* evdev: add new debouncing codePeter Hutterer2017-11-201-63/+185
* test: replace litest_button_click with a debounced versionPeter Hutterer2017-11-201-58/+64
* test: add a missing libinput_dispatch() to the debounce_timer testPeter Hutterer2017-11-081-0/+1
* pointer: add button debouncingPeter Hutterer2017-07-261-1/+311
* evdev: recover from a lost button countPeter Hutterer2017-07-251-0/+35
* filter: add a custom trackpoint acceleratorPeter Hutterer2017-07-201-3/+3
* test: drop an unnecessary wait for eventPeter Hutterer2017-07-191-3/+0
* evdev: improve default scroll button detectionPeter Hutterer2017-04-241-0/+4
* evdev: don't provide button scrolling on absolute pointer devicesPeter Hutterer2017-02-201-0/+1
* evdev: add "READY" state to button scrollingPeter Hutterer2017-02-201-3/+13
* test: add tests for middle button + button scrolling on BTN_LEFTPeter Hutterer2017-02-201-0/+130
* evdev: add quirk for Logitech Marble MousePeter Hutterer2017-02-201-0/+14
* test: fix the pointer scroll-defaults testPeter Hutterer2017-02-201-7/+16
* test: skip two tests when middle button is missingPeter Hutterer2017-02-201-0/+10
* test: fix middle button defaults testPeter Hutterer2017-02-201-8/+7
* test: check the libinput device for BTN_MIDDLE, not the libevdev devicePeter Hutterer2017-02-201-9/+11
* Merge branch 'gcov-tests'Peter Hutterer2017-02-091-0/+66
|\
| * Swap the return values for unsupported scroll button configsPeter Hutterer2017-02-061-0/+23
| * test: add test for setting pointer accel profiles on no-accel devicesPeter Hutterer2017-02-061-0/+30
| * test: add test for natural scroll defaults on no-scroll devicesPeter Hutterer2017-02-061-0/+13
* | touchpad: mark the Apple onebutton touchpad as clickfinger-defaultPeter Hutterer2017-02-091-0/+4
|/
* test: fail before zero divisionPeter Hutterer2017-02-011-0/+1
* Merge branch 'wip/wheel-tilt-source'Peter Hutterer2017-01-201-4/+32