summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_event_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* aura: Fix updating |Env::last_mouse_location()|.Sadrul Habib Chowdhury2015-03-131-0/+2
* Don't pass touches to gesture recognizer for async acks.tdresser2015-02-191-3/+1
* aura: Fix event dispatch when a 'held' event triggers a menu.Sadrul Habib Chowdhury2015-01-151-1/+1
* Fix the wrong relative coordinates from EventDispatchmyid.shin2015-01-081-6/+11
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-29/+28
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-22/+22
* Introduce EventProcessor::OnEventProcessingStarted()tdanderson2014-09-301-1/+1
* Fix incorrect touch transform before gesture recognition.tdresser2014-09-101-1/+2
* Revert of Simplify the logic in DesktopWindowTreeHostX11 for FocusOut (https:...pkotwicz@chromium.org2014-07-231-0/+1
* Simplify the logic in DesktopWindowTreeHostX11 for FocusOutpkotwicz@chromium.org2014-07-171-1/+0
* Fixing flaky overscroll and touch exploration mode browser testsmfomitchev@chromium.org2014-06-271-0/+5
* Dispatch a synthetic ui::ET_MOUSE_EXITED event to the widget handling mousepkotwicz@chromium.org2014-06-261-1/+2
* Reland Unified Gesture Recognizer for Auratdresser@chromium.org2014-05-161-6/+1
* Revert of Unified Gesture Recognizer (https://codereview.chromium.org/2515430...hclam@chromium.org2014-05-101-1/+6
* Unified Gesture Recognizertdresser@chromium.org2014-05-091-6/+1
* Partially revert r264669.hshi@chromium.org2014-04-301-5/+4
* Fix behavior of WindowEventDispatcher::SynthesizeMouseMoveEvent().hshi@chromium.org2014-04-171-2/+3
* CHECK that ui::Windows being destroyed have been hidden if necessarytdresser@chromium.org2014-04-031-4/+0
* Make WindowEventDispatcher be a WindowObserver instead of duplicating WO APIsben@chromium.org2014-03-211-36/+50
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-201-8/+4
* Remove PrepareForShutdownoshima@chromium.org2014-03-201-3/+0
* Revert 258077 "Remove PrepareForShutdown"brettw@chromium.org2014-03-191-0/+3
* Remove PrepareForShutdownoshima@chromium.org2014-03-191-3/+0
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-071-30/+9
* Revert 255368 "Clean up WindowEventDispatcher some more."ben@chromium.org2014-03-061-9/+30
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-061-30/+9
* Rename RootWindowObserver -> WindowTreeHostObserver.ben@chromium.org2014-03-051-17/+0
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-21/+10
* Invert the ownership relationship between WindowEventDispatcher and WindowTre...ben@chromium.org2014-02-281-17/+4
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-0/+329