| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some aura::Window debug methods | davemoore@chromium.org | 2012-05-04 | 1 | -0/+21 |
* | This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T... | oshima@chromium.org | 2012-04-27 | 1 | -11/+36 |
* | Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree... | erg@chromium.org | 2012-04-25 | 1 | -1/+1 |
* | aura: Hide transient children of a Window when the window hides. | varunjain@chromium.org | 2012-04-24 | 1 | -0/+4 |
* | ash: Hide launcher for unmanaged fullscreen windows. | derat@chromium.org | 2012-04-20 | 1 | -0/+2 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 1 | -4/+6 |
* | Revert 131761 - Mouse events, touch events, or both can be locked to a target. | rsesek@chromium.org | 2012-04-11 | 1 | -6/+4 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 1 | -4/+6 |
* | Turn on TabContentsViewAura by default. | ben@chromium.org | 2012-04-07 | 1 | -3/+4 |
* | Support non-hierarchy ownership for aura::Windows. | ben@chromium.org | 2012-04-06 | 1 | -5/+13 |
* | Makes OnWindowVisibilityChanged be sent whenever the target visibility | sky@chromium.org | 2012-04-05 | 1 | -8/+3 |
* | Adds a TabContentsViewAura. | ben@chromium.org | 2012-04-04 | 1 | -0/+5 |
* | Revert 130442 - Adds a TabContentsViewAura. | sergeyu@chromium.org | 2012-04-03 | 1 | -5/+0 |
* | Adds a TabContentsViewAura. | ben@chromium.org | 2012-04-03 | 1 | -0/+5 |
* | Ash: Allow window resize to edge of launcher | jamescook@chromium.org | 2012-03-27 | 1 | -21/+5 |
* | Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-23 | 1 | -27/+26 |
* | Revert 128503 - Remove stops_event_propagation from Window, since it's broken. | jam@chromium.org | 2012-03-23 | 1 | -26/+27 |
* | Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-23 | 1 | -27/+26 |
* | Makes the launcher use a layer with a solid color, which is cheaper | sky@chromium.org | 2012-03-23 | 1 | -1/+2 |
* | Revert 128328 - Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-22 | 1 | -26/+27 |
* | Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-22 | 1 | -27/+26 |
* | Gets instant to correctly commit under aura. This was broke for a | sky@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | Ash: Add hit test bounds override to window inspector | jamescook@chromium.org | 2012-03-14 | 1 | -0/+5 |
* | ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h | tfarina@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Reland: Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -2/+27 |
* | Revert 126539 - Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -27/+2 |
* | Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -2/+27 |
* | Adds Window::StackBelow and wiring in Widget. | sky@chromium.org | 2012-03-08 | 1 | -33/+52 |
* | * property can now manage value's memory | oshima@chromium.org | 2012-03-06 | 1 | -9/+27 |
* | Aura: Update window frames, allow resize from outside window | jamescook@chromium.org | 2012-03-02 | 1 | -2/+5 |
* | Moves stacking client to Env. | beng@google.com | 2012-02-27 | 1 | -1/+1 |
* | Migrate client API setters/getters to take a RootWindow. | ben@chromium.org | 2012-02-26 | 1 | -3/+6 |
* | Suppress painting when closing window | oshima@chromium.org | 2012-02-23 | 1 | -3/+13 |
* | Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w... | ben@chromium.org | 2012-02-18 | 1 | -3/+1 |
* | aura::Window only supports void* and int values for custom properties, which ... | benrg@chromium.org | 2012-02-11 | 1 | -25/+29 |
* | Aura: Fix activated windows sometimes not switching to foreground | jamescook@chromium.org | 2012-02-10 | 1 | -32/+65 |
* | Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ... | ben@chromium.org | 2012-02-03 | 1 | -1/+2 |
* | Adds two new observer methods to allow code to be notified when a Window is a... | ben@chromium.org | 2012-02-01 | 1 | -10/+26 |
* | Revert 119976 - Adds two new observer methods to allow code to be notified wh... | ben@chromium.org | 2012-01-31 | 1 | -26/+10 |
* | Adds two new observer methods to allow code to be notified when a Window is a... | ben@chromium.org | 2012-01-31 | 1 | -10/+26 |
* | Makes GetRootWindow() public on Window so we can begin to convert uses of Roo... | ben@chromium.org | 2012-01-31 | 1 | -4/+9 |
* | Fix compile with Aura/Mac ash_shell and workspace controller | dhollowa@chromium.org | 2012-01-31 | 1 | -2/+3 |
* | [aura] Return focus to transient parent when modal window closes. | ivankr@chromium.org | 2012-01-31 | 1 | -1/+2 |
* | Fix a bug where in the shell the modal window was being visually stacked belo... | ben@chromium.org | 2012-01-30 | 1 | -1/+4 |
* | Merge Compositor and CompositorCC | piman@chromium.org | 2012-01-29 | 1 | -11/+0 |
* | Synthesize mouse move event after window creation/deletion or size/visibiilty... | oshima@chromium.org | 2012-01-27 | 1 | -7/+40 |
* | Fixes regression where ~Window would crash if layer was never created. | sky@chromium.org | 2012-01-27 | 1 | -3/+5 |
* | Allow hide animations to work again: | ben@chromium.org | 2012-01-27 | 1 | -16/+39 |
* | aura: No shadow for transparent window. | xiyuan@chromium.org | 2012-01-26 | 1 | -0/+8 |
* | Aura: Allow compact window mode to be turned on/off at runtime | jamescook@chromium.org | 2012-01-25 | 1 | -0/+10 |