1. 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 8 years ago
  2. f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 8 years ago
  3. 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 8 years ago
  4. 7028443 fix race in SkFontHost_mac.cpp by Mike Klein · 8 years ago
  5. a4083c9 make most of SkColorPriv.h private by Cary Clark · 8 years ago
  6. 219f362 Add strikeout font metrics. by Ben Wagner · 8 years ago
  7. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 8 years ago
  8. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 8 years ago
  9. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 8 years ago
  10. 342a9fa add virtual to support CTFontRef by Mike Reed · 8 years ago
  11. 7575bb1 SkFontMgr::matchFamily should not crash on nullptr. by bungeman · 8 years ago
  12. bc096bf Improve variation comment for iOS. by bungeman · 8 years ago
  13. 266dcb0 SkTypeface:: populate_glyph_to_unicode uniformly across platforms by Hal Canary · 8 years ago
  14. 9aec894 Use last value for axis for variation position. by bungeman · 8 years ago
  15. 3e306f6 Use FontWeight symbols when available on Mac. by bungeman · 8 years ago
  16. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 8 years ago
  17. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 8 years ago
  18. c663905 Tell PDF on Mac when a font is a variation font. by Ben Wagner · 8 years ago
  19. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  20. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  21. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  22. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  23. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  24. 4ec46aa Work around Mac x- and cap-height calculation. by bungeman · 8 years ago
  25. 18ec7b9 Replace kCTFontXXXOrientation with kCTFontOrientationXXX. by bungeman · 9 years ago
  26. f1ef1fa Properly create CTFontDescriptor from SkFontStyle. by bungeman · 9 years ago
  27. 83f1f44 SkFontHost_mac.cpp#create_descriptor to handle nullptr familyName. by bungeman · 9 years ago
  28. 2873c76 Decode system font weight correctly on Mac. by bungeman · 9 years ago
  29. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 9 years ago
  30. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  31. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 9 years ago
  32. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  33. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 9 years ago
  34. 55325b7 clean up non-ASCII comments by Hal Canary · 9 years ago
  35. c292b5f Clean up SkFontHost_Mac ownership. by bungeman · 9 years ago
  36. c2ba75b Remove Mac 10.6 - 10.8 work arounds for fonts. by bungeman · 9 years ago
  37. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 9 years ago
  38. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 9 years ago
  39. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 9 years ago
  40. f8ee5b4 Mac: Remove use of deprecated font APIs by ccameron · 9 years ago
  41. f93d711 SkFontData to use smart pointers. by bungeman · 9 years ago
  42. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 9 years ago
  43. d8c2476 SkFontData to use smart pointers. by bungeman · 9 years ago
  44. e55131c s/invertable/invertible by bungeman · 9 years ago
  45. bea9748 Add simple font fallback on Mac. by bungeman · 9 years ago
  46. 1f0e78d SkScalerContextRec::computeMatrices to return status. by bungeman · 9 years ago
  47. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 9 years ago
  48. b811378 Update typeface serialization style. by bungeman · 9 years ago
  49. 6e45bda Add test for typeface style round trip. by bungeman · 9 years ago
  50. f149169 Correct advances for 'monospace' fonts in PDF. by bungeman · 9 years ago
  51. e3aea10 Remove user specified typeface id. by bungeman · 9 years ago
  52. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 9 years ago
  53. 7ae1c72 Update typeface serialization style. by bungeman · 9 years ago
  54. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 9 years ago
  55. 5a493cd Less indentation. by bungeman · 9 years ago
  56. 57cd94a SkAdvancedTypefaceMetrics: getAdvanceData uses std::function by halcanary · 9 years ago
  57. e20a875 SkAdvancedTypefaceMetrics: abstract out linked list by halcanary · 9 years ago
  58. ffa4a92 SkOncePtr -> SkOnce by mtklein · 9 years ago
  59. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 9 years ago
  60. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 9 years ago
  61. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 9 years ago
  62. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 9 years ago
  63. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 9 years ago
  64. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 9 years ago
  65. b4bb7d8 Add oblique as a slant. by bungeman · 9 years ago
  66. 82a455f Remove requestedStyle from SkTypefaceCache. by bungeman · 9 years ago
  67. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
  68. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
  69. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
  70. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
  71. c791728 Pass effects directly to fontcache by reed · 9 years ago
  72. 53d5c6e Test CTFonts for equality, not just name and style. by bungeman · 9 years ago
  73. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 9 years ago
  74. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  75. df801aa Remove SK_IGNORE_MAC_FONT_WEIGHT_FIX. by bungeman · 9 years ago
  76. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
  77. e280d06 Draw black on white for CG glyph masks. by bungeman · 9 years ago
  78. 18300a3 detach -> release by mtklein · 9 years ago
  79. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  80. f6c7107 Expose API for gx font variation axes. by bungeman · 10 years ago
  81. 5eff9e7 Implement onMatchFamilyStyle for Mac. by bungeman · 10 years ago
  82. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 10 years ago
  83. ef27ce3 Use only one CGFont/CTFont per scaler context on Mac. by bungeman · 10 years ago
  84. 0584631 Avoid last param to CTFontCreateWithGraphicsFont. by bungeman · 10 years ago
  85. 7cbeaae Avoid CTFontCreateCopyWithAttributes. by bungeman · 10 years ago
  86. 4de8c3a Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of https://codereview.chromium.org/1344213004/ ) by bungeman · 10 years ago
  87. d329671 Avoid CTFontCreateCopyWithAttributes. by bungeman · 10 years ago
  88. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 10 years ago
  89. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  90. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  91. 4598fc3 Use SK_DECLARE_STATIC_MUTEX for global mutex. by mtklein · 10 years ago
  92. d0f4173 add option to use global mutex-lock in mac-scalercontext by reed · 10 years ago
  93. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 10 years ago
  94. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
  95. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 10 years ago
  96. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
  97. 6bd8d1c Fill capHeight and maxCharWidth on Mac. by bungeman · 10 years ago
  98. 1b5f25c Remove attempted bug mitigation in Mac typeface. by bungeman · 10 years ago
  99. 7888401 Provide tag-along for SkCreateTypefaceFromCTFont. by bungeman · 10 years ago
  100. 41868fe Font variations. by bungeman · 10 years ago