1. a865d25 Windows GDI Typeface: set NotEmbeddable_FontFlag same as other backends. by Hal Canary · 7 years ago
  2. 3e45a2f Directly use SkScalerContextRec. by Ben Wagner · 7 years ago
  3. 0341f16 replace gInited with SkOnce by Mike Klein · 7 years ago
  4. 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 7 years ago
  5. f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 7 years ago
  6. 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 7 years ago
  7. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  8. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 8 years ago
  9. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 8 years ago
  10. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 8 years ago
  11. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 8 years ago
  12. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 8 years ago
  13. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  14. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  15. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  16. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  17. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  18. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
  19. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
  20. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  21. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  22. c05b2bf Clarify onCreateScalerContext failure modes. by Ben Wagner · 8 years ago
  23. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  24. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  25. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  26. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  27. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  28. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  29. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  30. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  31. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  32. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  33. b811378 Update typeface serialization style. by bungeman · 8 years ago
  34. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  35. f149169 Correct advances for 'monospace' fonts in PDF. by bungeman · 8 years ago
  36. e3aea10 Remove user specified typeface id. by bungeman · 9 years ago
  37. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 9 years ago
  38. 7ae1c72 Update typeface serialization style. by bungeman · 9 years ago
  39. 5a493cd Less indentation. by bungeman · 9 years ago
  40. 57cd94a SkAdvancedTypefaceMetrics: getAdvanceData uses std::function by halcanary · 9 years ago
  41. e20a875 SkAdvancedTypefaceMetrics: abstract out linked list by halcanary · 9 years ago
  42. b4bb7d8 Add oblique as a slant. by bungeman · 9 years ago
  43. 82a455f Remove requestedStyle from SkTypefaceCache. by bungeman · 9 years ago
  44. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
  45. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
  46. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
  47. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
  48. c791728 Pass effects directly to fontcache by reed · 9 years ago
  49. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
  50. 59f093d Correctly handle lfWidth in GDI. by bungeman · 9 years ago
  51. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  52. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  53. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  54. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  55. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  56. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  57. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  58. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  59. c5b7df4 Remove an unused function. by thakis · 9 years ago
  60. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 10 years ago
  61. 3ba043f Remove another assertion that a reference is non-null. by dcheng · 10 years ago
  62. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
  63. 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
  64. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
  65. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 10 years ago
  66. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  67. 6f94076 Restore GDI text size rounding. by bungeman · 10 years ago
  68. b69d0e0 BUG=skia: by herb · 10 years ago
  69. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  70. f8d24e2 BUG=skia: by herb · 10 years ago
  71. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  72. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  73. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  74. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  75. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  76. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  77. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  78. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  79. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  80. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  81. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  82. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  83. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  84. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  85. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  86. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 11 years ago
  87. c6cb56f Implement text rendering with NVPR by kkinnunen · 11 years ago
  88. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 11 years ago
  89. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 11 years ago
  90. d3031aa Stage fixes for underline position. by commit-bot@chromium.org · 11 years ago
  91. 1c26111 Fix typo in SkFontHost_win.cpp in comment. by bungeman@google.com · 11 years ago
  92. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 11 years ago
  93. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
  94. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 11 years ago
  95. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  96. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  97. 4732df6 Basic support for vector FON. by bungeman@google.com · 11 years ago
  98. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  99. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  100. 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago