summaryrefslogtreecommitdiffstats
path: root/views/widget/tooltip_manager_win.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-391/+0
* Revert "views: Move widget/ directory to ui/views." properly.wez@chromium.org2011-11-211-0/+391
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-391/+0
* views: Migrate widget/* to base::Bind.tfarina@chromium.org2011-10-061-4/+7
* * Call TooltipManager::Init onceyosin@chromium.org2011-09-161-7/+9
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-151-2/+2
* Delete a bunch of redundant code for trimming tooltips.evan@chromium.org2011-09-141-8/+2
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-231-2/+2
* Revert 93744 - 2nd try. added UI_API to Screen class.csilv@chromium.org2011-07-231-2/+2
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-231-2/+2
* Revert 93724oshima@google.com2011-07-221-2/+2
* Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...oshima@google.com2011-07-221-2/+2
* Disables tooltips if we can't create the tooltip window. I still don'tsky@chromium.org2011-06-131-4/+9
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-3/+2
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-191-0/+4
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-2/+3
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-4/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-1/+1
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-3/+3
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-2/+1
* 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