summaryrefslogtreecommitdiff
path: root/src/libinput-util.h
Commit message (Expand)AuthorAgeFilesLines
* util: make the trace macro actually usefulPeter Hutterer2020-04-041-6/+3
* Split utility functions into separate source filesPeter Hutterer2019-09-111-641/+9
* test: auto-generate the udev rulesPeter Hutterer2019-06-141-0/+5
* Warn if NDEBUG is definedPeter Hutterer2019-05-281-0/+4
* Drop the AS_MASK macro, replace with bitPeter Hutterer2019-02-111-1/+0
* Add a bit() macroPeter Hutterer2019-02-111-0/+1
* util: fall back to strtod if no locale in libcmakepost2018-12-221-0/+10
* quirks: add the ability to disable custom event codes/typesPeter Hutterer2018-10-291-0/+3
* util: check for < 0 explicitly in safe_atouPeter Hutterer2018-09-131-1/+1
* util: tighten safe_atod parsing to only parse 'normal' numbersPeter Hutterer2018-08-131-0/+19
* util: switch to a check for isnormal for safe_atodPeter Hutterer2018-08-131-1/+1
* util: remove now-unused helper functionsPeter Hutterer2018-08-021-4/+0
* util: fix a ubsan complaint about undefined left-shiftPeter Hutterer2018-07-261-3/+3
* Fix include portablity (xlocale, stdlib)Greg V2018-07-161-0/+4
* filter: add a trackpoint multiplier factorPeter Hutterer2018-07-111-1/+0
* util: use assert() instead of abort() for testing for size limitsPeter Hutterer2018-06-221-1/+1
* zalloc limit fix for libinput-recordSergiusz Michalik2018-06-201-2/+2
* util: abort if we try to allocate more than a MBPeter Hutterer2018-06-201-1/+3
* Merge branch 'wip/config-files'Peter Hutterer2018-06-111-0/+31
|\
| * util: add a safe_atou() as unsigned equivalent to safe_atoi()Peter Hutterer2018-06-081-0/+30
| * util: add a list_append()Peter Hutterer2018-06-081-0/+1
* | util: abort for a negative zalloc() sizePeter Hutterer2018-06-111-0/+3
|/
* touchpad: replace the hardcoded thumb threshold with a udev propPeter Hutterer2018-05-301-0/+1
* utils: fix leak in kv_double_from_string()Peter Hutterer2018-05-161-1/+1
* util: add a strv_join() helper functionPeter Hutterer2018-05-031-0/+1
* util: add a helper function to split a key-value pair stringPeter Hutterer2018-04-261-0/+63
* Whitespace fixPeter Hutterer2018-02-271-1/+1
* Add helper function for time to timeval conversionPeter Hutterer2017-09-141-0/+11
* udev: move the EKR into the parent's device groupPeter Hutterer2017-09-071-0/+1
* util: add a safe_atoi_base() functionPeter Hutterer2017-09-071-2/+10
* trackpoint: drop handling of CONST_ACCEL and undo SENSITIVITYPeter Hutterer2017-07-201-0/+2
* Merge branch 'wip/touchpad-apple-touch-major-v2'Peter Hutterer2017-07-141-1/+2
|\
| * touchpad: add touch-size-based palm detectionPeter Hutterer2017-07-111-0/+1
| * util: rename the pressure range parser to a more generic range_parserPeter Hutterer2017-07-111-1/+1
* | Add safe_strdup()Peter Hutterer2017-07-121-0/+19
* | Abort if zalloc ever failsPeter Hutterer2017-07-121-1/+7
|/
* util: drop an unnecessary declarationPeter Hutterer2017-07-101-4/+1
* touchpad: add pressure-base palm detectionPeter Hutterer2017-07-031-0/+1
* Add tv2us helper functionPeter Hutterer2017-06-021-0/+6
* util: harmonize container_of() definition with linux kernel oneGabriel Laskar2017-05-171-8/+11
* util: use offsetof in container_ofGabriel Laskar2017-05-151-2/+3
* util: fix container_of() macroPeter Hutterer2017-05-101-1/+1
* util: drop GCC specifics for container_ofPeter Hutterer2017-05-101-6/+0
* touchpad: move the pressure range to a hwdb entryPeter Hutterer2017-04-261-0/+1
* test: highlight the various state machines with colorsPeter Hutterer2017-03-281-3/+14
* test: add color to litest verbose outputPeter Hutterer2017-03-281-0/+4
* touchpad: add a hwdb quirk for (external) touchpad/keyboard combosPeter Hutterer2017-02-131-0/+7
* Merge branch 'gcov-tests'Peter Hutterer2017-02-091-0/+1
|\
| * evdev: split calibration property parsing into a helperPeter Hutterer2017-02-091-0/+1
* | touchpad: mark the Apple onebutton touchpad as clickfinger-defaultPeter Hutterer2017-02-091-0/+1
|/