| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: Allow dragging using touch/gesture events. | sadrul@chromium.org | 2012-02-22 | 9 | -5/+22 |
* | Custom frame UI for platform apps on Windows. | jeremya@chromium.org | 2012-02-22 | 4 | -3/+29 |
* | aura: Fix a crash caused by wrong ownership used for widget. | xiyuan@chromium.org | 2012-02-17 | 2 | -1/+11 |
* | Makes it so the launcher only gets focus when using the keyboard. | sky@chromium.org | 2012-02-17 | 1 | -1/+1 |
* | aura: add the newly focused window argument to WindowDelegate::OnBlur() | varunjain@chromium.org | 2012-02-16 | 1 | -1/+1 |
* | Revert 122242 - Custom frame UI for platform apps on Windows. | sky@chromium.org | 2012-02-16 | 4 | -28/+3 |
* | Custom frame UI for platform apps on Windows. | jeremya@chromium.org | 2012-02-16 | 4 | -3/+28 |
* | ui::Compositor is no longer ref-counted | piman@chromium.org | 2012-02-12 | 4 | -36/+4 |
* | aura::Window only supports void* and int values for custom properties, which ... | benrg@chromium.org | 2012-02-11 | 2 | -31/+26 |
* | Defer focus manager deletion only on gtk port | oshima@chromium.org | 2012-02-10 | 1 | -0/+2 |
* | [gtk] Fix regression from r116541: double keyboard event handling. | ivankr@chromium.org | 2012-02-10 | 1 | -1/+2 |
* | Revert 121408 - Custom frame UI for platform apps on Windows. | jeremya@chromium.org | 2012-02-10 | 4 | -28/+3 |
* | Custom frame UI for platform apps on Windows. | jeremya@chromium.org | 2012-02-10 | 4 | -3/+28 |
* | aura: Position windows to the center of the transient parent if one exists. | varunjain@chromium.org | 2012-02-10 | 2 | -7/+28 |
* | views / Windows: A child window should be centered with respect to its parent... | thestig@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Revert 116551 - Fix bug 62037: Task manager tooltips appear behind task manag... | cbentzel@chromium.org | 2012-02-07 | 1 | -3/+3 |
* | Another revert of change caused by bad merge. | oshima@chromium.org | 2012-02-07 | 1 | -0/+3 |
* | Revert unnecessary change I checked in by mistake in r120670 | oshima@chromium.org | 2012-02-07 | 1 | -1/+1 |
* | Delete region in NWA::SetShape which is ignored. | oshima@chromium.org | 2012-02-07 | 2 | -5/+4 |
* | Fix leaks in native_widget_aura and its test. | oshima@chromium.org | 2012-02-07 | 2 | -1/+4 |
* | aura: This CL fixes a bunch of issues: | varunjain@chromium.org | 2012-02-03 | 2 | -5/+7 |
* | Window may be invisible in NativeWidgetAura::OnKeyEvent | oshima@chromium.org | 2012-02-02 | 1 | -2/+4 |
* | Enable KeyboardOverlayDialog on aura. | jennyz@chromium.org | 2012-02-01 | 2 | -0/+24 |
* | Merge Compositor and CompositorCC | piman@chromium.org | 2012-01-29 | 1 | -14/+0 |
* | Fold views_compositor=1 into use_aura=1 | piman@chromium.org | 2012-01-28 | 1 | -18/+0 |
* | aura: Add Layer::LAYER_SOLID_COLOR to compositor. | derat@chromium.org | 2012-01-28 | 2 | -4/+4 |
* | Fix a focus issue broken by revision 119159. | jennyz@chromium.org | 2012-01-27 | 1 | -2/+10 |
* | Tweaks to show state: | sky@chromium.org | 2012-01-27 | 2 | -9/+95 |
* | Allow hide animations to work again: | ben@chromium.org | 2012-01-27 | 1 | -12/+5 |
* | Aura: Fix task manager getting larger each time it is opened | jamescook@chromium.org | 2012-01-27 | 2 | -11/+41 |
* | Remove old (pre-webkit) compositor | piman@chromium.org | 2012-01-27 | 1 | -9/+5 |
* | aura: No shadow for transparent window. | xiyuan@chromium.org | 2012-01-26 | 1 | -1/+1 |
* | Fix the HtmlDialogView initial focus issue. | jennyz@chromium.org | 2012-01-26 | 1 | -2/+2 |
* | Wires up disabling visibility animations for aura, and explicitly | sky@chromium.org | 2012-01-24 | 1 | -1/+1 |
* | Disconnect signal connectors before destroying gtk widget. | oshima@chromium.org | 2012-01-24 | 2 | -8/+23 |
* | Add test case for CenterWindow in Aura. CenterWindow was changed in | alicet@chromium.org | 2012-01-23 | 1 | -0/+66 |
* | Makes it so we ignore paint requests while closing. We do this to | sky@chromium.org | 2012-01-20 | 1 | -1/+5 |
* | Add slide sequence for aura windows in compact mode. | alicet@chromium.org | 2012-01-20 | 1 | -1/+6 |
* | Add a simple animation when showing/hiding windows. | ben@chromium.org | 2012-01-19 | 1 | -1/+2 |
* | Change status widget type to TYPE_WINDOW_FRAMELESS. | zork@chromium.org | 2012-01-19 | 1 | -2/+4 |
* | Aura Shell needs to exist on Mac | dhollowa@chromium.org | 2012-01-19 | 3 | -3/+10 |
* | aura: Move GestureRecognizer from views into aura. | sadrul@chromium.org | 2012-01-19 | 3 | -69/+4 |
* | Revert 118057 - Add a simple animation when showing/hiding windows. | dbeam@chromium.org | 2012-01-18 | 1 | -2/+1 |
* | Add a simple animation when showing/hiding windows. | ben@chromium.org | 2012-01-18 | 1 | -1/+2 |
* | aura: Gesture event plumbing (skeleton). | sadrul@chromium.org | 2012-01-17 | 3 | -5/+12 |
* | Initial views touchui Gesture Recognizer support | vollick@google.com | 2012-01-17 | 5 | -4/+98 |
* | Revert 117869 - Initial views touchui Gesture Recognizer support | vollick@google.com | 2012-01-17 | 5 | -98/+4 |
* | Initial views touchui Gesture Recognizer support | vollick@chromium.org | 2012-01-17 | 5 | -4/+98 |
* | Fix bug where layers weren't getting reordered correctly in a | sky@chromium.org | 2012-01-13 | 10 | -14/+11 |
* | Allow a Views client to provide a default frameview for window widgets. | ben@chromium.org | 2012-01-11 | 1 | -0/+4 |