summaryrefslogtreecommitdiff
path: root/src/immediate_interpreter_unittest.cc
AgeCommit message (Expand)Author
2023-12-13ImmediateInterpreter: fix UBSan vla-bound check failureHarry Cutts
2023-11-11fix -Wmissing-field-initializers warningsGeorge Burgess IV
2023-10-26ImmediateInterpreter: replace origin_timestamps_ with metricsHarry Cutts
2023-10-04ImmediateInterpreter: parameterize TapToClickEnableTestHarry Cutts
2023-09-26Tidy up HardwareProperties literals in unit testsHarry Cutts
2023-09-18HardwareStateBuffer: return a reference from GetHarry Cutts
2023-08-21Tap-to-click: support pads that don't report pressureHarry Cutts
2023-08-21ImmediateInterpreter: refactor tap-to-click testsHarry Cutts
2023-06-09Replace HardwareState pointers with referencesHarry Cutts
2023-06-08Replace uses of NULL with nullptrHarry Cutts
2023-02-08Fix bad pointer in ImmediateInterpreter PinchTestsHarry Cutts
2022-11-30libgestures: CY reenable immediate interpreter pinch testsDenis Brockus
2022-11-12libgestures: CY Add immediate_interpreter coverageDenis Brockus
2022-10-21Update copyright headersHarry Cutts
2022-10-21Make include paths relative to repository rootHarry Cutts
2022-10-18Replace home-made map and set implementations in gestures libraryAngela Czubak
2022-08-22Small doc improvementsMukesh Agrawal
2021-10-22Handle button state for haptic touchpadsSean O'Brien
2021-03-16Modified zero click filtering to allow separate buttons to work.Pete Brown
2021-01-16Disable zero-finger click and add box filter on by default.Andrew de los Reyes
2020-07-23Remove delay for entering tap-to-drag stateSean O'Brien
2020-04-23Use a constant for unset timeouts or deadlinesHarry Cutts
2020-02-06mouse: Add experimental high-resolution scrolling supportHarry Cutts
2020-02-01Make HardwareStates in tests with a utility functionHarry Cutts
2019-07-24Increase timeout when fingers leaveSean O'Brien
2018-03-01Add msc_timestamp field to HardwareStateSean O'Brien
2018-02-13Separate logic for finger suppression reasonsSean O'Brien
2017-08-08Pinch zoom detection updated - with bugfixSean O'Brien
2017-08-07Revert "Pinch zoom detection updated"Nicolas Boichat
2017-08-03Pinch zoom detection updatedSean O'Brien
2017-05-19Disable single-finger scrolling and improve thumb filteringSean O'Brien
2016-07-27Revert "Pinch zoom is enabled by default"Amirhossein Simjour
2016-06-14Pinch zoom is enabled by defaultAmirhossein Simjour
2016-04-13Pinch zoom detection is updatedAmirhossein Simjour
2016-02-234-finger swipe and 4-finger swipe lift gestures addedAmirhossein Simjour
2015-08-11This patch prevents the unexpected click after the scrolling eventAmirhossein Simjour
2015-01-23drop +x bits on source filesMike Frysinger
2014-05-15Set 'Two Finger Vertical Close Distance Thresh' default to 45Andrew de los Reyes
2014-04-09gestures: Convert LOG() to fprintf(stderr, ...)Michael Spang
2014-04-09gestures: Convert base::scoped_ptr to std::unique_ptrMichael Spang
2014-04-09gestures: Remove all dependencies on libbase for string manipulationMichael Spang
2014-03-28gestures: Update for libchrome-242728.Daniel Erat
2014-03-21MouseInterpreter: Add scroll wheel emulationDennis Kempin
2013-08-05ImmediateInterpreter: Improve multifinger gesture detectionAndrew de los Reyes
2013-06-05Fixed 1F with resting thumb click on T5R2/SemiMT touchpadsDennis Kempin
2013-05-02gestures: fix conflict between struct and classYunlian Jiang
2013-04-30new class: FingerMetrics/MetricsDennis Kempin
2013-04-30Refactoring: Initialize instead of SetHwProps/SetGestureConsumerDennis Kempin
2013-04-15new class: vector and FilteredRangeDennis Kempin
2013-04-11ImmediateInterpreter: Don't warn delaying button down on non-left button.Andrew de los Reyes