summaryrefslogtreecommitdiff
path: root/src/activity_replay.cc
AgeCommit message (Expand)Author
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
2020-06-25gestures: Replace deprecateed Json::Reader usage.Stuart Langley
2017-08-10gestures: Stop using tr1 headers.Manoj Gupta
2016-04-13activity_log stores the zoom_stateAmirhossein Simjour
2015-01-23drop +x bits on source filesMike Frysinger
2014-04-09Switch from libchrome (base) to jsoncpp for JSONAndrew de los Reyes
2014-04-09gestures: Convert base::scoped_ptr to std::unique_ptrMichael Spang
2014-03-28gestures: Update for libchrome-242728.Daniel Erat
2014-03-21MouseInterpreter: Add scroll wheel emulationDennis Kempin
2013-06-04activity_replay: Make rel_ parsing optional for old logging dataChung-yih Wang
2013-05-23Add GestureMetrics for collecting UMA touchpad noise statsTai-Hsu Lin
2013-05-15ActivityReplay: Replay logs correctAndrew de los Reyes
2013-05-05ActivityLog/Replay: Log/replay mouse relative events.Andrew de los Reyes
2013-04-30Refactoring: Initialize instead of SetHwProps/SetGestureConsumerDennis Kempin
2013-04-09Refactoring: Updated unit tests to work with the new APIDennis Kempin
2013-02-15Update gestures to build against libchrome-180609Chris Masone
2013-01-18New gesture: SwipeLift: When a 3f swipe endsAndrew de los Reyes
2012-11-27Swipe: Add dy for vertical 3f swipeAndrew de los Reyes
2012-11-07ActivityReplay: Make some hardware properties (orientation) optional.Andrew de los Reyes
2012-10-30ScalingFilterInterpreter: New device model of touch major and minorChe-Liang Chiou
2012-10-24Add orientation min/max to HardwarePropertiesChe-Liang Chiou
2012-08-16Make replay_log can read the old logging fileKuanYu Chu
2012-07-09activity_replay: do not check Timeout and PropChangeJoseph Hwang
2012-07-04Revert "Revert "replay_log: replay and verify the log in a strict way""Joseph Hwang
2012-06-19Revert "replay_log: replay and verify the log in a strict way"Andrew de los Reyes
2012-06-19replay_log: replay and verify the log in a strict wayJoseph Hwang
2012-06-19activity_replay: detect gestures not present in logJoseph Hwang
2012-06-06ActivityReplay: fix typoDaniel Kurtz
2012-05-10immediate_interpreter: Refactoring. Renamed zoom gesture to pinch gestureDennis Kempin
2012-05-02immediate_interpreter: Added zoom gestureDennis Kempin
2012-03-26gestures.h and others: new flags parameter in FingerState.Andrew de los Reyes
2012-03-19gestures.h and others: New Fling gesture typesAndrew de los Reyes
2012-02-27ActivityReplayUnittest, others: specify options on command lineAndrew de los Reyes
2012-01-24ActivityLog, others: Log and replay property changes.Andrew de los Reyes
2011-11-17ActivityReplay: Log incoming finger IDs, output gestures, new log.Andrew de los Reyes
2011-10-24ActivityReplay: Check for null pointer, free resource in test.Andrew de los Reyes
2011-10-18ActivityReplay: parse gesture timestamps, fix equality testsAndrew de los Reyes
2011-10-13ActivityReplay, others: Parse Properties when replaying a logAndrew de los Reyes
2011-10-12ActivityLog: log properties from PropRegistryAndrew de los Reyes
2011-10-05ActivityReplay: code to parse activity log and replay itAndrew de los Reyes