summaryrefslogtreecommitdiffstats
path: root/app/gfx/font_skia.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug where Chrome was not rendering fonts at the size it shouldsky@chromium.org2009-12-011-0/+1
* Fix up extension badge text drawing.estade@chromium.org2009-10-301-1/+1
* Got the about panel to have its text lined up correctly.davemoore@chromium.org2009-10-271-15/+73
* Get the About panel to align its links correctly,davemoore@chromium.org2009-10-231-1/+0
* Plug a font leak.davemoore@chromium.org2009-10-191-1/+3
* Do work necessary to make Views About panel work on Chrome OS. This is to be ...davemoore@chromium.org2009-10-191-13/+30
* Landing font change again. I don't believe early flakiness was thesky@chromium.org2009-10-011-13/+27
* Reverting recent font change, it seems to be causing problems withsky@chromium.org2009-10-011-27/+13
* Attempt 4 at fixing font size on linux. I think I finally gotsky@chromium.org2009-10-011-13/+27
* Workaround for Issue 15949: cannot use the "WenQuanYi Bitmap Song" (chinese F...yusukes@google.com2009-09-191-4/+23
* Changes font_skia to use font bounding box rather thansky@chromium.org2009-09-171-5/+12
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-141-0/+160
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-141-160/+0
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-111-0/+160
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-111-160/+0
* Revert "Workaround Skia and Pango measuring font heights differently by askin...evan@chromium.org2009-09-031-24/+3
* Workaround Skia and Pango measuring font heights differently by asking Pangobrettw@chromium.org2009-09-021-3/+24
* linux: simplify gfx::Font constructor logic and add CHECK()s.evan@chromium.org2009-05-281-1/+3
* Unified the ways Font and Canvas get the pixel size of strings, using pangodavemoore@chromium.org2009-05-201-14/+5
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-0/+167