summaryrefslogtreecommitdiffstats
path: root/views/widget/tooltip_manager_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Use customized RGBA-enabled tooltip window for tooltip on ChroemOSxiyuan@chromium.org2010-04-281-64/+3
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-2/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-4/+4
* Fixes bug in views/gtk tooltips. Gtk wraps text in labels atsky@chromium.org2009-12-011-3/+29
* Fixes crash in tooltips. I was freeing a PangoFontDescription that Isky@chromium.org2009-11-251-11/+2
* Fixes possible crash in tool tip manager.sky@chromium.org2009-09-291-1/+8
* Fleshes out the tooltip implementation for views on Gtk. It doesn'tsky@chromium.org2009-09-081-8/+177
* Splits TooltipManager so that it can be ported and stubs out the GTKsky@chromium.org2009-05-281-0/+51