summaryrefslogtreecommitdiffstats
path: root/ui/aura/window.cc
Commit message (Expand)AuthorAgeFilesLines
* Add some aura::Window debug methodsdavemoore@chromium.org2012-05-041-0/+21
* This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...oshima@chromium.org2012-04-271-11/+36
* Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...erg@chromium.org2012-04-251-1/+1
* aura: Hide transient children of a Window when the window hides.varunjain@chromium.org2012-04-241-0/+4
* ash: Hide launcher for unmanaged fullscreen windows.derat@chromium.org2012-04-201-0/+2
* Mouse events, touch events, or both can be locked to a target.tdresser@chromium.org2012-04-111-4/+6
* Revert 131761 - Mouse events, touch events, or both can be locked to a target.rsesek@chromium.org2012-04-111-6/+4
* Mouse events, touch events, or both can be locked to a target.tdresser@chromium.org2012-04-111-4/+6
* Turn on TabContentsViewAura by default.ben@chromium.org2012-04-071-3/+4
* Support non-hierarchy ownership for aura::Windows.ben@chromium.org2012-04-061-5/+13
* Makes OnWindowVisibilityChanged be sent whenever the target visibilitysky@chromium.org2012-04-051-8/+3
* Adds a TabContentsViewAura.ben@chromium.org2012-04-041-0/+5
* Revert 130442 - Adds a TabContentsViewAura.sergeyu@chromium.org2012-04-031-5/+0
* Adds a TabContentsViewAura.ben@chromium.org2012-04-031-0/+5
* Ash: Allow window resize to edge of launcherjamescook@chromium.org2012-03-271-21/+5
* Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-231-27/+26
* Revert 128503 - Remove stops_event_propagation from Window, since it's broken.jam@chromium.org2012-03-231-26/+27
* Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-231-27/+26
* Makes the launcher use a layer with a solid color, which is cheapersky@chromium.org2012-03-231-1/+2
* Revert 128328 - Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-221-26/+27
* Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-221-27/+26
* Gets instant to correctly commit under aura. This was broke for asky@chromium.org2012-03-161-2/+2
* Ash: Add hit test bounds override to window inspectorjamescook@chromium.org2012-03-141-0/+5
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+1
* Reland: Ash: Allow resize along 1 pixel edge inside window contentjamescook@chromium.org2012-03-141-2/+27
* Revert 126539 - Ash: Allow resize along 1 pixel edge inside window contentjamescook@chromium.org2012-03-141-27/+2
* Ash: Allow resize along 1 pixel edge inside window contentjamescook@chromium.org2012-03-141-2/+27
* Adds Window::StackBelow and wiring in Widget.sky@chromium.org2012-03-081-33/+52
* * 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