1. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years, 2 months ago
  2. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years, 2 months ago
  3. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 3 years, 2 months ago
  4. 488654b Fix cases of variable shadowing in /tools/. by John Stiles · 3 years, 3 months ago
  5. 4043111 Purge 2020 picture versions by Mike Reed · 3 years, 4 months ago
  6. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 6 months ago
  7. ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 6 months ago
  8. b2497dd Revert "Revert "onMatchFaceStyle is unused, so remove it"" by Mike Reed · 3 years, 6 months ago
  9. 3c04a65 Revert "onMatchFaceStyle is unused, so remove it" by Mike Reed · 3 years, 6 months ago
  10. 40f2985 onMatchFaceStyle is unused, so remove it by Mike Reed · 3 years, 6 months ago
  11. a1db799 Fix Python3 compatibility by Eric Boren · 3 years, 8 months ago
  12. f73a029 Make onCreateScalerContext return unique_ptr. by Ben Wagner · 3 years, 11 months ago
  13. ba158b9 Remove SkScalerContext::getGlyphCount. by Ben Wagner · 3 years, 11 months ago
  14. 4168981 don't use MASK_FORMAT_UNKNOWN to represent scaler context state by Herb Derby · 4 years ago
  15. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 4 years, 1 month ago
  16. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 4 years, 1 month ago
  17. 6fc4106 [svg] Relocate out of experimental by Florin Malita · 4 years, 1 month ago
  18. 59637dd Add SkTypeface::getPostScriptName. by Ben Wagner · 4 years, 1 month ago
  19. a80ce1a remove SkMakeSpan use ctor parameter deduction by Herb Derby · 4 years, 5 months ago
  20. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  21. f2845ac Always (pre)compute path bounds when using a builder by Mike Reed · 4 years, 2 months ago
  22. 06d7c9d Revert "Revert "use pathbuilder"" by Mike Reed · 4 years, 2 months ago
  23. 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years, 2 months ago
  24. 4b25d41 use pathbuilder by Mike Reed · 4 years, 2 months ago
  25. 92f6eb1 use pathbuilder by Mike Reed · 4 years, 2 months ago
  26. 81eabce SkCustomTypefaceBuilder to set SkFontStyle by Ben Wagner · 4 years, 3 months ago
  27. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 3 months ago
  28. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 4 months ago
  29. df07800 Include the SkTSort header only where it is used. by John Stiles · 4 years, 4 months ago
  30. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 4 months ago
  31. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 4 months ago
  32. dde5034 Correct TestTypeface::onCharsToGlyphs signature. by Ben Wagner · 4 years, 6 months ago
  33. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 6 months ago
  34. de50037 Remove SkPath::RawIter from tests/tools/samplecode by Chris Dalton · 4 years, 6 months ago
  35. 660317f Move scaler context fallback to GDI by herb · 4 years, 9 months ago
  36. f46d5ca use std::make_unique by Mike Klein · 5 years ago
  37. 389c8e9 [minor] mark scripts as executable by Hal Canary · 5 years ago
  38. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  39. 9ee1edd Add SkMakeSpan and helpful conversion by Herb Derby · 5 years ago
  40. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  41. 9b06f21 Add API for glyph image data by Herb Derby · 5 years ago
  42. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  43. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 6 years ago
  44. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 6 years ago
  45. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  46. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 6 years ago
  47. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
  48. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 6 years ago
  49. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 6 years ago
  50. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
  51. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 6 years ago
  52. 0a8da21 Remove generateCharFromGlyph and charToGlyphID. by Ben Wagner · 6 years ago
  53. 99ccc0c lazy svg parsing in TestSVGTypeface by Mike Klein · 6 years ago
  54. c6142d8 de-common the rest of the flags by Mike Klein · 6 years ago
  55. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  56. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 6 years ago
  57. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 6 years ago
  58. 8dce054 Add planet emoji font. by Ben Wagner · 6 years ago
  59. bea1f94 remove platform_font_manager() by Mike Klein · 6 years ago
  60. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
  61. ff84d8a SkTypeface::openStream to return smart pointer. by Ben Wagner · 6 years ago
  62. 843909c Add full definition of SkStreamAsset. by Ben Wagner · 6 years ago
  63. 4212a7d SkTypeface::onOpenStream to return unique_ptr. by Ben Wagner · 6 years ago
  64. 119196a s/geTestSVGTypeface/getTestSVGTypeface by Ben Wagner · 6 years ago
  65. 77f94ea Move more utils into SkFontPriv, IWYU by Mike Reed · 6 years ago
  66. d8deeee tools: Remove sk_tool_utils::set_portable_typeface() by Hal Canary · 6 years ago
  67. 34c9b6d start removing legacy paint calls by Mike Reed · 6 years ago
  68. 1688507 Try out clang-tidy, starting with bugprone-use-after-move by Mike Klein · 6 years ago
  69. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  70. 94cca60 start to use font for measure, not paint by Mike Reed · 6 years ago
  71. b5784ac use SkFontMetrics so we can deprecated the typedef by Mike Reed · 6 years ago
  72. 04346d5 use SkFontHinting from SkFontTypes.h by Mike Reed · 6 years ago
  73. 6e24cd3 Reland "hide setTextAlign" by Mike Reed · 6 years ago
  74. f10ea21 Revert "hide setTextAlign" by Brian Osman · 6 years ago
  75. 43c7183 hide setTextAlign by Mike Reed · 6 years ago
  76. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  77. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  78. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  79. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  80. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  81. 33ac15e Add an empty typeface for testing by Herb Derby · 6 years ago
  82. fd7957c Make create_test_font less global-ish. by Ben Wagner · 7 years ago
  83. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  84. e541645 Change generateAdvance to never chain. by Ben Wagner · 6 years ago
  85. f107a2f SkUTF by Hal Canary · 6 years ago
  86. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 6 years ago
  87. 83c6b96 Improve SkTestFontMgr. by Ben Wagner · 6 years ago
  88. e346b1e Add SkTypeface::getVariationDesignParameters by Ben Wagner · 6 years ago
  89. 536ad2c Implement onMakeClone function on all subclasses of SkTypeface except on mac. by Bruce Wang · 6 years ago
  90. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  91. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  92. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  93. 39ccf5d Fix compile when SK_XML undefined by Hal Canary · 6 years ago
  94. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 6 years ago
  95. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  96. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 7 years ago
  97. 20fa1e9 Update SkRandomScalerContext to handle mask filters. by Ben Wagner · 7 years ago
  98. 4b5e4b3 Remove unused parameters from internalGetPath. by Ben Wagner · 7 years ago
  99. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 7 years ago
  100. 5ddb308 Distinguish between glyphs with empty path and no path. by Ben Wagner · 7 years ago