summaryrefslogtreecommitdiffstats
path: root/ui/gfx/platform_font_pango.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean-up: Renames gfx::Font's methods and removes its obsolete methods.yukishiino@chromium.org2014-02-131-12/+6
* replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variantsreed@google.com2014-01-061-4/+4
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Supports cap height on Pango.yukishiino@chromium.org2013-12-241-7/+3
* linux_aura: Use the system font rendering settings.erg@chromium.org2013-12-181-0/+5
* Enables font-related unittests again.yukishiino@chromium.org2013-12-111-1/+8
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-2/+2
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-2/+2
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-2/+2
* Supports cap height in gfx::Font and gfx::FontList.yukishiino@chromium.org2013-10-011-1/+10
* Removes dependency from ui/gfx/platform_font_pango.cc on l10n_utilsky@chromium.org2013-09-181-27/+43
* 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