summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-06touchpad: sync BTN_TOOL_FINGER state on initPeter Hutterer1-0/+8
2016-12-06touchpad: add a quirk for the HP Pavilion dm4Peter Hutterer3-1/+13
2016-12-06evdev: use safe_atod to convert the matrix valuesPeter Hutterer1-10/+16
2016-12-06util: add a helper function to split a string into substringsPeter Hutterer2-0/+100
2016-12-06util: add safe_atod for locale-independent conversionPeter Hutterer2-13/+31
2016-12-06path: read the calibration prop on startupPeter Hutterer1-0/+2
2016-12-06evdev: move reading the calibration prop into a helper functionPeter Hutterer3-25/+43
2016-12-06util: if errno is nonzero, exit early from safe_atoiPeter Hutterer1-0/+4
2016-12-06util: fix include orderPeter Hutterer1-1/+1
2016-12-06util: fix indentation for safe_atoiPeter Hutterer1-11/+11
2016-11-23touchpad: only use the last two coordinates for delta calculationPeter Hutterer1-15/+5
2016-11-22evdev: simplify hysteresis code and document itPeter Hutterer1-3/+35
2016-11-21evdev: add a quirk for the HP Zbook Studio G3Peter Hutterer2-0/+7
2016-11-10evdev: fix typo / bugzilla urlHermann Gausterer1-1/+1
2016-11-04evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT propertyPeter Hutterer4-9/+77
2016-11-02evdev: add hwdb quirk for HP Compaq 6910Peter Hutterer2-2/+6
2016-11-02evdev: actually ignore joysticksPeter Hutterer1-1/+1
2016-10-28Move touch_notify_frame declaration to the other touch functionsPeter Hutterer1-4/+4
2016-10-28Add missing event type checks to libinput_event_gesture_get_base_eventPeter Hutterer1-0/+10
2016-10-28touchpad: check for trackpoint/keyboard at the top of the helpersPeter Hutterer1-3/+7
2016-10-28touchpad: split the touchpad->keyboard/trackpoint pairing helpers outPeter Hutterer1-8/+16
2016-10-25evdev: add missing space in error messagePeter Hutterer1-1/+1
2016-10-25touchpad: switch from fabs() to abs()Peter Hutterer1-2/+2
2016-10-25Mark some internal log functions as printf-style functionPeter Hutterer1-0/+1
2016-09-12touchpad: require at least 3 events before enabling trackpoint palm detectionPeter Hutterer2-1/+9
2016-09-07Force the HP Stream 11 touchpad as a clickpadPeter Hutterer2-0/+8
2016-09-07tablet: add touch arbitrationPeter Hutterer7-3/+135
2016-09-07evdev: split resetting to a neutral state outPeter Hutterer1-3/+11
2016-09-07evdev: release current touches when the device is suspendedPeter Hutterer1-6/+33
2016-09-07evdev: don't send frame events if we filtered the touch eventPeter Hutterer1-27/+57
2016-09-07evdev: let the fallback_flush... function decide whether a frame is neededPeter Hutterer1-32/+25
2016-09-07evdev: split out mt event flushingPeter Hutterer1-126/+234
2016-09-02tablet: if a serial comes in late, discard itPeter Hutterer1-7/+18
2016-09-01evdev: add quirk for the HP85810 touchpadPeter Hutterer2-0/+10
2016-09-01evdev: fix handling of click wheel on parsing errorsPeter Hutterer1-1/+1
2016-08-30buildsystem: add missing uninstalled pkg-config infraReynaldo H. Verdejo Pinochet1-0/+10
2016-08-30touchpad: line width fixPeter Hutterer1-2/+8
2016-08-30evdev: recognize and use ID_INPUT_TRACKBALLPeter Hutterer1-3/+7
2016-08-29touchpad: always reset the motion history on finger changesPeter Hutterer1-5/+5
2016-08-26tablet: fix minor coding style issuePeter Hutterer1-1/+2
2016-08-23touchpad: reset the edge scroll state on touch up if edge scroll is disabledPeter Hutterer1-0/+3
2016-08-22Read the horizontal wheel click angle property if availablePeter Hutterer4-23/+49
2016-08-19touchpad: on a non-clickpad, reset the motion history on nfingers changePeter Hutterer1-2/+5
2016-08-15touchpad: implement configurable button mapping for tappingPeter Hutterer3-8/+50
2016-08-15Add configurable button map to tappingsPeter Hutterer5-0/+151
2016-08-15doc: split middle button emulation into a separate pagePeter Hutterer1-16/+7
2016-08-11evdev: rename all fallback-specific functions to a fallback_ prefixPeter Hutterer1-66/+66
2016-08-11evdev: pass the dispatch interface aroundPeter Hutterer1-36/+38
2016-08-11evdev: move the abs point into the fallback dispatchPeter Hutterer2-15/+27
2016-08-11evdev: switch three ints to booleansPeter Hutterer4-15/+16