summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-08pad: change button map orderingPeter Hutterer1-2/+2
2016-06-08pad: group the button state into a private structPeter Hutterer1-6/+8
2016-06-06touchpad: restore the hysteresis by defaultPeter Hutterer3-15/+5
2016-06-02touchpad: warn if we have invalid touchpad rangesPeter Hutterer2-0/+64
2016-06-01touchpad: short-circuit the edge scroll handling when it's not enabledPeter Hutterer1-3/+9
2016-05-30tablet: up the reference count for the tool in the eventPeter Hutterer1-4/+22
2016-05-30touchpad: fix link in error message - add missing '.html'Peter Hutterer1-1/+1
2016-05-27pad: ignore EV_MSC eventsPeter Hutterer1-0/+4
2016-05-24doc: update ref/unref behavior for the tablet toolPeter Hutterer1-4/+7
2016-05-24doc: update doc to explicitly state that the seat isn't referencedPeter Hutterer1-0/+5
2016-05-23Drop the ALPS_RUSHMORE tagPeter Hutterer3-5/+0
2016-05-19doc: fix a few typosPeter Hutterer1-2/+3
2016-05-19touchpad: disable cursor jump detection for Wacom tabletsPeter Hutterer1-0/+6
2016-05-18touchpad: only use negative pressure change check on Lenovo *50 and *60 seriesPeter Hutterer1-1/+3
2016-05-17evdev: the range between dpad and trigger-happy are keys, not buttonsPeter Hutterer1-1/+5
2016-05-16Merge branch 'wip/trackball-rotation'Peter Hutterer7-19/+274
2016-05-16Add support for relative device rotation (trackball only)Peter Hutterer7-0/+250
2016-05-16gestures: don't send swipe gestures when gestures are disabledPeter Hutterer1-1/+1
2016-05-03Add tagging of trackballsPeter Hutterer2-0/+2
2016-05-03evdev: de-duplicate the model property->model flag listPeter Hutterer1-19/+22
2016-05-03evdev: log the applied model flags in debug modePeter Hutterer1-1/+6
2016-05-03Constify two matrix multiplication helpersPeter Hutterer1-2/+2
2016-05-03doc: add an overview of the various configuration optionsPeter Hutterer1-0/+26
2016-05-03doc: add missing @ingroup tag to the accel profile enumPeter Hutterer1-0/+3
2016-04-28touchpad: detect and warn about kernel tracking pointer jumpsPeter Hutterer1-0/+27
2016-04-28Make a link to the html docs available as a #definePeter Hutterer1-0/+8
2016-04-28tablet: fix distance normalization range after 25a9f39Peter Hutterer1-3/+12
2016-04-22touchpad: exclude Logitech touchpads from disable-while-typingPeter Hutterer2-0/+5
2016-04-21Fix distcheckPeter Hutterer1-0/+1
2016-04-18Merge branch 'wip/tablet-pad-support'Peter Hutterer10-50/+1380
2016-04-18fixup! Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interfacePeter Hutterer1-1/+0
2016-04-18pad: implement wacom pad supportPeter Hutterer6-15/+722
2016-04-18Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interfacePeter Hutterer4-1/+606
2016-04-18tablet: move the libwacom check for left-handed-ness into a helper functionPeter Hutterer3-37/+56
2016-04-18evdev: always defuzz absolute touchscreensPeter Hutterer2-0/+37
2016-04-18evdev: use a slot variable instead of dereferencing everywherePeter Hutterer1-7/+10
2016-04-18evdev: rename slot to slot_idxPeter Hutterer1-12/+12
2016-04-18evdev: move the hysteresis code to a more generic locationPeter Hutterer2-19/+19
2016-04-15touchpad: add LIBINPUT_MODEL_WOBBLY_TOUCHPAD for the HP 14-ac157tuPeter Hutterer3-0/+5
2016-04-15touchpad: enlarge top button area by a factor 3 instead of 1.5Peter Frühberger1-1/+1
2016-04-14evdev: enable middle-button scrolling on middle-button emulationPeter Hutterer2-50/+63
2016-04-14evdev: split scroll button state check outPeter Hutterer2-1/+4
2016-04-14evdev: if we have a quick scroll button release, skip middle button emulationPeter Hutterer1-2/+2
2016-04-14test: add test for no scroll events before the scroll button timeoutPeter Hutterer1-0/+2
2016-04-13tablet: add a fuzz-filter to avoid spamming callers with subpixel updatesPeter Hutterer2-0/+37
2016-04-12tablet: fix the airbrush slider rangePeter Hutterer1-1/+1
2016-04-11timer: print the wrong offset when we have a negative timer offset bugPeter Hutterer1-1/+2
2016-04-11libinput: Actually return the default accel profileJonas Ådahl1-1/+1
2016-04-06Fix spelling mistakesEric Engestrom4-7/+7
2016-04-06Merge branch 'wip/touchpad-middle-button'Peter Hutterer2-1/+32