| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -971/+33 |
* | Plumbs through ET_CANCEL_MODE, which is intended to be used when modal | sky@chromium.org | 2013-02-21 | 2 | -20/+5 |
* | Linux/ChromeOS Chromium style checker cleanup, ash/ edition. | rsleevi@chromium.org | 2013-02-07 | 2 | -2/+3 |
* | Add synchronous Widget closing event | wittman@chromium.org | 2013-02-05 | 1 | -1/+1 |
* | 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 |
* | events: Update mouse-event handlers to not return EventResult. | sadrul@chromium.org | 2012-12-18 | 2 | -3/+2 |
* | events: Update key-event handlers to not return EventResult. | sadrul@chromium.org | 2012-12-14 | 2 | -3/+2 |
* | events: Update scroll and touch handlers to not return EventResult. | sadrul@chromium.org | 2012-12-14 | 2 | -3/+2 |
* | Fix tooltips in ash. | erg@chromium.org | 2012-12-11 | 1 | -6/+2 |
* | views cleanup: Merge parent and parent_widget. | erg@chromium.org | 2012-12-06 | 1 | -1/+0 |
* | Remove CursorManager::cursor_visible(), which is no longer necessary. | mazda@chromium.org | 2012-12-04 | 1 | -1/+1 |
* | Desktop aura: Break aura::Window::SetParent in two. | erg@chromium.org | 2012-11-28 | 1 | -13/+15 |
* | Introduce SessionStateObserver | antrim@chromium.org | 2012-11-21 | 2 | -1/+22 |
* | ui: Add default implementations for EventHandler interface. | sadrul@chromium.org | 2012-11-20 | 2 | -10/+0 |
* | ash: Convert all remaining EventFilters into EventHandlers. | sadrul@chromium.org | 2012-11-13 | 2 | -25/+20 |
* | ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met... | danakj@chromium.org | 2012-11-09 | 1 | -2/+2 |
* | ui: Remove TouchStatus in favour of EventResult. | sadrul@chromium.org | 2012-11-04 | 2 | -3/+3 |
* | Support tooltips in ash windows | cpu@chromium.org | 2012-11-02 | 3 | -4/+20 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -3/+2 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 2 | -2/+3 |
* | Makes gfx::Screen an instance, rather than a collection of static methods. | scottmg@chromium.org | 2012-10-12 | 1 | -4/+4 |
* | 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 |
* | events: Move some files into ui/base/events/ | sadrul@chromium.org | 2012-09-04 | 1 | -1/+1 |
* | events: Get rid of GestureStatus in favour of EventResult. | sadrul@chromium.org | 2012-09-04 | 2 | -3/+3 |
* | Show tooltips on ash tray network items. | varunjain@chromium.org | 2012-08-28 | 1 | -3/+1 |
* | Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent. | sadrul@chromium.org | 2012-08-10 | 2 | -2/+2 |
* | Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent. | sadrul@chromium.org | 2012-08-09 | 2 | -2/+2 |
* | Enabling Extended Deskop by default. | saintlou@chromium.org | 2012-08-09 | 1 | -1/+0 |
* | Convert Aura to use ui::Event. | ben@chromium.org | 2012-08-08 | 2 | -13/+11 |
* | aura: Fix crash when the aura window hosting a tooltip is destroyed. We fix | varunjain@chromium.org | 2012-08-08 | 2 | -14/+77 |
* | Aura desktop: Show resize cursors again. | erg@chromium.org | 2012-07-26 | 2 | -5/+5 |
* | Create Tooltip object lazily so that it gets proper drop shadow AND the Toolt... | oshima@chromium.org | 2012-07-25 | 2 | -17/+26 |
* | aura: couple of tooltip UX changes: | varunjain@chromium.org | 2012-07-24 | 3 | -0/+160 |
* | Rename bounds accessors to be intuitive and consistent | oshima@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | * Use Virtual Screen Coordinates in more places | oshima@chromium.org | 2012-07-18 | 1 | -1/+1 |
* | Remove #pragma once from ash | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Relanding r144499: | oshima@chromium.org | 2012-06-27 | 1 | -7/+7 |
* | Revert r 144499 "Rename the remaining usage of Monitor to Display" | oshima@chromium.org | 2012-06-27 | 1 | -7/+7 |
* | Rename the remaining usage of Monitor to Display | oshima@chromium.org | 2012-06-27 | 1 | -7/+7 |
* | Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX. | tfarina@chromium.org | 2012-06-17 | 1 | -2/+2 |
* | Reland r141871. | oshima@chromium.org | 2012-06-13 | 1 | -1/+0 |
* | Revert r141871 "Add RootWindowController that keeps per root window state." | oshima@chromium.org | 2012-06-13 | 1 | -0/+1 |