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