summaryrefslogtreecommitdiffstats
path: root/ui/events/gesture_detection
Commit message (Expand)AuthorAgeFilesLines
* ui: Add out-of-line copy ctors for complex classes.vmpstr2016-02-258-0/+12
* Redefined the bit WebTouchEvent.causesScrollingIfUncanceled.mustaq2016-02-083-30/+99
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-1/+1
* Don't send touch events to windows like menus when the touch occurs outside t...ananta2016-01-141-3/+8
* Clean up event flags a bit:pkasting2016-01-081-2/+2
* Switch to standard integer types in ui/events/.avi2015-12-2435-51/+93
* Convert Pass()→std::move() in ui/dcheng2015-12-184-23/+29
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-193-0/+3
* Pass MotionEvent tilt angles to Blink on Android.eero.hakkinen2015-11-024-0/+12
* Aura on Android: Making events workmfomitchev2015-10-291-0/+4
* Remove myself from several OWNER filesjdduke2015-10-261-1/+1
* [Android] Allow multi-tap selection in editable regionsjdduke2015-10-231-3/+0
* Don't use base::MessageLoop::{Quit,QuitClosure} in ui/ki.stfu2015-10-121-1/+1
* Support a stylus drag zoom gesturejdduke2015-10-028-34/+77
* [Android] Disable double-tap selectionjdduke2015-10-011-1/+3
* [Android] Support double-tap selectionjdduke2015-09-2510-46/+219
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-1/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-103-6/+6
* events: Avoid implicit conversion from Rect to RectF in events_unittestsdanakj2015-09-091-44/+36
* Avoid implicit conversion from Rect to RectF in events and gfx tests.danakj2015-09-081-3/+3
* [Android] Reduce the max allowed gesture bounds sizejdduke2015-09-031-6/+6
* Stop crash with > 16 active touches, harden MotionEvent interface.tdresser2015-09-025-3/+19
* [Android] Remove the --disable-click-delay flagjdduke2015-08-182-9/+1
* Disable tap suppression logic for WebViewjdduke2015-08-064-0/+27
* Update BitSet32jdduke2015-07-292-5/+156
* [Android] Expose native ViewConfiguration constants as DIPsjdduke2015-07-091-15/+7
* html_viewer: Correctly set axis and orientation of MotionEvent.sadrul2015-06-253-0/+90
* Fix motion event orientation handling for styluses.e.hakkinen2015-05-291-2/+5
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in u...d.samantaray2015-05-272-3/+3
* Only send SCROLL_BEGIN when a SCROLL_UPDATE will occur.tdresser2015-05-263-44/+43
* Validate that asynchronous touch acks are associated with the right eventlanwei2015-05-258-217/+241
* Cleanup: Simplify some checks in tests.thestig2015-05-112-5/+5
* Makes GestureConfiguration pluggable and provides implementations for mandolinesky2015-05-075-7/+50
* Pass gfx structs by const ref (gfx::Vector2d/F)a.berwal2015-05-041-3/+3
* Pass gfx structs by const ref (gfx::PointF)a.berwal2015-04-301-3/+3
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-298-53/+65
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-4/+4
* Exposes more mutation functions to MotionEventGenericsky2015-03-253-9/+45
* Always forward touch events to the TouchEventQueuejdduke2015-02-261-1/+1
* Don't pass touches to gesture recognizer for async acks.tdresser2015-02-191-1/+1
* Mechanical rename of tracing includes for /uissid2015-01-272-2/+2
* Expose double-tap platform support via ui::GestureConfigurationjdduke2015-01-237-1/+17
* Always use ACTION_UP for generating tap eventsjdduke2015-01-212-3/+8
* replace COMPILE_ASSERT with static_assert in ui/mostynb2015-01-142-3/+3
* TouchExplorationController shouldn't ack ignored touches.tdresser2015-01-051-8/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+3
* Change CHECK to DCHECK for crash due to touch exploration with eager GR.tdresser2014-12-161-2/+8
* Expose native, desktop and mobile gesture detection defaultsjdduke2014-12-157-50/+195
* Re-enable Eager Gesture Recognition on Auratdresser2014-12-097-20/+211