summaryrefslogtreecommitdiffstats
path: root/ui/events/gestures
Commit message (Expand)AuthorAgeFilesLines
* Invalid press events don't create multiple pointers with the same id.tdresser2015-01-262-8/+23
* Fixed ui::TouchEvent rotation angle out-of-bound issue.mustaq2015-01-212-19/+57
* Remove ui::TouchEvent -> blink::WebTouchEvent conversion methods.tdresser2015-01-085-59/+95
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-1/+1
* Expose native, desktop and mobile gesture detection defaultsjdduke2014-12-157-34/+43
* The GestureRecognizer should never map an ID to a NULL consumertdanderson2014-12-111-3/+6
* Re-enable Eager Gesture Recognition on Auratdresser2014-12-096-32/+47
* Merge MotionEventAura::PointData and ui::PointerProperties from motion_event_...lanwei2014-11-192-217/+63
* Add input latency histograms for wheel eventsccameron2014-11-031-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-284-53/+46
* Adopt ui::GestureConfiguration on Androidlanwei2014-10-275-247/+15
* Remove abstract Clone and Cancel methods from MotionEventjdduke2014-10-243-49/+30
* Standardize usage of virtual/override/final in ui/dcheng2014-10-212-31/+25
* Consolidate content fling implementationsjdduke2014-10-103-39/+77
* Change GestureConfiguration types to be consistent with each other and with thepkasting2014-10-094-68/+67
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-095-49/+49
* Avoid a compiler error by initializing a local variable.gusfernandez2014-10-031-1/+1
* fling: Remove a bunch of code for configuring fling curves.Sadrul Habib Chowdhury2014-09-252-22/+0
* Remove unsupported parameters by the unified gesture detector from Gesture Co...lanwei2014-09-162-80/+0
* Add modifier flags to MotionEventjdduke2014-09-125-5/+29
* Make touch orientation attributes visible in Blink.mustaq2014-09-024-47/+164
* Add the actual location coordinates to the touch cancel eventlanwei2014-08-292-33/+39
* Use MotionEvent::MAX_TOUCH_POINT_COUNTtdresser2014-08-272-7/+8
* Remove old Aura Gesture Detection Pipeline.tdresser2014-08-2615-2694/+50
* Remove NOTIMPLEMENTED guard in MotionEvent{Web|Aura}::GetToolTypejdduke@chromium.org2014-08-182-11/+23
* Change the max_swipe_deviation_ratio to max_swipe_deviation_angle.lanwei@chromium.org2014-08-113-8/+13
* Eager Gesture Recognition on Auratdresser@chromium.org2014-08-086-26/+244
* athena: Add support for fling-scroll in overview mode.sadrul@chromium.org2014-08-063-0/+156
* Support vsync-aligned input with a MotionEventBufferjdduke@chromium.org2014-08-011-7/+2
* Hide pinch zoom quantization behind a flag.tdresser@chromium.org2014-07-282-1/+7
* Add a MotionEventGeneric implementationjdduke@chromium.org2014-07-242-41/+5
* Fix gesture debuggingjdduke@chromium.org2014-07-221-1/+1
* Replace touch_ids_bitfield_ with first_touch_id_.tdresser@chromium.org2014-07-144-41/+26
* Provide max gesture bounds and option to ignore touch size during pinchjdduke@chromium.org2014-07-021-1/+1
* Extend MotionEvent to have tool type and button statechangwan@chromium.org2014-06-212-0/+12
* [Android] Route raw screen coordinates to touch eventsjdduke@chromium.org2014-06-133-14/+62
* Reland: Fix slop region boundary handling.tdresser@chromium.org2014-06-123-22/+56
* Re-enable unified gesture detector.tdresser@chromium.org2014-06-121-2/+2
* Revert 276728 "Fix slop region boundary handling."tdresser@chromium.org2014-06-123-56/+22
* Fix slop region boundary handling.tdresser@chromium.org2014-06-123-22/+56
* Support minimum gesture bounds in GestureProviderjdduke@chromium.org2014-06-121-3/+3
* Disable unified gesture detectortdresser@chromium.org2014-06-051-2/+2
* Enable unified GR by default in Aura.tdresser@chromium.org2014-06-051-2/+2
* Pass ui::LatencyInfo correct with unified gesture detector on Aura.tdresser@chromium.org2014-06-032-1/+17
* Move OverscrollController to RenderWidgetHostViewAurajdduke@chromium.org2014-06-032-0/+16
* Prepare for Unified Gesture Recognizer landing in Auratdresser@chromium.org2014-06-023-19/+44
* Implementing the dispatch of the swipe gesture for one-finger touch swipes.mfomitchev@chromium.org2014-05-281-1/+1
* MacViews: Adds NativeWidgetMac and gets views target compiling on Mac.tapted@chromium.org2014-05-261-0/+64
* Use multi-value switch to enable/disable the unified gesture detector.tdresser@chromium.org2014-05-241-3/+23
* Support tap_count in ui::GestureProvider.tdresser@chromium.org2014-05-222-1/+42