summaryrefslogtreecommitdiffstats
path: root/ui/aura/gestures
Commit message (Expand)AuthorAgeFilesLines
* events: Move all references to ui/base/ from ui/events.sadrul@chromium.org2013-09-261-0/+1
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-4/+4
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-2/+2
* If a touchmove event which would normally begin a scroll is consumedtdresser@chromium.org2013-09-131-27/+52
* Add support for maintaining ordinal values through GestureRecognizerdavemoore@chromium.org2013-08-121-1/+36
* Use a direct include of time headers in ui/.avi@chromium.org2013-06-281-1/+1
* Add scroll prediction as a configurable gesture parameter.flackr@chromium.org2013-06-201-1/+87
* Fix window positioning when detaching tab with touch after two-finger tapmohsen@chromium.org2013-06-171-0/+110
* Use a direct include of strings headers in ui/, part 1.avi@chromium.org2013-06-111-1/+1
* 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
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-1/+0
* 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