summaryrefslogtreecommitdiffstats
path: root/ui/events/gestures
Commit message (Expand)AuthorAgeFilesLines
* Don't drop the floating point part of events when converting types.danakj2015-10-231-1/+1
* [Android] Support double-tap selectionjdduke2015-09-252-39/+0
* Enforce marking "override" for functions overriding Blink in ui/.avi2015-09-251-2/+2
* Enforce marking "override" for functions overriding Blink in ui/.avi2015-09-241-3/+3
* Drop ui::TouchEvent shims for radius_{x,y} and forcerobert.bradford2015-09-041-2/+3
* Stop crash with > 16 active touches, harden MotionEvent interface.tdresser2015-09-024-16/+41
* html_viewer: Correctly set axis and orientation of MotionEvent.sadrul2015-06-251-34/+2
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in u...d.samantaray2015-05-271-1/+1
* Remove gfx::FrameTime for a single clock sourceabhishek.ka2015-05-261-2/+1
* Validate that asynchronous touch acks are associated with the right eventlanwei2015-05-256-58/+19
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-293-5/+22
* Unifying how gesture event inherits touch event's LatencyInfomiletus2015-04-172-16/+0
* Refactors code for WebGestureCurve to ui/events/gestures/blinksky2015-04-035-0/+297
* Prevent capture from transferring touch event streams.tdresser2015-03-184-39/+30
* Don't pass touches to gesture recognizer for async acks.tdresser2015-02-194-9/+7
* 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