summaryrefslogtreecommitdiffstats
path: root/ui/aura/gestures
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add ui/aura/gestures/OWNERSsadrul@chromium.org2012-08-071-0/+3
* 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
* GestureRecognizer: Long press should be cancelled on prevented-defaulted moves.varunjain@chromium.org2012-06-261-0/+40
* aura: Turn off synthetic mouse-event generation from gestures.sadrul@chromium.org2012-06-261-37/+0
* ui-gestures: Added some type-specific accessors to gesture-events.sadrul@chromium.org2012-06-131-6/+7
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-071-7/+67
* It broke win aura botloislo@chromium.org2012-06-071-67/+7
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-071-7/+67
* Changes SetCapture to transfer events rather then cancel all.sky@chromium.org2012-06-071-0/+23
* views: Process gesture events correctly in Link, Slider and ScrollBars.sadrul@chromium.org2012-06-051-2/+33
* Add two finger tap gesture to gesture recognizer.varunjain@chromium.org2012-06-051-14/+379
* Revert 140553 - Add two finger tap gesture to gesture recognizer.cbentzel@chromium.org2012-06-051-379/+14
* Add two finger tap gesture to gesture recognizer.varunjain@chromium.org2012-06-051-14/+379
* GestureScrollEnd event had non-zero velocity causing overscroll on software f...rjkroege@chromium.org2012-06-011-8/+7
* Revert 139473 - Revert 139398 - gesture recognizer: Allow multi-finger pinch/...kinuko@chromium.org2012-05-301-231/+1