summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-03-08Remove homebrew List implementationDenis Brockus
2023-03-03upgrades to C++17Christopher Di Bella
2022-11-30libgestures: CY Add trend_classifying_filter_interpreter coverageDenis Brockus
2022-11-30libgestures: CY Add stationary_wiggle_filter_interpreter coverageDenis Brockus
2022-11-30libgestures: CY Add metrics_filter_interpreter coverageDenis Brockus
2022-11-30libgestures: CY Add finger_merge_filter_interpreter coverageDenis Brockus
2022-11-12libgestures: CY Add string_util coverageDenis Brockus
2022-11-12libgestures: CY Add finger_metrics coverageDenis Brockus
2022-10-21Make include paths relative to repository rootHarry Cutts
2022-10-18Replace home-made map and set implementations in gestures libraryAngela Czubak
2021-10-22Handle button state for haptic touchpadsSean O'Brien
2020-07-30Remove lid_touchpad_helperHarry Cutts
2020-07-13util: Remove unused `CombineGestures`Harry Cutts
2020-04-23mouse: only clear scroll remainders after 1 secondHarry Cutts
2019-08-22Don't link against glib (even for tests)Brian Norris
2018-06-21Remove Cr48-specific codeThiemo Nagel
2018-04-05Add timestamp filter interpreterSean O'Brien
2018-02-13Update to allow clang to compile in-place buildSean O'Brien
2014-07-25Add USE_X11 flag to turn off lid_touchpad_helperMichael Spang
2014-04-15Makefile: Install jsoncpp when make setup-in-place calledAndrew de los Reyes
2014-04-12do not cache system headers in dep filesMike Frysinger
2014-04-09Switch from libchrome (base) to jsoncpp for JSONAndrew de los Reyes
2014-04-09gestures: Remove all dependencies on base for command lineMichael Spang
2014-04-09gestures: Remove all dependencies on libbase for file I/OMichael Spang
2014-04-09gestures: Remove all dependencies on libbase for string manipulationMichael Spang
2014-03-28gestures: Update for libchrome-242728.Daniel Erat
2014-03-21Add & install libgestures.pc to support pkg-configMichael Spang
2013-06-25Compile with larger activity_log for in-place buildsDennis Kempin
2013-06-04Add StationaryWiggleFilterInterpreterChung-yih Wang
2013-05-23Add GestureMetrics for collecting UMA touchpad noise statsTai-Hsu Lin
2013-05-09Add TrendClassifyingFilterInterpreterTai-Hsu Lin
2013-04-30Refactoring: Initialize instead of SetHwProps/SetGestureConsumerDennis Kempin
2013-04-15new class: vector and FilteredRangeDennis Kempin
2013-03-05Remove Salsa from the gestures projectCharlie Mooney
2013-02-28MultitouchMouseInterpreter: Implement basic gesturesChe-Liang Chiou
2013-02-27drop pixman usageMike Frysinger
2013-02-27Makefile: in-place now installs locally into in-place folderDennis Kempin
2013-02-22Salsa: Update the try_touch_experiment UICharlie Mooney
2013-02-22Added in-place makefile targetDennis Kempin
2013-02-15Update gestures to build against libchrome-180609Chris Masone
2013-02-06Gestures : Remove Touch Noise Monitor from Gestures.Benson Leung
2013-02-04Add FingerMergeFilterInterpreterChung-yih Wang
2012-12-20Add touch_noise_monitorYufeng Shen
2012-11-29Adding a non-linearity filter for touchpadCharlie Mooney
2012-11-28MouseInterpreter: Add MouseInterpreterChe-Liang Chiou
2012-11-15Rework KeyboardTouchpadHelper to be LidTouchpadHelperYufeng Shen
2012-10-30ScalingFilterInterpreter: New device model of touch major and minorChe-Liang Chiou
2012-09-07keyboard_touchpad_helper: PerrorAbort never returnsDaniel Kurtz
2012-09-07assign printf format attribute to gestures_logDaniel Kurtz
2012-09-04Reset the trace_marker pointer after deletionChung-yih Wang