summaryrefslogtreecommitdiffstats
path: root/ui/events/gestures/gesture_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop touch-absorption from creating large pinch update deltastdresser@chromium.org2014-04-081-0/+4
* On consumed touchMove, update touch point scroll state.tdresser@chromium.org2014-03-311-0/+2
* ui: Fix -Wabsolute-value warnings.thakis@chromium.org2014-03-121-1/+1
* Ensure Multi-finger tap generates both GestureScrollBegin and GestureScrollEnd.tdresser@chromium.org2014-03-101-18/+21
* Validate the stream of gesture events (WIP).tdresser@chromium.org2014-02-261-5/+5
* Consuming a touch move prevents only the next scroll update.tdresser@chromium.org2014-02-151-2/+7
* Always copy touch event's LatencyInfo into gesture event's LatencyInfomiletus@chromium.org2014-02-071-22/+12
* [Aura] Stop using consistent velocity as scroll start heuristictdresser@chromium.org2014-01-301-6/+17
* Allow raw pixel scrolling in web contents in Aura.tdresser@chromium.org2014-01-281-28/+32
* Use Euclidean distance for touch slop region in Aura.tdresser@chromium.org2014-01-221-4/+4
* gesture: Fix the location of GESTURE_END.sadrul@chromium.org2014-01-201-1/+1
* gesture: Remove unnecessary function from the exposed API.sadrul@chromium.org2014-01-201-3/+1
* Consuming any touch move before SCROLL_START prevents the scroll from occurin...tdresser@chromium.org2014-01-171-9/+34
* Target touches to the correct display.tdresser@chromium.org2014-01-101-0/+1
* Revert 243974 "Target touches to the correct display."noamsml@google.com2014-01-091-1/+0
* Target touches to the correct display.tdresser@chromium.org2014-01-091-0/+1
* Populate GestureScrollBegin hint properties in Aurarbyers@chromium.org2013-12-191-1/+2
* Let gesture & touch event LatencyInfo have different trace_idmiletus@chromium.org2013-11-261-17/+19
* Send GesturePinchBegin only when finger has moved far enoughmiletus@chromium.org2013-10-291-12/+163
* Add show press gesture and remove tap down deferraltdresser@chromium.org2013-10-221-7/+41
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-3/+4
* Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...pfeldman@chromium.org2013-10-211-4/+3
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-3/+4
* Report LatencyInfo through trace buffermiletus@chromium.org2013-10-111-6/+27
* events: Move all references to ui/base/ from ui/events.sadrul@chromium.org2013-09-261-1/+1
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-0/+1238