| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 136877 - Changes RootWindow capture code so that we only have one capture | sky@chromium.org | 2012-05-14 | 1 | -18/+59 |
* | Changes RootWindow capture code so that we only have one capture | sky@chromium.org | 2012-05-14 | 1 | -59/+18 |
* | ui: Move compositor/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-05 | 1 | -2/+2 |
* | * Separated implementation class from gfx::Screen | oshima@chromium.org | 2012-04-25 | 1 | -3/+4 |
* | Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree... | erg@chromium.org | 2012-04-25 | 1 | -5/+5 |
* | aura: Hide transient children of a Window when the window hides. | varunjain@chromium.org | 2012-04-24 | 1 | -0/+5 |
* | ash: Hide launcher for unmanaged fullscreen windows. | derat@chromium.org | 2012-04-20 | 1 | -0/+1 |
* | On touch capture, cancel non-captured touches. | tdresser@chromium.org | 2012-04-17 | 1 | -0/+76 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 1 | -14/+56 |
* | Revert 131761 - Mouse events, touch events, or both can be locked to a target. | rsesek@chromium.org | 2012-04-11 | 1 | -56/+14 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 1 | -14/+56 |
* | Support non-hierarchy ownership for aura::Windows. | ben@chromium.org | 2012-04-06 | 1 | -0/+17 |
* | Makes OnWindowVisibilityChanged be sent whenever the target visibility | sky@chromium.org | 2012-04-05 | 1 | -1/+15 |
* | A preventDefaulted touch release is treated as a touch cancel. | sadrul@chromium.org | 2012-04-05 | 1 | -3/+7 |
* | Ash: Allow window resize to edge of launcher | jamescook@chromium.org | 2012-03-27 | 1 | -2/+2 |
* | Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-23 | 1 | -56/+0 |
* | Revert 128503 - Remove stops_event_propagation from Window, since it's broken. | jam@chromium.org | 2012-03-23 | 1 | -0/+56 |
* | Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-23 | 1 | -56/+0 |
* | Makes the launcher use a layer with a solid color, which is cheaper | sky@chromium.org | 2012-03-23 | 1 | -21/+21 |
* | Revert 128328 - Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-22 | 1 | -0/+56 |
* | Remove stops_event_propagation from Window, since it's broken. | ben@chromium.org | 2012-03-22 | 1 | -56/+0 |
* | Touch Lock is based on proximity to other touches. | tdresser@chromium.org | 2012-03-21 | 1 | -1/+1 |
* | * Add RootWindow to RootWindowObserver::OnRootWindowResized as there can be m... | oshima@chromium.org | 2012-03-21 | 1 | -2/+4 |
* | Native bounds support to host windows. | oshima@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h | tfarina@chromium.org | 2012-03-14 | 1 | -2/+2 |
* | Reland: Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -1/+18 |
* | Revert 126539 - Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -18/+1 |
* | Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -1/+18 |
* | Reland 125850 - Aura: Throttle resize to ability to draw | backer@chromium.org | 2012-03-12 | 1 | -0/+5 |
* | Adds Window::StackBelow and wiring in Widget. | sky@chromium.org | 2012-03-08 | 1 | -8/+37 |
* | * property can now manage value's memory | oshima@chromium.org | 2012-03-06 | 1 | -21/+70 |
* | Aura: Update window frames, allow resize from outside window | jamescook@chromium.org | 2012-03-02 | 1 | -1/+6 |
* | Gestures are now possible using touch events with any ids | tdresser@chromium.org | 2012-03-02 | 1 | -1/+2 |
* | Revert 124071 - Gestures are now possible using touch events with any ids | rbyers@chromium.org | 2012-03-01 | 1 | -2/+1 |
* | Gestures are now possible using touch events with any ids | tdresser@chromium.org | 2012-02-29 | 1 | -1/+2 |
* | Revert 123989 sicne it broke aura_shell_unittests: | sadrul@chromium.org | 2012-02-28 | 1 | -2/+1 |
* | Gestures are now possible using touch events with any ids | tdresser@chromium.org | 2012-02-28 | 1 | -1/+2 |
* | Migrate client API setters/getters to take a RootWindow. | ben@chromium.org | 2012-02-26 | 1 | -8/+8 |
* | Change EventGenerator to take a RootWindow at construction instead of just as... | ben@chromium.org | 2012-02-21 | 1 | -4/+4 |
* | Revert r122716 and r122717 | maruel@chromium.org | 2012-02-19 | 1 | -4/+4 |
* | Fix build bustage. These two files were left out of my last CL due to permiss... | ben@chromium.org | 2012-02-19 | 1 | -4/+4 |
* | Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w... | ben@chromium.org | 2012-02-18 | 1 | -51/+44 |
* | aura: Re-enable a test that has been fixed. | sadrul@chromium.org | 2012-02-14 | 1 | -8/+1 |
* | 1) Invoke RootWindow::SetCapture(NULL) as a result from OS level mouse captur... | pkotwicz@chromium.org | 2012-02-11 | 1 | -16/+34 |
* | aura::Window only supports void* and int values for custom properties, which ... | benrg@chromium.org | 2012-02-11 | 1 | -53/+74 |
* | Aura: Rationalize window mode initialization | jamescook@chromium.org | 2012-02-10 | 1 | -2/+2 |
* | Revert 121338 - 1) Adds support for OS level mouse capture lost (eg from a po... | pkotwicz@chromium.org | 2012-02-10 | 1 | -33/+14 |
* | Aura: Fix activated windows sometimes not switching to foreground | jamescook@chromium.org | 2012-02-10 | 1 | -9/+148 |
* | 1) Adds support for OS level mouse capture lost (eg from a popup) | pkotwicz@chromium.org | 2012-02-09 | 1 | -14/+33 |
* | Disable animations during aura tests. | vollick@google.com | 2012-02-02 | 1 | -1/+4 |