summaryrefslogtreecommitdiffstats
path: root/ui/aura/gestures
Commit message (Expand)AuthorAgeFilesLines
* Stop touch-absorption from creating large pinch update deltastdresser@chromium.org2014-04-081-0/+88
* Remove unused long press touch_id from GestureEventDetails.tdresser@chromium.org2014-03-311-5/+0
* On consumed touchMove, update touch point scroll state.tdresser@chromium.org2014-03-311-3/+4
* Provide access to the WindowEventDispatcher as a ui::EventProcessor.ben@chromium.org2014-03-101-55/+56
* Ensure Multi-finger tap generates both GestureScrollBegin and GestureScrollEnd.tdresser@chromium.org2014-03-101-3/+4
* Validate the stream of gesture events (WIP).tdresser@chromium.org2014-02-261-2/+2
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-8/+8
* Consuming a touch move prevents only the next scroll update.tdresser@chromium.org2014-02-151-0/+57
* Remove unnecessary uses of aura::Env::GetDispatchersadrul@chromium.org2014-02-051-2/+1
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-199/+197
* [Aura] Stop using consistent velocity as scroll start heuristictdresser@chromium.org2014-01-301-33/+159
* Allow raw pixel scrolling in web contents in Aura.tdresser@chromium.org2014-01-281-11/+11
* gesture: Fix the location of GESTURE_END.sadrul@chromium.org2014-01-201-2/+27
* Consuming any touch move before SCROLL_START prevents the scroll from occurin...tdresser@chromium.org2014-01-171-0/+149
* Target touches to the correct display.tdresser@chromium.org2014-01-101-9/+39
* Revert 243974 "Target touches to the correct display."noamsml@google.com2014-01-091-39/+9
* Target touches to the correct display.tdresser@chromium.org2014-01-091-9/+39
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-168/+168
* Populate GestureScrollBegin hint properties in Aurarbyers@chromium.org2013-12-191-0/+15
* cleanup: Use const-ref instead of pointers in the gesture recognizer API.sadrul@chromium.org2013-12-111-4/+4
* Fix memory leak in QueueTouchEventDelegate.tdresser@chromium.org2013-11-271-1/+6
* Cancel active touches when their window can no longer receive events.tdresser@chromium.org2013-11-261-0/+3
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-168/+168
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-168/+168
* aura: Avoid unnecessary recursion when deciding whether a window can accept a...sadrul@chromium.org2013-11-141-2/+4
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-1/+0
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Use Window instead of RootWindow in many more places throughout the codebaseben@chromium.org2013-11-101-203/+203
* Send GesturePinchBegin only when finger has moved far enoughmiletus@chromium.org2013-10-291-24/+50
* Add show press gesture and remove tap down deferraltdresser@chromium.org2013-10-221-0/+136
* gesture-recognizer: Clean up GestureConsumer.sadrul@chromium.org2013-10-211-1/+63
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-29/+46
* Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...pfeldman@chromium.org2013-10-211-46/+29
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-29/+46
* events: Move all references to ui/base/ from ui/events.sadrul@chromium.org2013-09-261-0/+1
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-4/+4
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-2/+2
* If a touchmove event which would normally begin a scroll is consumedtdresser@chromium.org2013-09-131-27/+52
* Add support for maintaining ordinal values through GestureRecognizerdavemoore@chromium.org2013-08-121-1/+36
* Use a direct include of time headers in ui/.avi@chromium.org2013-06-281-1/+1
* Add scroll prediction as a configurable gesture parameter.flackr@chromium.org2013-06-201-1/+87
* Fix window positioning when detaching tab with touch after two-finger tapmohsen@chromium.org2013-06-171-0/+110
* Use a direct include of strings headers in ui/, part 1.avi@chromium.org2013-06-111-1/+1
* Generate tap gesture with tap_count = 3 for triple-tapmiletus@chromium.org2013-05-291-0/+55
* Don't send ScrollUpdate in GS_PINCH state if touch-moves are consumedmiletus@chromium.org2013-05-171-0/+95
* Gesture Recognizer: When receiving second touch pressed while in scroll state,varunjain@chromium.org2013-05-011-2/+39
* ui/aura: Remove unnecessary scoped_ptr ".get()" calls.tfarina@chromium.org2013-04-231-1/+1
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-201-60/+0