1. a923bce Move SplitString util into activity_replay_unittest.cc by Harry Cutts · 4 months ago
  2. 4e0bb45 Add a buffer to smooth mouse scroll acceleration by seobrien · 6 months ago
  3. 23b521c Fix findings of wvla-cxx-extension by Ryan Beltran · 6 months ago
  4. b31ef0a ImmediateInterpreter: fix UBSan vla-bound check failure by Harry Cutts · 7 months ago
  5. e1b2073 Note that HardwareState::fingers can be null by Harry Cutts · 7 months ago
  6. 40d47ef Ensure touchpad stack version is included with logs by Henry Barnor · 8 months ago
  7. 9e76b2e ImmediateInterpreter: replace origin_timestamps_ with metrics by Harry Cutts · 8 months ago
  8. 03240a1 Expose flag to report palm detected by firmware to gestures-lib by Arpit Singh · 9 months ago
  9. 58beefc gestures: Add support for differentiating BTN_SIDE and BTN_EXTRA by David Padlipsky · 8 months ago
  10. c29490a ImmediateInterpreter: parameterize TapToClickEnableTest by Harry Cutts · 9 months ago
  11. 835fa04 Tidy up HardwareProperties literals in unit tests by Harry Cutts · 9 months ago
  12. bc99649 Remove redundant ActivityLog key string constants by Denis Brockus · 10 months ago
  13. ce06112 Add ability to limit activity event debug logging by Denis Brockus · 10 months ago
  14. fe8fe95 HapticButtonGeneratorFilterInterpreter instrument event debug by Denis Brockus · 10 months ago
  15. aab38f7 Add MouseInterpreter emulate scroll wheel for code coverage by Denis Brockus · 9 months ago
  16. 3db9dc6 IntegralGestureFilterInterpreter instrument event debug by Denis Brockus · 10 months ago
  17. 19672f1 Add BoxFilterInterpreter::ZeroSizeBoxTest for coverage by Denis Brockus · 9 months ago
  18. 8d2b428 Add LookaheadFilterInterpreter code coverage by Denis Brockus · 9 months ago
  19. 92e2d1c TimestampFilterInterpreter instrument TimestampHardwareStateDebug debug by Denis Brockus · 11 months ago
  20. c3b2e31 TimestampFilterInterpreter instrument TimestampGestureDebug debug by Denis Brockus · 11 months ago
  21. 1dcc9e9 AccelFilterInterpreter instrument AccelGestureDebug debug by Denis Brockus · 11 months ago
  22. c7fa962 FlingStopFilterInterpreter instrument event debug by Denis Brockus · 11 months ago
  23. 1e79532 Add Encode/Log HandleTimer Pre/Post debug framework by Denis Brockus · 11 months ago
  24. 7c1e9c8 Add Encode/Log Gesture Consume/Produce debug framework by Denis Brockus · 11 months ago
  25. 000dcbb Add Encode/Log HardwareState Pre/Post debug framework by Denis Brockus · 11 months ago
  26. 640458e Cleanup char* to std::string in PropChangeEntry by Denis Brockus · 11 months ago
  27. 69fea13 Add event logging property by Denis Brockus · 11 months ago
  28. 9a3e734 AccelFilterInterpreter: cleanup copy gesture usage by Denis Brockus · 11 months ago
  29. 2c235ff AccelFilterInterpreter: Code coverage over parameter issues by Denis Brockus · 10 months ago
  30. 690f23d HardwareStateBuffer: return a reference from Get by Harry Cutts · 9 months ago
  31. 70fdc6d Fix tests when VCSID is not available. by Tomasz Tylenda · 9 months ago
  32. 8f051b3 Tap-to-click: support pads that don't report pressure by Harry Cutts · 10 months ago
  33. 03e97f5 ImmediateInterpreter: refactor tap-to-click tests by Harry Cutts · 10 months ago
  34. 404cc75 gestures: Allow disabling mouse scroll acceleration by wenyu zhang · 11 months ago
  35. 263da6f ActivityLog::Entry tagged unions to std::variant by Denis Brockus · 12 months ago
  36. aa57740 ActivityLog Entry cleanup by Denis Brockus · 12 months ago
  37. 55ccd65 AccelFilterInterpreter refactor helper function code by Denis Brockus · 1 year ago
  38. 03f27ba Replace HardwareState pointers with references by Harry Cutts · 1 year, 1 month ago
  39. 91d989b Replace uses of NULL with nullptr by Harry Cutts · 1 year, 1 month ago
  40. 4e6d544 Remove special-case for C++03 in gestures.h by Harry Cutts · 1 year, 1 month ago
  41. 09a9e0c LookaheadFilterInterpreter AccelCurve selection function by Denis Brockus · 1 year, 1 month ago
  42. 7f5bcd2 Apply MSC_TIMESTAMP adjustments to timer callbacks by Sean O'Brien · 1 year, 2 months ago
  43. 651cca0 LookaheadFilterInterpreter cleanup by Denis Brockus · 1 year, 1 month ago
  44. 1ef62eb LookaheadFilterInterpreter cleanup by Denis Brockus · 1 year, 2 months ago
  45. 768399d ImmediateInterpreter cleanup by Denis Brockus · 1 year, 2 months ago
  46. b6ae21c Document how raised touches should be reported by Harry Cutts · 1 year, 3 months ago
  47. 352cb8f Cleanup *_filter_interpreter.h include list by Denis Brockus · 1 year, 3 months ago
  48. 54cf5df Move list with .at into generic in util.h by Denis Brockus · 1 year, 3 months ago
  49. e5d5bde Remove std::optional<std::wrapped_reference>> from .at() by Denis Brockus · 1 year, 3 months ago
  50. 1dcfdc3 Removal cleanup of MemoryManagedList by Denis Brockus · 1 year, 3 months ago
  51. d434c1b trend_classifying_filter_interpreter: remove MemoryManagedList by Denis Brockus · 1 year, 3 months ago
  52. 1737b25 metrics_filter_interpreter: remove the use of MemoryManagedList by Denis Brockus · 1 year, 3 months ago
  53. 1e3890f Move Lookahead list.at() processing to common utilities by Denis Brockus · 1 year, 3 months ago
  54. 852c645 Add ListAt to the gesture utilities by Denis Brockus · 1 year, 3 months ago
  55. c4c3955 lookahead_filter_interpreter: use std::list<QState> by Denis Brockus · 1 year, 3 months ago
  56. 2a80cba scaling: Default to 32 units/mm if X/Y resolution isn't specified by Harry Cutts · 1 year, 4 months ago
  57. 1273082 Remove homebrew List implementation by Denis Brockus · 1 year, 4 months ago
  58. 179d7e5 Remove Property constructor delegate by Denis Brockus · 1 year, 4 months ago
  59. 3059225 List: free allocated memory in DeleteAll by Harry Cutts · 1 year, 4 months ago
  60. fc3404e Late delegate setting to avoid init order issues by Denis Brockus · 1 year, 4 months ago
  61. 1760daf Add spaces to start of log messages by default by Harry Cutts · 1 year, 4 months ago
  62. 747ba9a Only complain about missing timer provider once by Harry Cutts · 1 year, 4 months ago
  63. 72b9a85 Remove duplicate Property constructors by Denis Brockus · 1 year, 4 months ago
  64. ebe1f3f Document dx/dy sign for moves, scrolls, and swipes by Harry Cutts · 1 year, 5 months ago
  65. 10ca30a Clarify who should call gesture property get and set handlers by Harry Cutts · 1 year, 5 months ago
  66. 372345b docs: Clarify situation with read-only properties by Harry Cutts · 1 year, 5 months ago
  67. c37522a Deprecate GesturesPropProvider::create_short_fn by Harry Cutts · 1 year, 5 months ago
  68. 66809a1 scaling: add "Invert Scrolling" property by Harry Cutts · 1 year, 5 months ago
  69. 697f631 Add docs to GestureType enum by Harry Cutts · 1 year, 7 months ago
  70. 028e677 Add palm rejection for haptic button click by Sean O'Brien · 1 year, 8 months ago
  71. 9f0ae5f libgestures: CY Add trace_marker coverage by Denis Brockus · 1 year, 7 months ago
  72. db4b983 libgestures: CY reenable immediate interpreter pinch tests by Denis Brockus · 1 year, 7 months ago
  73. 49dc409 libgestures: CY Add trend_classifying_filter_interpreter coverage by Denis Brockus · 1 year, 7 months ago
  74. f860b51 libgestures: CY Add stationary_wiggle_filter_interpreter coverage by Denis Brockus · 1 year, 7 months ago
  75. 471623a libgestures: CY Add metrics_filter_interpreter coverage by Denis Brockus · 1 year, 7 months ago
  76. 0a90fe5 libgestures: CY Add finger_merge_filter_interpreter coverage by Denis Brockus · 1 year, 7 months ago
  77. c7054fe scaling: deprecate screen_x_dpi and screen_y_dpi by Harry Cutts · 1 year, 7 months ago
  78. 39f9c91 Make Gesture::String available to clients by Harry Cutts · 1 year, 7 months ago
  79. 5815462 Improve HardwareProperties and HardwareState docs by Harry Cutts · 1 year, 7 months ago
  80. fac5ef0 Rename GestureInterpreter::set_callback to SetCallback by Harry Cutts · 1 year, 7 months ago
  81. 90807fd Revert "libgestures: CY Add gestures coverage" by Chloe Pelling · 1 year, 7 months ago
  82. 86c7bcc libgestures: CY Add gestures coverage by Denis Brockus · 1 year, 8 months ago
  83. e5987af libgestures: CY Add immediate_interpreter coverage by Denis Brockus · 1 year, 8 months ago
  84. a38eb5f libgestures: CY Add click_wiggle_filter_interpreter coverage by Denis Brockus · 1 year, 8 months ago
  85. 4a9bf74 libgestures: CY Add accel_filter_interpreter coverage by Denis Brockus · 1 year, 8 months ago
  86. 7fa06f1 t5r2: explain what "T5R2" is by Harry Cutts · 1 year, 8 months ago
  87. 4440292 Update copyright headers by Harry Cutts · 1 year, 8 months ago
  88. 2cb5dba Make include paths relative to repository root by Harry Cutts · 1 year, 8 months ago
  89. f41bc9f Replace home-made map and set implementations in gestures library by Angela Czubak · 2 years ago
  90. 32ce058 Move properties to end of interpreters' classes definitions by Angela Czubak · 2 years ago
  91. 4e0cdd9 docs: add documentation for AccelFilterInterpreter by Mukesh Agrawal · 1 year, 10 months ago
  92. 6174d12 Dynamically adjust force threshold for haptic buttons by Sean O'Brien · 2 years, 3 months ago
  93. 34d9211 Remove physical click delay for haptic touchpads by Sean O'Brien · 2 years, 3 months ago
  94. 2f22e1b gestures: Fix another zero array size error in ubsan by Manoj Gupta · 2 years, 4 months ago
  95. a492590 Haptic: update click force thresholds by Sean O'Brien · 2 years, 4 months ago
  96. 403c098 Haptic: Suppress button release during movement by Sean O'Brien · 2 years, 4 months ago
  97. d5401fd Haptic: Prevent click during multi-finger gestures by Sean O'Brien · 2 years, 4 months ago
  98. 3cf4a80 Haptic: Use only one finger for force threshold by Sean O'Brien · 2 years, 4 months ago
  99. 618f8cf Gate haptic touchpad behavior behind gesture props by Sean O'Brien · 2 years, 8 months ago
  100. 34334e3 Handle button state for haptic touchpads by Sean O'Brien · 2 years, 8 months ago