summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-930/+0
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-99/+114
* Aura: update last mouse position while holding pointer.dgozman@chromium.org2014-02-181-0/+4
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-48/+5
* Do not set the last mouse location from synthesized event.oshima@chromium.org2014-02-141-4/+8
* Do not consider drag capture window activatable for window selection.flackr@chromium.org2014-02-061-20/+28
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-29/+3
* aura: Introduce ScopedWindowTargeter.sadrul@chromium.org2014-01-311-1/+1
* aura: Fix dispatching 'held' events when root-window has a non-identity trans...sadrul@chromium.org2014-01-211-0/+6
* aura: Dispatch mouse events using the EventProcessor interface.sadrul@chromium.org2014-01-181-172/+136
* aura: Fix a couple of issues related to held touch events.sadrul@chromium.org2014-01-131-12/+13
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-101-27/+8
* Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."noamsml@google.com2014-01-101-8/+27
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-091-27/+8
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-9/+9
* aura: Use EventPrcessor interface for dispatching touch events.sadrul@chromium.org2014-01-071-94/+71
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-191-141/+6
* aura: Early out when there is no held event to dispatch.sadrul@chromium.org2013-12-181-0/+3
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-3/+5
* aura: Post non-nestable tasks for dispatching held/repostable events.sadrul@chromium.org2013-12-161-3/+3
* aura: Start using EventPrcessor interface for event dispatch.sadrul@chromium.org2013-12-131-47/+55
* cleanup: Use const-ref instead of pointers in the gesture recognizer API.sadrul@chromium.org2013-12-111-2/+2
* aura: Start updating aura to use EventProcessor for event dispatch.sadrul@chromium.org2013-12-061-23/+44
* Fix autofill popup sizejbauman@chromium.org2013-12-031-1/+1
* "Ending" gesture events don't retarget on capture (WIP)tdresser@chromium.org2013-11-281-1/+6
* Cancel active touches when their window can no longer receive events.tdresser@chromium.org2013-11-261-3/+4
* Revert 236409 "Fix autofill popup size."dcheng@chromium.org2013-11-211-1/+1
* Fix autofill popup size.jbauman@chromium.org2013-11-211-1/+1
* Revert 236017 "Move some non-event related functionality from Ro..."ben@chromium.org2013-11-201-6/+140
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-9/+9
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-9/+9
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-11-191-140/+6
* Fix TestViewWidthAfterMinimizingWidgetjbauman@chromium.org2013-11-161-1/+1
* Make transparent windows at least 64x64 pixels on windowsjbauman@chromium.org2013-11-161-1/+1
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-68/+8
* 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-60/+7
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-7/+60
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-60/+7
* Revert 233845 "Use software renderer for windows with an initial..."scottmg@chromium.org2013-11-111-7/+1
* Use Window instead of RootWindow in many more places throughout the codebaseben@chromium.org2013-11-101-65/+69
* Use software renderer for windows with an initial size less than 64x64jbauman@chromium.org2013-11-081-1/+7
* events: Introduce EventDispatchDetails.sadrul@chromium.org2013-11-081-108/+172
* linux_aura: Improve window drag performance.erg@chromium.org2013-11-051-0/+6
* Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."scottmg@chromium.org2013-11-011-4/+3
* Ensure on Windows AURA that the cursor stays within the bounds of the window ...ananta@chromium.org2013-10-311-0/+4
* Fixes possible use after free in RootWindow::DispatchHeldEventssky@chromium.org2013-10-311-11/+13
* Fixes bug in RepostEvent() incorrectly resetting held_move_event_ twicesky@chromium.org2013-10-301-5/+3
* Disable broken reposting of gesture eventsrbyers@chromium.org2013-10-301-40/+10
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-8/+11