summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-16udev: move check for seat_id downPeter Hutterer1-2/+3
2017-01-16Rename path.(c|h) to path-seat.(c|h)Peter Hutterer3-3/+3
2017-01-11touchpad: add a model tag to mark touchpads with visible markerPeter Hutterer3-5/+3
2017-01-11Remove a couple of double semicolonsPeter Hutterer1-1/+1
2017-01-04evdev: add helper function to parse a udev flagPeter Hutterer1-11/+29
2016-12-22gestures: if fingers don't move, force a gesture by finger positionPeter Hutterer1-6/+8
2016-12-21tablet: ignore MSC_SCANPeter Hutterer1-0/+2
2016-12-21touchpad: reduce the tap movement threshold to 1.3mmPeter Hutterer1-1/+1
2016-12-21touchpad: reduce the initial timeout for tapping after touchPeter Hutterer1-1/+9
2016-12-21Merge branch 'touchpad-pointer-accel-revamp'Peter Hutterer7-137/+319
2016-12-21filter: tweak the magic slowdownPeter Hutterer1-1/+1
2016-12-21filter: revamp the touchpad's acceleration codePeter Hutterer1-14/+11
2016-12-21filter: work the touchpad magic slowdown into the various parametersPeter Hutterer1-11/+8
2016-12-21filter: change touchpad accel code to use mm/sPeter Hutterer1-14/+21
2016-12-21filter: drop the now-generic trackpoint and low-dpi filter functionsPeter Hutterer1-73/+7
2016-12-21filter: change the filter functions to take raw device coordinatesPeter Hutterer7-76/+211
2016-12-21Add device_float_get_directionPeter Hutterer1-11/+26
2016-12-21touchpad: init the device's dpi correctlyPeter Hutterer1-0/+4
2016-12-21filter: duplicate pointer accel for touchpadsPeter Hutterer1-5/+98
2016-12-21filter: drop the dpi_factor in favor of direct calculationPeter Hutterer1-13/+7
2016-12-21filter: store the raw dpi value in the filterPeter Hutterer1-0/+6
2016-12-21touchpad: change direction flags from int to uint32_tPeter Hutterer1-1/+1
2016-12-20touchpad: if an external touchpad and keyboard share a VID/PID assume dwtPeter Hutterer2-2/+12
2016-12-15filter: fix comment on how we calculate the slow-motion inclinePeter Hutterer1-1/+1
2016-12-15Change the directions bitmask to a uin32_tPeter Hutterer3-4/+4
2016-12-15filter: fix a comment, the trackpoint profile uses device unitsPeter Hutterer1-1/+1
2016-12-15evdev: rename a leftover weston variablePeter Hutterer1-2/+2
2016-12-14filter: add a comment for how we calculate velocityPeter Hutterer1-0/+7
2016-12-14filter: split a condition up so we can mark it as bugPeter Hutterer1-2/+5
2016-12-14touchpad: convert two functions to use the device->phys helpersPeter Hutterer2-11/+40
2016-12-14touchpad: constify a few helper functionsPeter Hutterer2-3/+5
2016-12-06tools: fix signed/unsigned comparison warningsPeter Hutterer1-1/+1
2016-12-06touchpad: sync BTN_TOOL_FINGER state on initPeter Hutterer1-0/+8
2016-12-05Whitespace fixesPeter Hutterer2-3/+3
2016-12-01Drop HAVE_CONFIG_H ifdefPeter Hutterer1-2/+0
2016-12-01Use the LIBINPUT_VERSION define, not the normal VERSIONPeter Hutterer1-1/+2
2016-12-01touchpad: add a quirk for the HP Pavilion dm4Peter Hutterer3-1/+13
2016-11-30evdev: init axis range warnings for touch devices tooPeter Hutterer4-68/+84
2016-11-29tablet: reject tablets without resolutionPeter Hutterer1-0/+4
2016-11-29util: tighten requirements on the click angle/count propertiesPeter Hutterer1-24/+4
2016-11-29evdev: use safe_atod to convert the matrix valuesPeter Hutterer1-10/+16
2016-11-29util: add a helper function to split a string into substringsPeter Hutterer2-0/+100
2016-11-29util: add safe_atod for locale-independent conversionPeter Hutterer2-13/+31
2016-11-29path: read the calibration prop on startupPeter Hutterer1-0/+2
2016-11-29evdev: move reading the calibration prop into a helper functionPeter Hutterer3-25/+43
2016-11-28util: if errno is nonzero, exit early from safe_atoiPeter Hutterer1-0/+4
2016-11-28util: fix include orderPeter Hutterer1-1/+1
2016-11-28util: 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