summaryrefslogtreecommitdiffstats
path: root/ui/gfx/platform_font_pango.cc
Commit message (Expand)AuthorAgeFilesLines
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-1/+1
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-2/+2
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-051-16/+12
* Add a ScopedPangoFontDescription helper class and use it.asvitkine@chromium.org2012-05-161-7/+5
* Remove unused and unnecessary constructor from PlatformFont classes.asvitkine@chromium.org2012-04-131-10/+0
* Remove WAYLAND portoshima@chromium.org2012-04-071-3/+3
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-3/+3
* Move GetPangoFontMetrics() to pango_util.cc.asvitkine@chromium.org2012-03-301-30/+0
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-151-2/+2
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-4/+5
* ui/gfx: Remove includes to linux_util.h. They aren't necessary anymore.tfarina@chromium.org2012-03-141-1/+0
* Re-add GetStringWidth to PlatformFont, and use that from Fontstuartmorgan@chromium.org2012-02-241-3/+7
* linux: Make PlatformFontPango handle family lists.derat@chromium.org2012-01-251-28/+23
* Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly.asvitkine@chromium.org2012-01-241-11/+5
* Aura: apply UI font list to cros.xji@chromium.org2012-01-241-2/+8
* Optimize setting the font when drawing in RenderTextLinux.asvitkine@chromium.org2011-12-151-34/+2
* Change string16 to std::string in the gfx::Font() interface.erg@chromium.org2011-10-271-15/+15
* Fix Linux |Font::GetAverageCharacterWidth()| always returning 0.asvitkine@chromium.org2011-10-171-0/+1
* aura: Make 'ui' buildable without gtk.sadrul@chromium.org2011-09-211-0/+471