summaryrefslogtreecommitdiffstats
path: root/ui/aura/gestures/gesture_recognizer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Generate tap gesture with tap_count = 3 for triple-tapmiletus@chromium.org2013-05-291-0/+55
* Don't send ScrollUpdate in GS_PINCH state if touch-moves are consumedmiletus@chromium.org2013-05-171-0/+95
* Gesture Recognizer: When receiving second touch pressed while in scroll state,varunjain@chromium.org2013-05-011-2/+39
* ui/aura: Remove unnecessary scoped_ptr ".get()" calls.tfarina@chromium.org2013-04-231-1/+1
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-201-60/+0
* Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"wjia@chromium.org2013-03-191-0/+60
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-191-60/+0
* aura-x11: Make sure the touch event with the native event gets dispatched.sadrul@chromium.org2013-02-061-22/+30
* ui: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-161-3/+3
* Track input latency with UMA statsdavemoore@chromium.org2013-01-071-1/+2
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-2/+2
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-6/+6
* Use consistent velocity trend to start a touch scroll gesture.rjkroege@chromium.org2012-12-131-252/+282
* Revert 171934xiyuan@chromium.org2012-12-081-17/+17
* Use consistent velocity trend to start a touch scroll gesture.rjkroege@chromium.org2012-12-081-17/+17
* Refactor access to scroll deltas in GesturePointrjkroege@chromium.org2012-12-051-3/+4
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-3/+2
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-281-43/+43
* aura: Create new gesture LongTap that is dispatched if the user completes avarunjain@chromium.org2012-11-021-0/+50
* gesture recognizer: Cleanup some code and fix a test.sadrul@chromium.org2012-10-291-17/+38
* gesture recognizer: Improve multi-finger scrolling.sadrul@chromium.org2012-10-241-5/+15
* Disable GestureRecognizerTest.GestureEventLongPress on Windowsszym@chromium.org2012-10-241-1/+8
* Fix getting tap events on scroll gestures when touchmove is consumedrbyers@chromium.org2012-10-171-7/+67
* touch: Coalesce touch-events, and remove the touch-event queue from the gestu...sadrul@chromium.org2012-10-171-51/+17
* Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-101-6/+6
* Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-101-6/+6
* The center of a rect is x+width/2, y+height/2danakj@chromium.org2012-10-091-6/+6
* events: Clean up dispatching code for touch-events.sadrul@chromium.org2012-09-271-7/+4
* Fix drift while scrolling.rjkroege@chromium.org2012-09-251-2/+56
* Add GestureTapCancel gesture typerbyers@chromium.org2012-09-111-131/+151
* events: Move EventTarget into Event.sadrul@chromium.org2012-09-071-2/+2
* Fix leaks in aura_unittestsoshima@chromium.org2012-09-051-7/+13
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-041-2/+2
* gestures: Fix a bug where a swipe wasn't being generated for a two-finger ges...sadrul@chromium.org2012-08-291-0/+62
* Change default values of some gesture related constantsvarunjain@chromium.org2012-08-281-15/+15
* gesture: Include velocity in scroll-update gestures.sadrul@chromium.org2012-08-201-0/+30
* gesture recognizer: Change the way a processed touch-release event is handled.sadrul@chromium.org2012-08-131-0/+84
* gesture recognizer: Make sure a combination of sync/async touch-events work c...sadrul@chromium.org2012-08-131-1/+53
* gesture recognizer: Some cleanup and workaround for a crash.sadrul@chromium.org2012-08-131-1/+28
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-101-1/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-125/+125
* gestures: Generate only either scroll-end or fling-start events at the end of...sadrul@chromium.org2012-08-091-8/+13
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-280/+284
* gesture recognizer: Make sure the pinch/scroll only when the finger is moved ...sadrul@chromium.org2012-08-071-0/+50
* Pass tap count (1 or 2) with tap gesture eventsrbyers@chromium.org2012-08-031-1/+142
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-291-107/+107
* gesture recognizer: Fix computing the bounding box of the rectangles.sadrul@chromium.org2012-07-271-0/+78
* gesture recognizer: Expose bounding-box for the points in a gesture-event.sadrul@chromium.org2012-07-231-19/+12
* gestures: Process some consumed touch-move events for gesture-recognition.sadrul@chromium.org2012-07-091-0/+115