1. 4268433 [skottie,skshaper] Plumb an optional SkFontMgr in SkShaper/SkottieShaper by Florin Malita · 5 years ago
  2. e59acb7 Particles: Merge spawn & update into one code string with two functions by Brian Osman · 5 years ago
  3. d6108ad Particles: Use list of lines for multi-line string serialization by Brian Osman · 5 years ago
  4. e172236 rewrite *.gn and #includes on CheckGeneratedFiles bot by Mike Klein · 5 years ago
  5. fe49163 Major rewrite of the particle system based on the SkSL interpreter by Brian Osman · 5 years ago
  6. ca26404 Change the visibility of skottie::PropertyHandle constructor to public. by Avinash Parchuri · 5 years ago
  7. fd91f6d [skottie] Cleanup: track animator scoping in AnimationBuilder by Florin Malita · 5 years ago
  8. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  9. 6d907fa add copytable method to typefaces by Mike Reed · 5 years ago
  10. 5f24018 [skottie] Ref-counted animators by Florin Malita · 5 years ago
  11. b29e32d Fixing the build by Julia Lavrova · 5 years ago
  12. 0ae324c [sksg] Fix setVisible() invalidation by Florin Malita · 5 years ago
  13. 5207f35 The current version... by Julia Lavrova · 5 years ago
  14. 16e8b6e [canvaskit] Return damage rect from ManagedAnimation::seek() by Florin Malita · 5 years ago
  15. 00d4f53 [skottie] Expose SG inval controller on seek() by Florin Malita · 5 years ago
  16. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  17. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  18. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 5 years ago
  19. 1281ec3 [skottie] Remove deprecated loadImageAsset API by Florin Malita · 5 years ago
  20. 7a15a6e [skottie] De-dupe sequential cubic mappers by Florin Malita · 5 years ago
  21. dc02c3e [skottie] Fix default cubic controls detection by Florin Malita · 5 years ago
  22. eb24735 [skottie] Pass asset IDs to ResourceProvider::loadImageAsset by Florin Malita · 5 years ago
  23. 5b181bf [skottie] Use kF16ColorType layers for motion blur by Florin Malita · 5 years ago
  24. 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
  25. b5c69a4 Fix for Windows specific compiler issues (constexpr). by Julia Lavrova · 5 years ago
  26. ccacfa0 [skottie] Caching motion tile by Florin Malita · 5 years ago
  27. 7232e90 Fix header name in build file. by Ben Wagner · 5 years ago
  28. 35f8822 Adding locale by Julia Lavrova · 5 years ago
  29. 0e1b0af [skottie] Motion blur fast path by Florin Malita · 5 years ago
  30. 5f1108c [skottie] Motion blur support by Florin Malita · 5 years ago
  31. c74a550 GM: s/handleKey/onChar/ by Hal Canary · 5 years ago
  32. 6cc65e1 Samples: simplify Sample::Event by Hal Canary · 5 years ago
  33. 8a02731 Samples: add name() virtual by Hal Canary · 5 years ago
  34. 60c84fd [skottie] Clean up layer animator scoping by Florin Malita · 5 years ago
  35. 9ee1edd Add SkMakeSpan and helpful conversion by Herb Derby · 5 years ago
  36. 45dc1f0 [skottie] Cleanup: split off layers into own CUs by Florin Malita · 5 years ago
  37. afd2c10 [skottie] Use hybrid bounds for custom Shaper VAlign modes by Florin Malita · 5 years ago
  38. d75fed4 [skottie] Use explicit font ascent in Shaper by Florin Malita · 5 years ago
  39. c1f5d8d [skottie] Handle empty lines in Shaper by Florin Malita · 5 years ago
  40. f803878 [skottie] Divide-by-zero in CameraAdapter::totalMatrix() by Florin Malita · 5 years ago
  41. b094455 [skottie] Venetian Blinds effect by Florin Malita · 5 years ago
  42. 1a79f0b ByteCode: Improved ExternalValue interface by Brian Osman · 5 years ago
  43. e1cb9ac Particles: SkScalar -> float by Brian Osman · 5 years ago
  44. d7b321a [skottie] Radial swipe effect by Florin Malita · 5 years ago
  45. 9af5cc4 Adding TestFontCollection by Julia Lavrova · 5 years ago
  46. 3127dd6 [sksg] Clear the context mask filter when applied via layers by Florin Malita · 5 years ago
  47. 9c47e15 [skottie] Linear Wipe effect by Florin Malita · 5 years ago
  48. 514bae6 [sksg] RenderNode visibility control by Florin Malita · 5 years ago
  49. 6e6333f Refactor font resolution out of font iterator; few minor bug fixes by Julia Lavrova · 5 years ago
  50. fb32ddf Revert "Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU"" by Brian Osman · 5 years ago
  51. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  52. 60e60df [skottie] Add support for motion tile phase by Florin Malita · 5 years ago
  53. 37a59ef Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU" by Robert Phillips · 5 years ago
  54. 4b203ad add motion blur params to skottie2movie by Mike Reed · 5 years ago
  55. 9050728 Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU by Brian Osman · 5 years ago
  56. b97824d [skottie] Motion tile effect by Florin Malita · 5 years ago
  57. 5fe7429 [skottie] Fix layer transform vs. effects interactions by Florin Malita · 5 years ago
  58. 941b9ff [skottie] Effects cleanup pass by Florin Malita · 5 years ago
  59. e47d8af [skottie] Add support for Transform distort effect by Florin Malita · 5 years ago
  60. 08a8496 Interpreter: Simplify interface quite a bit. by Brian Osman · 5 years ago
  61. 87e8850 Reland "[skottie] Use metrics for Shaper vertical alignment" by Florin Malita · 5 years ago
  62. ed8d130 Revert "[skottie] Use metrics for Shaper vertical alignment" by Herb Derby · 5 years ago
  63. 084fa1b [skottie] Use metrics for Shaper vertical alignment by Florin Malita · 5 years ago
  64. f39124b Baseline for empty text by Julia Lavrova · 5 years ago
  65. a3552c5 Reland "SkParagraph" by Julia Lavrova · 5 years ago
  66. 920f6a9 [skottie] Animated text tracking support by Florin Malita · 5 years ago
  67. e695e53 [skottie] Add support for range selector domains by Florin Malita · 5 years ago
  68. 07e103f [skottie] Range selector cleanup pass by Florin Malita · 5 years ago
  69. 07cd38d Revert "SkParagraph" by Herb Derby · 5 years ago
  70. 7a1bf99 Revert "Build fix" by Herb Derby · 5 years ago
  71. 607c6d9 Revert "Try to fix include problems for skparagraph" by Herb Derby · 5 years ago
  72. cc82972 Try to fix include problems for skparagraph by Herbert Derby · 5 years ago
  73. 9577f01 Revert "Add FontCollection.h to gni" by Herb Derby · 5 years ago
  74. 9e1e8ca Add FontCollection.h to gni by Herbert Derby · 5 years ago
  75. 14c8ca9 Build fix by Julia Lavrova · 5 years ago
  76. 8016441 Interpreter: Refactor interface and lifetime management by Brian Osman · 5 years ago
  77. 10ad0b9 SkParagraph by Julia Lavrova · 5 years ago
  78. 04462d1 [skottie] Fix text selector sub-unit range handling by Florin Malita · 5 years ago
  79. 54c8411 [skottie] Fix zero-overlap selector handling by Florin Malita · 5 years ago
  80. 711f39f [skottie] Add support for RangeSelector shapes by Florin Malita · 5 years ago
  81. 1c44db1 [skottie] Initial text range selector support by Florin Malita · 5 years ago
  82. d6ba725 [canvaskit] Save a copy by using SkVertices::Builder by Kevin Lubick · 5 years ago
  83. 1d89b0d [skottie] Add support for scale and rotation text animators by Florin Malita · 5 years ago
  84. e57546b [skottie] Add support for opacity text animators by Florin Malita · 5 years ago
  85. 96b95f9 [skottie] Initial animated text properties support by Florin Malita · 5 years ago
  86. 89799ef Document SkShaper::RunHandler::Buffer by Ben Wagner · 5 years ago
  87. c722165 share tiny bit of code for std language iter by Mike Reed · 5 years ago
  88. 0fe004c [skottie] Shaper: fission glyphs into separate fragments when needed by Florin Malita · 5 years ago
  89. bd8c724 Correct shaper assert around iterator fonts. by Ben Wagner · 5 years ago
  90. e8db325 Add trivial implemenations of shaper run iterators. by Ben Wagner · 5 years ago
  91. eca7315 [skottie] Add a Shaper line buffer by Florin Malita · 5 years ago
  92. 1f02e84 [skottie] Add support for more font weights by Florin Malita · 5 years ago
  93. a8d1819 [skottie] Support multiple text fragments by Florin Malita · 5 years ago
  94. de7e074 [skottie] Shaper::VAlign::kResizeToFit should also scale line height by Florin Malita · 5 years ago
  95. 46f2b58 Reland "Active layer excludes outPoint" by Florin Malita · 5 years ago
  96. 3fdc05a [skottie] Always use explicit text line height by Florin Malita · 5 years ago
  97. 1e8f6e2 [skottie] Add kBottom text alignment extension by Florin Malita · 5 years ago
  98. a4b8379 Revert "Active layer excludes outPoint" by Brian Osman · 5 years ago
  99. e85067f [skottie] Clamp seek() to the valid frame range by Florin Malita · 5 years ago
  100. 87224bb Active layer excludes outPoint by Isabel Ren · 5 years ago