summaryrefslogtreecommitdiffstats
path: root/ui/aura/window.cc
Commit message (Expand)AuthorAgeFilesLines
* CHECK that ui::Windows being destroyed have been hidden if necessarytdresser@chromium.org2014-04-031-0/+22
* Revert of Move GetCursor() method from WindowDelegate to its own delegate int...ben@chromium.org2014-03-271-0/+4
* Move GetCursor() method from WindowDelegate to its own delegate interface Cur...ben@chromium.org2014-03-261-4/+0
* Move layer recreation logic entirely into LayerOwner::RecreateLayer().ben@chromium.org2014-03-261-12/+0
* plumbing fills_bounds_completely from aura to content_layer_updaterluken@chromium.org2014-03-251-0/+5
* Make WindowEventDispatcher be a WindowObserver instead of duplicating WO APIsben@chromium.org2014-03-211-31/+34
* Remove unnecessary argument in UpdateLayerNameoshima@chromium.org2014-03-201-3/+3
* Makes View::RecreateLayer() and Window::RecreateLayer() the samesky@chromium.org2014-03-191-39/+12
* Revert 258004 "Reset owner upon acquisition"oshima@chromium.org2014-03-191-1/+1
* Reset owner upon acquisitionoshima@chromium.org2014-03-191-1/+1
* Fixing a visibility problem with hangout panels upon multi user switchingskuhne@chromium.org2014-03-121-0/+8
* Removes dependency of window_util on viewssky@chromium.org2014-03-111-8/+9
* Remove Views dependency from window_animations.ccben@chromium.org2014-03-051-80/+77
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-32/+32
* Skia is disassociating information about the state of the clip from the clip ...robertphillips@google.com2014-03-031-1/+2
* Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.ben@chromium.org2014-02-281-2/+2
* aura: Make Window::HitTest() a private method.sadrul@chromium.org2014-02-251-16/+16
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-1/+1
* Do not consider drag capture window activatable for window selection.flackr@chromium.org2014-02-061-1/+1
* aura: Introduce ScopedWindowTargeter.sadrul@chromium.org2014-01-311-0/+7
* aura: Remove Window::SetHitTestBoundsOverrideOuter() and related methods.sadrul@chromium.org2014-01-301-7/+1
* Makes Window::RecreateLayer() reset boundssky@chromium.org2014-01-161-0/+2
* Makes Window::Init take a WindowLayerType instead of LayerType.sky@chromium.org2014-01-081-18/+1
* Tweaks to make compiler happysky@chromium.org2014-01-081-4/+4
* Moves management of transients out of Windowsky@chromium.org2014-01-071-108/+2
* wm: public window_types.tfarina@chromium.org2013-12-191-2/+2
* Moves transient stacking logic into WindowStackingClientsky@chromium.org2013-12-121-67/+30
* Gets the various Window::StackChild functions to work with WINDOW_LAYER_NONE....sky@chromium.org2013-12-121-15/+175
* Cleanup Window::UpdateLayerName to use IntToStringsky@chromium.org2013-12-121-6/+5
* Gets Window::ConvertPointToTarget() work with layerless windows.sky@chromium.org2013-12-101-0/+12
* Makes Window::GetTargetBounds() work with mixed layerless windowssky@chromium.org2013-12-081-9/+25
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-061-1/+6
* Revert 239232 "Make sure WindowObservers are removed from window..."oshima@chromium.org2013-12-061-6/+1
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-061-1/+6
* Wires up painting of layerless childrensky@chromium.org2013-12-031-4/+24
* Initial cut at layerless windows.sky@chromium.org2013-12-031-37/+185
* events: Introduce EventTargeter.sadrul@chromium.org2013-12-021-2/+17
* Cancel active touches when their window can no longer receive events.tdresser@chromium.org2013-11-261-4/+11
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-1/+2
* aura: Avoid unnecessary recursion when deciding whether a window can accept a...sadrul@chromium.org2013-11-141-1/+11
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-1/+57
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-57/+1
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-1/+57
* events: Remove the bit to allow dispatching events to hidden targets.sadrul@chromium.org2013-11-091-2/+1
* Allow stacking below windows with layers with NULL delegates.flackr@chromium.org2013-11-051-6/+4
* Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."scottmg@chromium.org2013-11-011-0/+2
* Makes tooltips work better with capturesky@chromium.org2013-10-291-2/+4
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-38/+50
* Make TRANSPARENT windows be layered windows on win aurascottmg@chromium.org2013-10-251-2/+0