summaryrefslogtreecommitdiffstats
path: root/ui/events/gestures
Commit message (Expand)AuthorAgeFilesLines
* Trim some headers from base/memory/scoped_ptr.hdcheng2016-03-171-0/+1
* ui: Add ability to set PointerDetails on TouchEventrobert.bradford2016-02-121-5/+7
* Redefined the bit WebTouchEvent.causesScrollingIfUncanceled.mustaq2016-02-081-1/+1
* ui: Make PointerDetails a structrobert.bradford2016-02-082-5/+5
* aura: Propagate PointerEventType through the MotionEventrobert.bradford2016-01-132-6/+29
* Clean up event flags a bit:pkasting2016-01-081-2/+2
* Global conversion of Pass()→std::move() on OS=androiddcheng2015-12-301-1/+1
* Clean up header files.avi2015-12-261-0/+2
* Switch to standard integer types in ui/events/.avi2015-12-2410-8/+26
* Add a GestureConsumer callback to dispatching gesture eventsdtapuska2015-12-228-58/+54
* Convert Pass()→std::move() in ui/dcheng2015-12-182-6/+9
* gfx: Make conversions from gfx::Point to PointF explicit.danakj2015-11-024-98/+46
* 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