summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.h
Commit message (Expand)AuthorAgeFilesLines
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-329/+0
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-23/+27
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-29/+4
* Do not consider drag capture window activatable for window selection.flackr@chromium.org2014-02-061-1/+3
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-4/+0
* aura: Dispatch mouse events using the EventProcessor interface.sadrul@chromium.org2014-01-181-10/+2
* aura/ash: Misc nits.sadrul@chromium.org2014-01-131-1/+1
* aura: Fix a couple of issues related to held touch events.sadrul@chromium.org2014-01-131-0/+1
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-101-6/+0
* Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."noamsml@google.com2014-01-101-0/+6
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-091-6/+0
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-14/+14
* aura: Use EventPrcessor interface for dispatching touch events.sadrul@chromium.org2014-01-071-2/+1
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-191-35/+0
* aura: Start using EventPrcessor interface for event dispatch.sadrul@chromium.org2013-12-131-1/+6
* aura: Start updating aura to use EventProcessor for event dispatch.sadrul@chromium.org2013-12-061-4/+13
* Cancel active touches when their window can no longer receive events.tdresser@chromium.org2013-11-261-3/+3
* Revert 236017 "Move some non-event related functionality from Ro..."ben@chromium.org2013-11-201-0/+35
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-14/+14
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-14/+14
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-11-191-35/+0
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-40/+7
* Rename root_window_host.h to window_tree_host.hben@chromium.org2013-11-131-1/+1
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-18/+10
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-10/+18
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-18/+10
* Remove some uses of RootWindow in Ash.ben@chromium.org2013-11-091-0/+4
* events: Introduce EventDispatchDetails.sadrul@chromium.org2013-11-081-18/+29
* Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."scottmg@chromium.org2013-11-011-3/+0
* Ensure on Windows AURA that the cursor stays within the bounds of the window ...ananta@chromium.org2013-10-311-0/+3
* Fixes possible use after free in RootWindow::DispatchHeldEventssky@chromium.org2013-10-311-4/+2
* Disable broken reposting of gesture eventsrbyers@chromium.org2013-10-301-4/+1
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-3/+3
* Make TRANSPARENT windows be layered windows on win aurascottmg@chromium.org2013-10-251-0/+3
* Adds back logic to reset mouse handlers in other roots on capturesky@chromium.org2013-10-251-0/+1
* Add show press gesture and remove tap down deferraltdresser@chromium.org2013-10-221-1/+1
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-12/+3
* Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...pfeldman@chromium.org2013-10-211-3/+12
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-12/+3
* Resort RootWindow methodsben@chromium.org2013-10-181-29/+17
* Pulls common compositor integration stuff (draw scheduling, mostly) into ui::...ben@chromium.org2013-10-171-21/+1
* Removes debugging codesky@chromium.org2013-10-161-25/+0
* Makes RootWindow::RepostEvent() target capture windowsky@chromium.org2013-10-101-1/+1
* Fix WeakPtrFactory ordering problems in uidmichael@chromium.org2013-10-091-9/+11
* More debugging code for RootWindow holding onto deleted aura::Windowsky@chromium.org2013-10-011-16/+16
* Adds debugging to track down why mouse_moved_handler_ is bogussky@chromium.org2013-09-251-1/+26
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-2/+2
* Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisibletdanderson@google.com2013-09-201-0/+3
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-2/+2
* Nukes RootWindow::mouse_event_dispatch_target_sky@chromium.org2013-09-111-5/+0