summaryrefslogtreecommitdiffstats
path: root/ui/gfx/platform_font_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Clean-up: Renames gfx::Font's methods and removes its obsolete methods.yukishiino@chromium.org2014-02-131-9/+0
* Enables font-related unittests again.yukishiino@chromium.org2013-12-111-0/+4
* Make RenderTextMac more efficient by caching fonts and taking advantage of to...avi@chromium.org2013-10-301-42/+76
* Revert 231670 "Make RenderTextMac more efficient by caching font..."avi@chromium.org2013-10-301-47/+50
* Make RenderTextMac more efficient by caching fonts and taking advantage of to...avi@chromium.org2013-10-291-50/+47
* Supports cap height in gfx::Font and gfx::FontList.yukishiino@chromium.org2013-10-011-1/+5
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-2/+2
* 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
* Implement PlatformFont::CreateFromNativeFont for Macsail@chromium.org2013-05-021-0/+10
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Mac Web Intents Part 10: Support derived fontssail@chromium.org2012-10-031-3/+15
* mac: Use NSWidth() and friends in a few more places.thakis@chromium.org2012-06-071-1/+1
* Remove unused and unnecessary constructor from PlatformFont classes.asvitkine@chromium.org2012-04-131-8/+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-1/+1
* Re-add GetStringWidth to PlatformFont, and use that from Fontstuartmorgan@chromium.org2012-02-241-0/+6
* Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly.asvitkine@chromium.org2012-01-241-9/+1
* Change string16 to std::string in the gfx::Font() interface.erg@chromium.org2011-10-271-7/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+143