summaryrefslogtreecommitdiffstats
path: root/ash/tooltips/tooltip_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Gets tooltips to work for desktop aura. This constrains the tooltipssky@chromium.org2013-02-231-477/+0
* Plumbs through ET_CANCEL_MODE, which is intended to be used when modalsky@chromium.org2013-02-211-13/+3
* Linux/ChromeOS Chromium style checker cleanup, ash/ edition.rsleevi@chromium.org2013-02-071-1/+1
* Add synchronous Widget closing eventwittman@chromium.org2013-02-051-1/+1
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-2/+1
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-2/+1
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-2/+1
* Fix tooltips in ash.erg@chromium.org2012-12-111-6/+2
* Remove CursorManager::cursor_visible(), which is no longer necessary.mazda@chromium.org2012-12-041-1/+1
* Introduce SessionStateObserverantrim@chromium.org2012-11-211-0/+15
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-201-8/+0
* ash: Convert all remaining EventFilters into EventHandlers.sadrul@chromium.org2012-11-131-12/+11
* 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-041-2/+2
* Support tooltips in ash windowscpu@chromium.org2012-11-021-4/+13
* 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-231-1/+2
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-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-041-2/+2
* 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-101-1/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-1/+1
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-5/+5
* aura: Fix crash when the aura window hosting a tooltip is destroyed. We fixvarunjain@chromium.org2012-08-081-11/+27
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-261-2/+2
* Create Tooltip object lazily so that it gets proper drop shadow AND the Toolt...oshima@chromium.org2012-07-251-17/+22
* aura: couple of tooltip UX changes:varunjain@chromium.org2012-07-241-0/+32
* 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
* Relanding r144499:oshima@chromium.org2012-06-271-7/+7
* Revert r 144499 "Rename the remaining usage of Monitor to Display"oshima@chromium.org2012-06-271-7/+7
* Rename the remaining usage of Monitor to Displayoshima@chromium.org2012-06-271-7/+7
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-2/+2
* Reland r141871.oshima@chromium.org2012-06-131-1/+0
* Revert r141871 "Add RootWindowController that keeps per root window state."oshima@chromium.org2012-06-131-0/+1
* Add RootWindowController that keeps per root window state.oshima@chromium.org2012-06-131-1/+0
* Add EnvEventFilter to filter events before root window process eventoshima@chromium.org2012-06-061-1/+3
* Remove more root window dependenciesoshima@chromium.org2012-06-011-8/+6
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-251-3/+3
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-1/+1
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-2/+2
* Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...erg@chromium.org2012-04-251-1/+2
* aura: Do not show tooltips if mouse cursor is hidden.varunjain@chromium.org2012-04-241-1/+2
* aura: Really long tooltips should be wrapped not truncated.varunjain@chromium.org2012-03-221-45/+92
* Revert 128177 - aura: Really long tooltips should be wrapped not truncated.varunjain@chromium.org2012-03-221-92/+45
* aura: Really long tooltips should be wrapped not truncated.varunjain@chromium.org2012-03-221-45/+92
* Revert 127975 - aura: Really long tooltips should be wrapped not truncated.wez@chromium.org2012-03-211-92/+45
* aura: Really long tooltips should be wrapped not truncated.varunjain@chromium.org2012-03-211-45/+92
* aura: Tooltips need to disappear if the user clicks a button and not show up ...varunjain@chromium.org2012-03-161-4/+40