summaryrefslogtreecommitdiff
path: root/src/libinput-util.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Merge branch 'wip/config-files'Peter Hutterer1-0/+14
2018-06-11util: put limits on how many strings we joinPeter Hutterer1-0/+2
2018-06-11util: add null string test handling to strv_joinPeter Hutterer1-0/+4
2018-06-08util: add a list_append()Peter Hutterer1-0/+14
2018-05-30touchpad: replace the hardcoded thumb threshold with a udev propPeter Hutterer1-0/+25
2018-05-16util: avoid potential integer overflowPeter Hutterer1-0/+2
2018-05-03util: remove dead assignment in strv_joinPeter Hutterer1-1/+0
2018-05-03util: add a strv_join() helper functionPeter Hutterer1-0/+43
2018-04-30util: allow for palm pressure > 255Peter Hutterer1-3/+1
2017-10-18util: add an extra assert for list_insert()Peter Hutterer1-0/+2
2017-08-14touchpad: Allow larger palm sizes.Ronald Tschalär1-1/+1
2017-07-14Merge branch 'wip/touchpad-apple-touch-major-v2'Peter Hutterer1-1/+26
2017-07-12Abort if zalloc ever failsPeter Hutterer1-2/+0
2017-07-11touchpad: add touch-size-based palm detectionPeter Hutterer1-0/+25
2017-07-11util: rename the pressure range parser to a more generic range_parserPeter Hutterer1-1/+1
2017-07-03touchpad: add pressure-base palm detectionPeter Hutterer1-0/+27
2017-05-04util: add asserts with useful error messages to catch uninitialized listsPeter Hutterer1-0/+9
2017-04-26touchpad: move the pressure range to a hwdb entryPeter Hutterer1-0/+36
2017-02-13touchpad: add a hwdb quirk for (external) touchpad/keyboard combosPeter Hutterer1-0/+24
2017-02-09evdev: split calibration property parsing into a helperPeter Hutterer1-0/+38
2017-01-30switch: for surface 3 tablets, write the lid open to the devicePeter Hutterer1-0/+2
2017-01-26switch: only sync the initial state if we know the state is reliablePeter Hutterer1-0/+17
2017-01-20util: make all property parsing helpers ignore NULL stringsPeter Hutterer1-0/+12
2016-11-29util: tighten requirements on the click angle/count propertiesPeter Hutterer1-24/+4
2016-11-29util: add a helper function to split a string into substringsPeter Hutterer1-0/+82
2016-11-29util: add safe_atod for locale-independent conversionPeter Hutterer1-13/+2
2016-11-04evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT propertyPeter Hutterer1-0/+32
2016-07-20Switch a bunch of internal functions from int to boolPeter Hutterer1-1/+1
2015-07-28Change to micro seconds for measuring time internallyJonas Ådahl1-6/+6
2015-07-14util: add a helper function to parse a "WIDTHxHEIGHT" propertyPeter Hutterer1-0/+30
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-05-28Update Red Hat's copyrightPeter Hutterer1-0/+1
2015-04-22evdev: Add support for POINTINGSTICK_CONST_ACCEL udev propertyHans de Goede1-0/+31
2015-03-20Revert "touchpad: parse the TOUCHPAD_RESOLUTION property"Peter Hutterer1-30/+0
2015-03-17touchpad: parse the TOUCHPAD_RESOLUTION propertyPeter Hutterer1-0/+30
2015-01-13Parse the MOUSE_WHEEL_CLICK_ANGLE udev property if presentPeter Hutterer1-0/+30
2015-01-13Add a comment to clarify what the prop parameter isPeter Hutterer1-0/+3
2014-12-02evdev: Query mouse DPI from udevDerek Foreman1-0/+55
2014-11-07util: introduce ratelimit helpersDavid Herrmann1-0/+48
2014-02-19Add a customizable log handlerPeter Hutterer1-20/+0
2013-11-23util: Add logging utilitiesJonas Ådahl1-0/+25
2013-11-17Introduce libinput object managing all input dataJonas Ådahl1-0/+62