summaryrefslogtreecommitdiffstats
path: root/ui/aura/window.cc
Commit message (Expand)AuthorAgeFilesLines
* * property can now manage value's memoryoshima@chromium.org2012-03-061-9/+27
* Aura: Update window frames, allow resize from outside windowjamescook@chromium.org2012-03-021-2/+5
* Moves stacking client to Env.beng@google.com2012-02-271-1/+1
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-261-3/+6
* Suppress painting when closing windowoshima@chromium.org2012-02-231-3/+13
* Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w...ben@chromium.org2012-02-181-3/+1
* aura::Window only supports void* and int values for custom properties, which ...benrg@chromium.org2012-02-111-25/+29
* Aura: Fix activated windows sometimes not switching to foregroundjamescook@chromium.org2012-02-101-32/+65
* Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...ben@chromium.org2012-02-031-1/+2
* Adds two new observer methods to allow code to be notified when a Window is a...ben@chromium.org2012-02-011-10/+26
* Revert 119976 - Adds two new observer methods to allow code to be notified wh...ben@chromium.org2012-01-311-26/+10
* Adds two new observer methods to allow code to be notified when a Window is a...ben@chromium.org2012-01-311-10/+26
* Makes GetRootWindow() public on Window so we can begin to convert uses of Roo...ben@chromium.org2012-01-311-4/+9
* Fix compile with Aura/Mac ash_shell and workspace controllerdhollowa@chromium.org2012-01-311-2/+3
* [aura] Return focus to transient parent when modal window closes.ivankr@chromium.org2012-01-311-1/+2
* Fix a bug where in the shell the modal window was being visually stacked belo...ben@chromium.org2012-01-301-1/+4
* Merge Compositor and CompositorCCpiman@chromium.org2012-01-291-11/+0
* Synthesize mouse move event after window creation/deletion or size/visibiilty...oshima@chromium.org2012-01-271-7/+40
* Fixes regression where ~Window would crash if layer was never created.sky@chromium.org2012-01-271-3/+5
* Allow hide animations to work again:ben@chromium.org2012-01-271-16/+39
* aura: No shadow for transparent window.xiyuan@chromium.org2012-01-261-0/+8
* Aura: Allow compact window mode to be turned on/off at runtimejamescook@chromium.org2012-01-251-0/+10
* aura: Remove window from its parent a little early.sadrul@chromium.org2012-01-221-2/+5
* Reland "aura/chromeos: Avoid suspending while video is playing."derat@chromium.org2012-01-191-0/+12
* NULL check the parent's layer too when removing a child.ben@chromium.org2012-01-191-2/+2
* Add a simple animation when showing/hiding windows.ben@chromium.org2012-01-191-2/+18
* Revert "aura/chromeos: Avoid suspending while video is playing."derat@chromium.org2012-01-191-12/+0
* aura/chromeos: Avoid suspending while video is playing.derat@chromium.org2012-01-181-0/+12
* Revert 118057 - Add a simple animation when showing/hiding windows.dbeam@chromium.org2012-01-181-17/+2
* Add a simple animation when showing/hiding windows.ben@chromium.org2012-01-181-2/+17
* * Don't activate a window if screen is locked.oshima@chromium.org2012-01-131-17/+31
* Shell related switches -> aura shell switches.ben@chromium.org2011-12-201-3/+2
* Second attempt at moving the StackingClient to a property on the RootWindow.ben@chromium.org2011-12-151-6/+13
* Revert r114369 "Store StackingClient on RootWindow in a property."oshima@chromium.org2011-12-141-2/+2
* Store StackingClient on RootWindow in a property.ben@chromium.org2011-12-141-2/+2
* Move the concept of Activation to the Shell.ben@chromium.org2011-12-131-21/+0
* Revert 114095 - Move the concept of Activation to the Shell.ben@chromium.org2011-12-121-0/+21
* Move the concept of Activation to the Shell.ben@chromium.org2011-12-121-21/+0
* Rename Desktop->RootWindow.ben@chromium.org2011-12-071-28/+28
* aura: Ask the WindowDelegate before a Window is Focus()ed.sadrul@chromium.org2011-12-031-2/+1
* Added hotkey support to 8508009pkotwicz@chromium.org2011-12-011-13/+25
* aura: Implement window-related methods in platform_util.derat@chromium.org2011-11-301-0/+9
* Release aura::Desktop event handler windows on detaching an ancestor window.flackr@chromium.org2011-11-301-0/+8
* Revert 112232 - Added hotkey support to 8508009pkotwicz@chromium.org2011-11-301-25/+13
* Added hotkey support to 8508009pkotwicz@chromium.org2011-11-301-13/+25
* Make Aura and compositor stacking methods more intuitive.derat@chromium.org2011-11-231-7/+6
* Aura: Fix window resizing for large drags.jamescook@chromium.org2011-11-221-3/+8
* s/Move/Stack/ in names of stacking-related methods.derat@chromium.org2011-11-221-6/+6
* aura: Rename OnPropertyChanged to OnWindowPropertyChanged.derat@chromium.org2011-11-221-2/+2
* aura: Draw drop shadows under browsers and menus.derat@chromium.org2011-11-211-0/+22