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