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