summaryrefslogtreecommitdiffstats
path: root/ui/base/gestures
Commit message (Expand)AuthorAgeFilesLines
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-6/+7
* gesture recognizer: Cleanup some code and fix a test.sadrul@chromium.org2012-10-292-8/+11
* gesture recognizer: Improve multi-finger scrolling.sadrul@chromium.org2012-10-242-28/+34
* Add a mechanism to provide non-linear scaling of fling acceleration.rjkroege@chromium.org2012-10-231-3/+55
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+1
* Store the dimensions of the first finger's enclosing rectangle when creating ...tdanderson@chromium.org2012-10-233-1/+25
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-1/+0
* Minor tweak to click-detection algorithmrbyers@chromium.org2012-10-181-1/+4
* Fix getting tap events on scroll gestures when touchmove is consumedrbyers@chromium.org2012-10-172-1/+5
* touch: Coalesce touch-events, and remove the touch-event queue from the gestu...sadrul@chromium.org2012-10-174-150/+8
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* events: Clean up dispatching code for touch-events.sadrul@chromium.org2012-09-275-27/+27
* Fix drift while scrolling.rjkroege@chromium.org2012-09-251-8/+20
* Add GestureTapCancel gesture typerbyers@chromium.org2012-09-112-1/+19
* Adjust defaults for touchscreen scrolling parameters.rjkroege@chromium.org2012-09-101-2/+1
* gesture recognizer: Plug a leak.sadrul@chromium.org2012-09-051-6/+7
* Fix leaks in aura_unittestsoshima@chromium.org2012-09-051-0/+2
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-047-11/+11
* gestures: Fix a bug where a swipe wasn't being generated for a two-finger ges...sadrul@chromium.org2012-08-291-4/+4
* Change default values of some gesture related constantsvarunjain@chromium.org2012-08-283-4/+14
* Slow touchscreen acceleration model and adjust default multiplier.rjkroege@chromium.org2012-08-262-2/+2
* Make the fling acceleration constant adjustable from chrome://gesturerjkroege@chromium.org2012-08-233-1/+13
* gesture: Include velocity in scroll-update gestures.sadrul@chromium.org2012-08-204-43/+76
* gesture recognizer: Change the way a processed touch-release event is handled.sadrul@chromium.org2012-08-131-15/+30
* gesture recognizer: Make sure a combination of sync/async touch-events work c...sadrul@chromium.org2012-08-132-20/+91
* gesture recognizer: Some cleanup and workaround for a crash.sadrul@chromium.org2012-08-133-39/+23
* gestures: Some more event cleanup.sadrul@chromium.org2012-08-103-20/+6
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-101-19/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-094-127/+65
* gestures: Generate only either scroll-end or fling-start events at the end of...sadrul@chromium.org2012-08-091-9/+7
* gesture recognizer: Make sure the pinch/scroll only when the finger is moved ...sadrul@chromium.org2012-08-071-2/+18
* ~GestureRecognizerImpl() was leaking memory. Now it doesn't. An unfortunate...girard@chromium.org2012-08-031-0/+2
* Pass tap count (1 or 2) with tap gesture eventsrbyers@chromium.org2012-08-034-10/+18
* gesture recognizer: Fix computing the bounding box of the rectangles.sadrul@chromium.org2012-07-272-3/+7
* gesture recognizer: Expose bounding-box for the points in a gesture-event.sadrul@chromium.org2012-07-234-36/+22
* ash: Record some additional information about the gestures.sadrul@chromium.org2012-07-234-59/+75
* Corrected issues with queued touch events. This fixes gestures in Windows.girard@chromium.org2012-07-111-1/+1
* aura: Change long press affordance according to UX mocks.varunjain@chromium.org2012-07-111-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-118-8/+0
* Revert 146011 - aura: Change long press affordance according to UX mocks.mihaip@chromium.org2012-07-111-1/+1
* aura: Change long press affordance according to UX mocks.varunjain@chromium.org2012-07-111-1/+1
* gestures: Process some consumed touch-move events for gesture-recognition.sadrul@chromium.org2012-07-091-46/+121
* GestureRecognizer: Long press should be cancelled on prevented-defaulted moves.varunjain@chromium.org2012-06-265-12/+71
* Gesture Recognizer: Make short long press time configurable.varunjain@chromium.org2012-06-192-0/+8
* Touch related tweaks for tab dragging. Adds ability to current lastsky@chromium.org2012-06-185-0/+24
* ui-gestures: Added some type-specific accessors to gesture-events.sadrul@chromium.org2012-06-133-1/+174
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-072-5/+20
* It broke win aura botloislo@chromium.org2012-06-072-20/+5
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-072-5/+20
* Changes SetCapture to transfer events rather then cancel all.sky@chromium.org2012-06-073-65/+90