1. 10d66cc move Sk{Test,Random}ScalerContext to tools by Mike Klein · 7 years ago
  2. cb6940b DM FontMgr updates by Mike Klein · 7 years ago
  3. 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 7 years ago
  4. f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 7 years ago
  5. 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 7 years ago
  6. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  7. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  8. 219f362 Add strikeout font metrics. by Ben Wagner · 7 years ago
  9. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 7 years ago
  10. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 7 years ago
  11. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 7 years ago
  12. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  13. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  14. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  15. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  16. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  17. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 7 years ago
  18. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 7 years ago
  19. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  20. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  21. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 7 years ago
  22. f67c459 add ViaSVG to dm by Mike Reed · 7 years ago
  23. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  24. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  25. 8be952a SkScalarMul is deprecated by Mike Reed · 7 years ago
  26. 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 7 years ago
  27. 58d2a72 SkTestTypeface: correct encoding by Hal Canary · 7 years ago
  28. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  29. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  30. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  31. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  32. 8f514c7 We really shouldn't pass SkFontStyle to printf as %d. by Mike Klein · 8 years ago
  33. 3d01c62 SkPDF: Fix Type3 ToUnicode table. by halcanary · 8 years ago
  34. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  35. b605f89 Remove now unused source files. by bungeman · 8 years ago
  36. 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
  37. b811378 Update typeface serialization style. by bungeman · 8 years ago
  38. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  39. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  40. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  41. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  42. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  43. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  44. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  45. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  46. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  47. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  48. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  49. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  50. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  51. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  52. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  53. 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 8 years ago
  54. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  55. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  56. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  57. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  58. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  59. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  60. c791728 Pass effects directly to fontcache by reed · 8 years ago
  61. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  62. 52b88cc "Fix" compiler issue in SkRandomScalerContext by robertphillips · 8 years ago
  63. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  64. 18300a3 detach -> release by mtklein · 8 years ago
  65. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  66. 6f6264f Force cache SkTestScalerContext path bounds. by mtklein · 9 years ago
  67. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  68. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  69. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  70. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  71. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  72. d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
  73. 2a6f747 Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/) by joshualitt · 9 years ago
  74. a4a5306 Add BW masks to random scaler context by joshualitt · 9 years ago
  75. 44c4851 adding gm to use random scaler context by joshualitt · 9 years ago
  76. d164a71 Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/) by joshualitt · 9 years ago
  77. 853336c adding gm to use random scaler context by joshualitt · 9 years ago
  78. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  79. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  80. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  81. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  82. aa2f658 Adding debug SkScalerContext which returns random mask formats by joshualitt · 9 years ago
  83. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 9 years ago
  84. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  85. 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
  86. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  87. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  88. f5c633f don't rely on fonts having a stream by caryclark · 9 years ago
  89. 8d0d2b8 remove duplicate assign of fLastGlyphID by caryclark · 9 years ago
  90. 0edd965 initialize font metrics for pdf (found by valgrind) by caryclark · 9 years ago
  91. 83ca628 Today's gm include many differences caused by platform font implementations. by caryclark · 9 years ago
  92. 41868fe Font variations. by bungeman · 9 years ago
  93. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  94. 3489ee0 Font variations. by bungeman · 9 years ago
  95. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  96. 05773ed Font variations. by bungeman · 9 years ago
  97. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  98. 37a92b4 Update {virtual,override} to follow C++11 style in src/fonts. by tfarina · 9 years ago
  99. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 9 years ago
  100. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago