summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* evdev: if a device's rotation is around 180 degrees, flip the wheelPeter Hutterer2023-04-271-0/+19
* fallback: remove write-only rotation.is_enabled variablePeter Hutterer2023-04-272-2/+0
* Disregard touchless clicks on flaky devicesRobert Glossop2023-04-113-0/+14
* touchpad: Disable edge palm detection Apple touchpadsHector Martin2023-04-061-0/+4
* evdev: Enable natural scrolling by default on AppleHector Martin2023-04-062-2/+13
* tablet: always enable touch arbitration with touchscreens/ext. touchpadsPeter Hutterer2023-03-301-14/+38
* tablet: split out arbitration/rotation handling assignmentPeter Hutterer2023-03-301-22/+36
* fallback: don't double-map if any left-handed buttons are downPeter Hutterer2023-03-291-1/+6
* doc: document libinput_device_tablet_pad_get_* error caseJosé Expósito2023-03-251-3/+3
* touchpad: rm dead tp_palm_tap_is_palmTobias Bengfort2023-03-233-33/+0
* filter: add scroll movement type to the custom acceleration profileYinon Burgansky2023-02-2421-11/+134
* filter: simplify speed_factor()Tobias Bengfort2023-02-081-12/+2
* evdev: apply calibration for touch arbitrationhrdl2023-02-081-3/+10
* evdev-tablet: clip touch arbitration rectanglehrdl2023-02-071-3/+3
* filter: validate custom acceleration function's points sizeYinon Burgansky2023-02-023-0/+22
* Introduce custom acceleration profileYinon Burgansky2023-01-1712-10/+839
* filter: add helper functions to create/destroy a delta smoothenerPeter Hutterer2023-01-174-13/+19
* quirks: touchpad: add ModelPressurePadJosé Expósito2023-01-163-1/+4
* Allow rotation on all mice and for any angleLucas Zampieri2022-12-054-18/+20
* evdev: only read the trackpoint multiplier on trackpointsPeter Hutterer2022-12-051-2/+4
* quirks: allow overriding of AttrEventCode and AttrInputPropPeter Hutterer2022-11-285-93/+162
* Remove duplicate empty lines in our sourcePeter Hutterer2022-11-2518-25/+0
* Remove a few empty lines with nothing but a lonely tabPeter Hutterer2022-11-253-4/+4
* Remove trailing whitespaces in the treePeter Hutterer2022-11-251-1/+1
* tablet: increase touch arbitration rectangle heightJosé Expósito2022-11-231-4/+4
* tablet: fix compiler warning when -Dlibwacom=falseJosé Expósito2022-11-231-3/+3
* tablet-pad-leds: fix compiler warning when -Dlibwacom=falseJosé Expósito2022-11-231-1/+5
* touchpad: add escape and asterisk to the DWT blacklistJosé Expósito2022-11-141-1/+7
* util: return the number of elements from strv_from_stringYinon Burgansky2022-11-074-79/+58
* tablet: avoid errors calling libevdev_get_abs_info()José Expósito2022-10-031-0/+16
* tablet: check libevdev_get_abs_info() return valueJosé Expósito2022-09-181-0/+4
* filter: add a flat trackpoint accelPeter Hutterer2022-09-083-10/+167
* filter: apply the same factor for constant motion as for normal motionPeter Hutterer2022-09-082-14/+24
* filter: don't normalize the speed again in the default mouse filterPeter Hutterer2022-09-081-4/+1
* evdev: use filter_dispatch_constant() for the lenovo trackpoint "wheel"Peter Hutterer2022-09-083-18/+10
* evdev: use filter_dispatch_constant() for button scrollingPeter Hutterer2022-09-081-7/+13
* filter: don't normalize the const filter approachPeter Hutterer2022-09-082-8/+10
* filter: constify the interfaces and make them staticPeter Hutterer2022-09-089-9/+9
* evdev: rename post_trackpoint_scroll to post_button_scrollPeter Hutterer2022-09-081-4/+4
* filter: localize a few variablesPeter Hutterer2022-09-081-10/+6
* filter: constify the tracker APIPeter Hutterer2022-09-081-5/+5
* filter: remove an unnecessary layer of indirectionPeter Hutterer2022-09-083-117/+39
* filter: fix the mix of normalized vs device coordinatesPeter Hutterer2022-09-081-15/+15
* filter: a few whitespace fixes and extra commentsPeter Hutterer2022-09-083-10/+12
* evdev: remove duplicate "device is a switch" messagePeter Hutterer2022-08-231-1/+0
* evdev: fix a tab vs space indentation issuePeter Hutterer2022-07-121-12/+12
* wheel: fix Lenovo Scrollpoint quirkJosé Expósito2022-06-071-2/+7
* filter-touchpad: normalize for dpi on the touchpad-specific flat profilesatrmb2022-05-291-6/+7
* tablet: require a minimum pressure before we process pressure eventsPeter Hutterer2022-05-232-31/+27
* tablet: use a helper variable to make the code more readablePeter Hutterer2022-05-231-4/+5