summaryrefslogtreecommitdiffstats
path: root/views/widget/tooltip_manager_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Misc. minor cleanup.pkasting@chromium.org2010-08-271-2/+1
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-2/+2
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+3
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-7/+5
* Clean up TooltipManagerWin a bit. Original patch by Jay Soffian (see http://...pkasting@chromium.org2010-03-041-22/+17
* Fixes bug in views/gtk tooltips. Gtk wraps text in labels atsky@chromium.org2009-12-011-0/+11
* Fleshes out the tooltip implementation for views on Gtk. It doesn'tsky@chromium.org2009-09-081-78/+5
* Fix bug where the tooltip would not be erased if it had been non-empty and th...pkasting@chromium.org2009-08-311-4/+4
* Splits TooltipManager so that it can be ported and stubs out the GTKsky@chromium.org2009-05-281-0/+454