| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix references to ui/gfx headers in a*/. | Avi Drissman | 2014-12-22 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-27 | 1 | -2/+2 |
* | replace OVERRIDE and FINAL with override and final in ash/ | mostynb | 2014-10-03 | 1 | -1/+1 |
* | ash: Remove a few unused includes. | thakis@chromium.org | 2014-08-14 | 1 | -1/+0 |
* | Cleanups for aura/test/event_generator.h (resolve TODOs) | tapted@chromium.org | 2014-07-28 | 1 | -4/+4 |
* | Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..." | markusheintz@chromium.org | 2014-07-24 | 1 | -4/+4 |
* | Cleanups for aura/test/event_generator.h (resolve TODOs) | tapted@chromium.org | 2014-07-24 | 1 | -4/+4 |
* | Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..." | erg@chromium.org | 2014-05-19 | 1 | -1/+0 |
* | Revert of [Refactor] Consolidate the logic for whether a widget can be activa... | pkotwicz@chromium.org | 2014-05-19 | 1 | -0/+1 |
* | [Refactor] Consolidate the logic for whether a widget can be activated. | pkotwicz@chromium.org | 2014-05-15 | 1 | -1/+0 |
* | Move some code from aura/client to wm/public | ben@chromium.org | 2014-03-21 | 1 | -1/+1 |
* | Move root_window.* to window_event_dispatcher.* | ben@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | Update uses of UTF conversions in android_webview/, apps/, ash/, chrome/app t... | avi@chromium.org | 2013-12-24 | 1 | -4/+4 |
* | Fixes for -Wunused-function on Linux, Android and ChromeOS | hans@chromium.org | 2013-11-12 | 1 | -5/+0 |
* | Eliminate Shell::RootWindowList in favor of aura::Window::Windows. | ben@chromium.org | 2013-11-08 | 1 | -1/+1 |
* | Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..." | ben@chromium.org | 2013-11-08 | 1 | -1/+1 |
* | Eliminate Shell::RootWindowList in favor of aura::Window::Windows. | ben@chromium.org | 2013-11-08 | 1 | -1/+1 |
* | Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisible | tdanderson@google.com | 2013-09-20 | 1 | -0/+2 |
* | Move DisplayLayout out from display_controller.h | oshima@chromium.org | 2013-06-28 | 1 | -1/+0 |
* | Skip mulitple-display tests on win8 | oshima@chromium.org | 2013-06-12 | 1 | -9/+3 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update src/ash/ for renames and moves in base | brettw@chromium.org | 2013-04-11 | 1 | -3/+3 |
* | Rework ash::CursorManager into a corewm object, to share code with desktop. | erg@chromium.org | 2013-02-27 | 1 | -1/+0 |
* | Gets tooltips to work for desktop aura. This constrains the tooltips | sky@chromium.org | 2013-02-23 | 1 | -380/+33 |
* | Linux/ChromeOS Chromium style checker cleanup, ash/ edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+2 |
* | Initial whack at getting ash_unittests to connect to a viewer process on Win/... | robertshield@chromium.org | 2013-01-21 | 1 | -1/+10 |
* | Make the cursor have separate mode for disabled mouse events and invisible. | mazda@chromium.org | 2012-12-19 | 1 | -2/+2 |
* | views cleanup: Merge parent and parent_widget. | erg@chromium.org | 2012-12-06 | 1 | -1/+0 |
* | Desktop aura: Break aura::Window::SetParent in two. | erg@chromium.org | 2012-11-28 | 1 | -13/+15 |
* | Support tooltips in ash windows | cpu@chromium.org | 2012-11-02 | 1 | -0/+5 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2 | cpu@chromium.org | 2012-10-10 | 1 | -4/+4 |
* | Revert 160976 - The center of a rect is x+width/2, y+height/2 | cpu@chromium.org | 2012-10-10 | 1 | -4/+4 |
* | The center of a rect is x+width/2, y+height/2 | danakj@chromium.org | 2012-10-09 | 1 | -4/+4 |
* | Enabling Extended Deskop by default. | saintlou@chromium.org | 2012-08-09 | 1 | -1/+0 |
* | aura: Fix crash when the aura window hosting a tooltip is destroyed. We fix | varunjain@chromium.org | 2012-08-08 | 1 | -3/+50 |
* | Aura desktop: Show resize cursors again. | erg@chromium.org | 2012-07-26 | 1 | -3/+3 |
* | aura: couple of tooltip UX changes: | varunjain@chromium.org | 2012-07-24 | 1 | -0/+123 |
* | Add EnvEventFilter to filter events before root window process event | oshima@chromium.org | 2012-06-06 | 1 | -2/+4 |
* | Rename GetRootWindow() -> GetPrimaryRootWindow() | oshima@chromium.org | 2012-05-25 | 1 | -12/+13 |
* | ash: Instead of doing a conversion just use string16(). | tfarina@chromium.org | 2012-05-04 | 1 | -6/+6 |
* | aura: Do not show tooltips if mouse cursor is hidden. | varunjain@chromium.org | 2012-04-24 | 1 | -0/+28 |
* | Build fix: I have tried this test on win_aura trybots several times and it pa... | varunjain@chromium.org | 2012-03-22 | 1 | -0/+2 |
* | aura: Really long tooltips should be wrapped not truncated. | varunjain@chromium.org | 2012-03-22 | 1 | -0/+107 |
* | Revert 128177 - aura: Really long tooltips should be wrapped not truncated. | varunjain@chromium.org | 2012-03-22 | 1 | -107/+0 |
* | aura: Really long tooltips should be wrapped not truncated. | varunjain@chromium.org | 2012-03-22 | 1 | -0/+107 |
* | Revert 127975 - aura: Really long tooltips should be wrapped not truncated. | wez@chromium.org | 2012-03-21 | 1 | -104/+0 |
* | aura: Really long tooltips should be wrapped not truncated. | varunjain@chromium.org | 2012-03-21 | 1 | -0/+104 |
* | Migrate client API setters/getters to take a RootWindow. | ben@chromium.org | 2012-02-26 | 1 | -2/+2 |
* | Change EventGenerator to take a RootWindow at construction instead of just as... | ben@chromium.org | 2012-02-21 | 1 | -3/+3 |