summaryrefslogtreecommitdiffstats
path: root/ash/tooltips
Commit message (Expand)AuthorAgeFilesLines
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Update uses of UTF conversions in android_webview/, apps/, ash/, chrome/app t...avi@chromium.org2013-12-241-4/+4
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-5/+0
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-1/+1
* Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..."ben@chromium.org2013-11-081-1/+1
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-1/+1
* Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisibletdanderson@google.com2013-09-201-0/+2
* Move DisplayLayout out from display_controller.hoshima@chromium.org2013-06-281-1/+0
* Skip mulitple-display tests on win8oshima@chromium.org2013-06-121-9/+3
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Update src/ash/ for renames and moves in basebrettw@chromium.org2013-04-111-3/+3
* Rework ash::CursorManager into a corewm object, to share code with desktop.erg@chromium.org2013-02-271-1/+0
* Gets tooltips to work for desktop aura. This constrains the tooltipssky@chromium.org2013-02-233-971/+33
* Plumbs through ET_CANCEL_MODE, which is intended to be used when modalsky@chromium.org2013-02-212-20/+5
* Linux/ChromeOS Chromium style checker cleanup, ash/ edition.rsleevi@chromium.org2013-02-072-2/+3
* Add synchronous Widget closing eventwittman@chromium.org2013-02-051-1/+1
* Initial whack at getting ash_unittests to connect to a viewer process on Win/...robertshield@chromium.org2013-01-211-1/+10
* Make the cursor have separate mode for disabled mouse events and invisible.mazda@chromium.org2012-12-191-2/+2
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-182-3/+2
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-142-3/+2
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-142-3/+2
* Fix tooltips in ash.erg@chromium.org2012-12-111-6/+2
* views cleanup: Merge parent and parent_widget.erg@chromium.org2012-12-061-1/+0
* Remove CursorManager::cursor_visible(), which is no longer necessary.mazda@chromium.org2012-12-041-1/+1
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-281-13/+15
* Introduce SessionStateObserverantrim@chromium.org2012-11-212-1/+22
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-202-10/+0
* ash: Convert all remaining EventFilters into EventHandlers.sadrul@chromium.org2012-11-132-25/+20
* ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...danakj@chromium.org2012-11-091-2/+2
* ui: Remove TouchStatus in favour of EventResult.sadrul@chromium.org2012-11-042-3/+3
* Support tooltips in ash windowscpu@chromium.org2012-11-023-4/+20
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-3/+2
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-232-2/+3
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-4/+4
* Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-101-4/+4
* Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-101-4/+4
* The center of a rect is x+width/2, y+height/2danakj@chromium.org2012-10-091-4/+4
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-042-3/+3
* Show tooltips on ash tray network items.varunjain@chromium.org2012-08-281-3/+1
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-102-2/+2
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-092-2/+2
* Enabling Extended Deskop by default.saintlou@chromium.org2012-08-091-1/+0
* Convert Aura to use ui::Event.ben@chromium.org2012-08-082-13/+11
* aura: Fix crash when the aura window hosting a tooltip is destroyed. We fixvarunjain@chromium.org2012-08-082-14/+77
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-262-5/+5
* Create Tooltip object lazily so that it gets proper drop shadow AND the Toolt...oshima@chromium.org2012-07-252-17/+26
* aura: couple of tooltip UX changes:varunjain@chromium.org2012-07-243-0/+160
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-1/+1
* * Use Virtual Screen Coordinates in more placesoshima@chromium.org2012-07-181-1/+1