summaryrefslogtreecommitdiffstats
path: root/ui/aura/window.h
Commit message (Expand)AuthorAgeFilesLines
* aura: More dead-code removal for layerless windows.sadrul2015-07-131-10/+0
* aura: Remove more code related to layerless windows.sadrul2015-07-071-15/+0
* Removes the useless GetFocusedTextInputClient().shuchen2015-07-021-4/+0
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* aura: Remove unused Window::Blur().sadrul2015-05-111-2/+1
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-041-3/+3
* aura: Remove layerless windows.danakj2015-04-031-2/+1
* text input focus: Supports Window::GetFocusedTextInputClient.yukishiino2015-01-281-0/+5
* Use template specialization to generate WindowProperty code.oshima2015-01-071-1/+5
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-1/+1
* Revert of Use template specialization to generate WindowProperty code (patchs...chirantan2014-12-191-5/+1
* Use template specialization to generate WindowProperty code.oshima2014-12-191-1/+5
* ObserverList::HasObserver now takes a const pointer.mgiuca2014-11-101-1/+1
* aura: Move Window::ContainsMouse() implementation into the test API.Sadrul Habib Chowdhury2014-10-211-3/+0
* Standardize usage of virtual/override/final in ui/dcheng2014-10-211-12/+11
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-9/+9
* Propagate window transformed notification to child hierarchymohsen2014-09-101-0/+4
* Stop painting when receiving delegated frameenne2014-08-231-0/+2
* Reland "Update the window labels if they change in overview mode."nsatragno@chromium.org2014-06-271-1/+1
* Revert 279887 "Update the window labels if they change in overvi..."pastarmovj@google.com2014-06-261-1/+1
* Update the window labels if they change in overview mode.nsatragno@chromium.org2014-06-261-1/+1
* aura: De-virtual a few methods in Window.sadrul@chromium.org2014-04-261-5/+5
* aura: A couple of API cleanups.sadrul@chromium.org2014-04-231-8/+1
* CHECK that ui::Windows being destroyed have been hidden if necessarytdresser@chromium.org2014-04-031-0/+3
* Revert of Move GetCursor() method from WindowDelegate to its own delegate int...ben@chromium.org2014-03-271-0/+3
* Move GetCursor() method from WindowDelegate to its own delegate interface Cur...ben@chromium.org2014-03-261-3/+0
* Move layer recreation logic entirely into LayerOwner::RecreateLayer().ben@chromium.org2014-03-261-3/+0
* plumbing fills_bounds_completely from aura to content_layer_updaterluken@chromium.org2014-03-251-0/+3
* Make WindowEventDispatcher be a WindowObserver instead of duplicating WO APIsben@chromium.org2014-03-211-5/+6
* Remove unnecessary argument in UpdateLayerNameoshima@chromium.org2014-03-201-2/+2
* Removes dependency of window_util on viewssky@chromium.org2014-03-111-7/+3
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-9/+6
* aura: Make Window::HitTest() a private method.sadrul@chromium.org2014-02-251-7/+7
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-5/+2
* aura: Introduce ScopedWindowTargeter.sadrul@chromium.org2014-01-311-3/+4
* aura: Remove Window::SetHitTestBoundsOverrideOuter() and related methods.sadrul@chromium.org2014-01-301-21/+1
* Moves transient window observer methods out of WindowObserversky@chromium.org2014-01-101-8/+0
* Makes Window::Init take a WindowLayerType instead of LayerType.sky@chromium.org2014-01-081-5/+1
* Moves management of transients out of Windowsky@chromium.org2014-01-071-37/+10
* wm: public window_types.tfarina@chromium.org2013-12-191-4/+4
* Moves transient stacking logic into WindowStackingClientsky@chromium.org2013-12-121-16/+12
* Gets the various Window::StackChild functions to work with WINDOW_LAYER_NONE....sky@chromium.org2013-12-121-3/+11
* aura: Start updating aura to use EventProcessor for event dispatch.sadrul@chromium.org2013-12-061-0/+2
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-061-1/+1
* Revert 239232 "Make sure WindowObservers are removed from window..."oshima@chromium.org2013-12-061-1/+1
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-061-1/+1
* Wires up painting of layerless childrensky@chromium.org2013-12-031-0/+7
* Initial cut at layerless windows.sky@chromium.org2013-12-031-6/+42
* events: Introduce EventTargeter.sadrul@chromium.org2013-12-021-0/+10