1. 196515c Line metrics: correct text width by Julia Lavrova · 4 years, 2 months ago
  2. 1d784c7 TextStyle::matchOneAttribute compares backgrounds even if they don’t exist by Julia Lavrova · 4 years, 2 months ago
  3. ce6f24d Placeholders coming from flutter can have Inf sizes by Julia Lavrova · 4 years, 2 months ago
  4. cfbb56c [skottie] Auto-orient fixes by Florin Malita · 4 years, 2 months ago
  5. cd28fa6 Always use Skia's Vulkan headers when compiling particles module by Brian Osman · 4 years, 2 months ago
  6. c7b49bb [skottie] Fix merge paths <-> paints interaction by Florin Malita · 4 years, 2 months ago
  7. 6130d50 Helper function for camera setup by Nathaniel Nifong · 4 years, 2 months ago
  8. a6d1e98 Revert "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years, 2 months ago
  9. 8d639e1 ICU API: only in SkParagraph, simplified. by Julia Lavrova · 4 years, 3 months ago
  10. 6ec66b9 [skottie] Add shape layer Offset Paths support by Florin Malita · 4 years, 2 months ago
  11. 8155976 [skottie] Add line-spacing animator support by Florin Malita · 4 years, 2 months ago
  12. 52a4379 [sksg] Consolidate geometry effects by Florin Malita · 4 years, 2 months ago
  13. 492558a [skottie] Fix wipe effects for images by Florin Malita · 4 years, 2 months ago
  14. fe7e74b Add an `experimental_simd` build target to CanvasKit. by Elliot Evans · 4 years, 2 months ago
  15. 7000ccd Cleanup for TextLine::getGlyphPositionAtCoordinate. by Ben Wagner · 4 years, 3 months ago
  16. d9b9e5e [canvaskit] High performance Path APIs by Kevin Lubick · 4 years, 3 months ago
  17. 8268108 Reland "[skottie] skottie_tool updates" by Florin Malita · 4 years, 3 months ago
  18. 0615aec [canvaskit] Fix CPU build by Kevin Lubick · 4 years, 3 months ago
  19. d424d6a Revert "[skottie] skottie_tool updates" by Florin Malita · 4 years, 3 months ago
  20. 6499e7f [skottie] skottie_tool updates by Florin Malita · 4 years, 3 months ago
  21. 2002b86 Fixing line metrics (baseline) - de-coupled from ICU CL by Julia Lavrova · 4 years, 3 months ago
  22. 312669e Query GL_SAMPLES when creating an SkSurface from the WebGL canvas by Chris Dalton · 4 years, 3 months ago
  23. a83f2d2 [skottie] Add support for unprefixed valign/resizing props by Florin Malita · 4 years, 3 months ago
  24. c217f61 [skrive] Start parsing the node hierarchy by Florin Malita · 4 years, 3 months ago
  25. 8605d84 Add a future_apis folder to canvaskit. future_apis contains notes on by Elliot Evans · 4 years, 3 months ago
  26. c4d4905 Cleaning codepoints/grapheme mess; it also helps with ICU API by Julia Lavrova · 4 years, 3 months ago
  27. edd208d [skottie] Simplify SkColor conversion by Florin Malita · 4 years, 3 months ago
  28. 1d585c2 [skottie] SkResources::loadTypeface() callback by Florin Malita · 4 years, 3 months ago
  29. 2879619 Added CanvasKit.MakeImageFromCanvasImageSource which is useful as an alternative to by Elliot Evans · 4 years, 3 months ago
  30. 2613332 [canvaskit] Fix bug with TextStyle color by Kevin Lubick · 4 years, 3 months ago
  31. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 3 months ago
  32. d05fd0c Accept Flat Uint32Array, Float32Array, or 2d Float32Array as the color argument to MakeLinearGradient by Nathaniel Nifong · 4 years, 3 months ago
  33. 75626e4 Regularize selection of fontmgr. by Ben Wagner · 4 years, 3 months ago
  34. f69e408 move dummy onMakeFromFontData() into .cpp by Mike Klein · 4 years, 3 months ago
  35. 9c401e7 [canvaskit] Make docs more clear by Kevin Lubick · 4 years, 3 months ago
  36. f700549 Keeping run metrics rather than calculating them every time by Julia Lavrova · 4 years, 3 months ago
  37. 73905c3 Removing fOffsets array from Run; optimizing copyTo by Julia Lavrova · 4 years, 3 months ago
  38. 45f36b5 ignore SK_DISABLE_READBUFFER by Mike Klein · 4 years, 3 months ago
  39. cb40620 Document skia::textlayout::Run is non-assignable. by Ben Wagner · 4 years, 3 months ago
  40. d449f51 minor reordering of fields to save space by Mike Reed · 4 years, 3 months ago
  41. e2c83a3 Optimize findLimitingClusters by Julia Lavrova · 4 years, 3 months ago
  42. f54dbf7 Clean up SkShaper_coretext.cpp & SkCGBase.h by Adlai Holler · 4 years, 3 months ago
  43. d470f40 Dealing with another crash when some fonts are unresolved by Julia Lavrova · 4 years, 3 months ago
  44. 94aed0b Use "und" in place of HB_LANGUAGE_INVALID. by Ben Wagner · 4 years, 3 months ago
  45. f6c48c0 inline Cluster::run() by Mike Reed · 4 years, 3 months ago
  46. 6e659e9 Add a gm for ManagedAnimation.setColor by Nathaniel Nifong · 4 years, 3 months ago
  47. a4ae8d0 [canvaskit] Roll 0.16.2 by Kevin Lubick · 4 years, 3 months ago
  48. e7b329e [canvaskit] Fix freeing of memory in computeTonalColors by Kevin Lubick · 4 years, 3 months ago
  49. 530fedf [canvaskit] Add MacOS specific notes for setup by Kevin Lubick · 4 years, 3 months ago
  50. cd75b17 Unit test of drawAtlas and fixes for bugs uncovered by it by Nathaniel Nifong · 4 years, 3 months ago
  51. 69e46da [canvaskit] Fix infrequent crash in SkFontMgr.FromData by Kevin Lubick · 4 years, 3 months ago
  52. 149f22d ICU optimization by Julia Lavrova · 4 years, 4 months ago
  53. c11ab9a Revert "ICU optimization" by Julia Lavrova · 4 years, 3 months ago
  54. ed827bc Make shadow in drawShadow test much more prominent by Nathaniel Nifong · 4 years, 3 months ago
  55. cc6349d ICU optimization by Julia Lavrova · 4 years, 4 months ago
  56. d13487e Regularize SkFontMgr for CoreText build. by Ben Wagner · 4 years, 3 months ago
  57. 024d42f [canvaskit] roll v0.16.1 by Kevin Lubick · 4 years, 3 months ago
  58. bfe44b6 Don't leak ref returned by SkFontMgr::matchFamilyStyle. by Ben Wagner · 4 years, 3 months ago
  59. 9adc1d4 [canvaskit] Fix JS representation of Color by Kevin Lubick · 4 years, 3 months ago
  60. e8ad02c Revert "Reland "Revert "Omit dead SkSL functions""" by Ethan Nicholas · 4 years, 3 months ago
  61. c48caaa Fixing crash when some fonts are unresolved by Julia Lavrova · 4 years, 4 months ago
  62. 625dc60 [canvaskit] Publish v0.16.0 by Kevin Lubick · 4 years, 3 months ago
  63. a15f2bf Reland "Revert "Omit dead SkSL functions"" by Ethan Nicholas · 4 years, 3 months ago
  64. 59e087e [canvaskit] Add JS optimization for int color by Kevin Lubick · 4 years, 3 months ago
  65. 2362022 [canvaskit] Make SkCanvas.drawColor/clear take SkColor4f by Kevin Lubick · 4 years, 3 months ago
  66. b42660f [canvaskit] Speculative fix for flaky dommatrix test by Kevin Lubick · 4 years, 3 months ago
  67. fd1173a Revert "Revert "Omit dead SkSL functions"" by Ethan Nicholas · 4 years, 3 months ago
  68. 93f1a38 [canvaskit] Add flexibility to setColor API by Kevin Lubick · 4 years, 3 months ago
  69. 462a860 [canvaskit] Change Malloc to return object instead of TypedArray by Kevin Lubick · 4 years, 3 months ago
  70. 63559a5 Revert "Revert "gms for SkParagraph"" by Mike Reed · 4 years, 3 months ago
  71. b9bde84 A example of 3D rotation that shows a quotation with all the glyphs rotated. by Nathaniel Nifong · 4 years, 3 months ago
  72. 7ca48cc Map the 's' key in CanvasKit viewer to force animation by Chris Dalton · 4 years, 3 months ago
  73. e37d578 Revert "gms for SkParagraph" by Mike Reed · 4 years, 3 months ago
  74. 28cdc97 [skottie] Pull SkottieProperty.h from Skotti.h by Florin Malita · 4 years, 3 months ago
  75. 7351f8c gms for SkParagraph by Mike Reed · 4 years, 4 months ago
  76. 3392ebe Additional tests covering parts of path interface by Nathaniel Nifong · 4 years, 3 months ago
  77. 6aa3869 [canvaskit] Use scratch arrays for colors and matrices by Kevin Lubick · 4 years, 3 months ago
  78. 7c969f2 Revert "Omit dead SkSL functions" by Ethan Nicholas · 4 years, 3 months ago
  79. 97fe0cb Omit dead SkSL functions by Ethan Nicholas · 4 years, 4 months ago
  80. 9331ca0 CanvasKit: implement client-supplied dirty rect support for software surface. by Bryce Thomas · 4 years, 4 months ago
  81. 5b8dd73 Hide ICU C++ API from Skia users. by Ben Wagner · 4 years, 4 months ago
  82. 2837f24 Revert "Hide ICU C++ API from Skia users." by Ben Wagner · 4 years, 4 months ago
  83. def1df3 Create CTTypesetter without Options. by Ben Wagner · 4 years, 4 months ago
  84. 5ef0d2f Hide ICU C++ API from Skia users. by Ben Wagner · 4 years, 4 months ago
  85. 0d0758e Wire up mouse and keyboard events in CanvasKit viewer by Chris Dalton · 4 years, 4 months ago
  86. a3908ef Merge PathText samples into one, with different modes by Chris Dalton · 4 years, 4 months ago
  87. 59d299b Record code coverage in canvaskit tests, increase coverage by Nathaniel Nifong · 4 years, 4 months ago
  88. 19ef693 Remove last unistr.h include. by Ben Wagner · 4 years, 4 months ago
  89. 07821de Performance test of color conversion by Nathaniel Nifong · 4 years, 4 months ago
  90. b985b4b Remove use of ICU C++ API from SkParagraph. by Ben Wagner · 4 years, 4 months ago
  91. 3e7d511 Add svg parsing to CanvasKit viewer.html by Chris Dalton · 4 years, 4 months ago
  92. cf11892 [canvaskit] Do not automatically free things provided by Malloc. by Kevin Lubick · 4 years, 4 months ago
  93. 4ca7a81 Remove use of brkiter from SkParagraph. by Ben Wagner · 4 years, 4 months ago
  94. f3242c4 Add an skp loader to CanvasKit viewer by Chris Dalton · 4 years, 4 months ago
  95. e6778f3 Add an msaa flag to CanvasKit viewer by Chris Dalton · 4 years, 4 months ago
  96. af6de9f Condition SkLoadICU on SK_USING_THIRD_PARTY_ICU. by Ben Wagner · 4 years, 4 months ago
  97. c087221 Pre-allocate space for single run fRunsInVisualOrder. by Ben Wagner · 4 years, 4 months ago
  98. bbc6f0a Initialize ICU before use in SkParagraph. by Ben Wagner · 4 years, 4 months ago
  99. ebebf6e Move SkParagraph bits into skparagraph directory. by Ben Wagner · 4 years, 4 months ago
  100. 5aefbb3 Revert "prealloc space for a simple fRunsInVisualOrder" by Mike Reed · 4 years, 4 months ago