index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ash
/
tooltips
/
tooltip_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gets tooltips to work for desktop aura. This constrains the tooltips
sky@chromium.org
2013-02-23
1
-477
/
+0
*
Plumbs through ET_CANCEL_MODE, which is intended to be used when modal
sky@chromium.org
2013-02-21
1
-13
/
+3
*
Linux/ChromeOS Chromium style checker cleanup, ash/ edition.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Add synchronous Widget closing event
wittman@chromium.org
2013-02-05
1
-1
/
+1
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
1
-2
/
+1
*
events: Update key-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-2
/
+1
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-2
/
+1
*
Fix tooltips in ash.
erg@chromium.org
2012-12-11
1
-6
/
+2
*
Remove CursorManager::cursor_visible(), which is no longer necessary.
mazda@chromium.org
2012-12-04
1
-1
/
+1
*
Introduce SessionStateObserver
antrim@chromium.org
2012-11-21
1
-0
/
+15
*
ui: Add default implementations for EventHandler interface.
sadrul@chromium.org
2012-11-20
1
-8
/
+0
*
ash: Convert all remaining EventFilters into EventHandlers.
sadrul@chromium.org
2012-11-13
1
-12
/
+11
*
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
1
-2
/
+2
*
Support tooltips in ash windows
cpu@chromium.org
2012-11-02
1
-4
/
+13
*
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
1
-1
/
+2
*
Makes gfx::Screen an instance, rather than a collection of static methods.
scottmg@chromium.org
2012-10-12
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
1
-2
/
+2
*
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
1
-1
/
+1
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
1
-1
/
+1
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
1
-5
/
+5
*
aura: Fix crash when the aura window hosting a tooltip is destroyed. We fix
varunjain@chromium.org
2012-08-08
1
-11
/
+27
*
Aura desktop: Show resize cursors again.
erg@chromium.org
2012-07-26
1
-2
/
+2
*
Create Tooltip object lazily so that it gets proper drop shadow AND the Toolt...
oshima@chromium.org
2012-07-25
1
-17
/
+22
*
aura: couple of tooltip UX changes:
varunjain@chromium.org
2012-07-24
1
-0
/
+32
*
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
*
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
*
Add RootWindowController that keeps per root window state.
oshima@chromium.org
2012-06-13
1
-1
/
+0
*
Add EnvEventFilter to filter events before root window process event
oshima@chromium.org
2012-06-06
1
-1
/
+3
*
Remove more root window dependencies
oshima@chromium.org
2012-06-01
1
-8
/
+6
*
Rename GetRootWindow() -> GetPrimaryRootWindow()
oshima@chromium.org
2012-05-25
1
-3
/
+3
*
views: Have a more accurate name for View parent_owned accessors.
tfarina@chromium.org
2012-05-12
1
-1
/
+1
*
* Separated implementation class from gfx::Screen
oshima@chromium.org
2012-04-25
1
-2
/
+2
*
Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...
erg@chromium.org
2012-04-25
1
-1
/
+2
*
aura: Do not show tooltips if mouse cursor is hidden.
varunjain@chromium.org
2012-04-24
1
-1
/
+2
*
aura: Really long tooltips should be wrapped not truncated.
varunjain@chromium.org
2012-03-22
1
-45
/
+92
*
Revert 128177 - aura: Really long tooltips should be wrapped not truncated.
varunjain@chromium.org
2012-03-22
1
-92
/
+45
*
aura: Really long tooltips should be wrapped not truncated.
varunjain@chromium.org
2012-03-22
1
-45
/
+92
*
Revert 127975 - aura: Really long tooltips should be wrapped not truncated.
wez@chromium.org
2012-03-21
1
-92
/
+45
*
aura: Really long tooltips should be wrapped not truncated.
varunjain@chromium.org
2012-03-21
1
-45
/
+92
*
aura: Tooltips need to disappear if the user clicks a button and not show up ...
varunjain@chromium.org
2012-03-16
1
-4
/
+40
[next]