1. d2a1853 [skottie] Initial 3D layer transform support by Florin Malita · 6 years ago
  2. 9356393 [skottie] Derive most adapters from SkNVRefCnt by Florin Malita · 6 years ago
  3. 9d0b306 [skottie] Add initial tracing by Florin Malita · 6 years ago
  4. 34c9b6d start removing legacy paint calls by Mike Reed · 6 years ago
  5. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  6. 91af8d8 [skottie] Expose composition markers to embedders by Florin Malita · 6 years ago
  7. 8ac81b7 [skottie] Add a custom property manager util class by Florin Malita · 6 years ago
  8. a831655 [skottie] Make animated image support generally available by Florin Malita · 6 years ago
  9. 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
  10. 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
  11. f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
  12. 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
  13. fbebece hide nested hinting enum by Mike Reed · 6 years ago
  14. 5d3deb7 [skottie] Preserve image aspect ratio by Florin Malita · 6 years ago
  15. 0a8b4e1 [skottie] Add support for explicit text line breaks by Florin Malita · 6 years ago
  16. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  17. 928db92 [skottie] Clang-tidy fixes by Florin Malita · 6 years ago
  18. 21119ac [skottie] Add support for fill effect opacity by Florin Malita · 6 years ago
  19. 4963a64 [skottie] Fix image loading in Viewer by Florin Malita · 6 years ago
  20. d9c56b4 [skottie] Support external annotations by Florin Malita · 6 years ago
  21. 2c06e14 [skottie] Optional path control points by Florin Malita · 6 years ago
  22. 9059c23 [skottie] Remove temporary ResourceProvider::load() fallback by Florin Malita · 6 years ago
  23. 62c6bd9 [skottie] Multi-frame image support by Florin Malita · 6 years ago
  24. 57b9d40 [skottie] External logger support by Florin Malita · 6 years ago
  25. 97b150e [skottie] External font loader tweaks by Florin Malita · 6 years ago
  26. a85f3a1 Reland: [skottie] Initial property setters by Florin Malita · 6 years ago
  27. 39e1d13 Revert "[skottie] Initial property setters" by Brian Salomon · 6 years ago
  28. 7903957 [skottie] Initial property setters by Florin Malita · 6 years ago
  29. 4054351 [skottie] Add support for external font loading by Florin Malita · 6 years ago
  30. beb8300 [skottie] Fix NaN |t| in CompTimeMapper::onTick by Florin Malita · 6 years ago
  31. 217d4a5 [skottie] UBSAN divide-by-zero workaround by Florin Malita · 6 years ago
  32. f2ade42 [skottie] Shrink SkPaths by Florin Malita · 6 years ago
  33. a61f0f7 [skottie] Add support for explicit image asset sizing by Florin Malita · 6 years ago
  34. cd9d074 [skottie] More efficient group sizing by Florin Malita · 6 years ago
  35. 40c7c64 [skottie] Skip group nodes for single-draw shapes by Florin Malita · 6 years ago
  36. ca858b6 [sksg] Switch containers from SkT(D)Array to std::vector by Florin Malita · 6 years ago
  37. be5e865 [skottie] Lazily-initialized default font manager by Florin Malita · 6 years ago
  38. ab706d8 [skottie] SkTArray begone by Florin Malita · 6 years ago
  39. ef0fee0 [Skottie] Fallback to portable font manager by Kevin Lubick · 6 years ago
  40. a225a6b [skottie] Fix precomp time remapping vs time start/stretch interaction by Florin Malita · 6 years ago
  41. 9402c7d [skottie] Add support for keyframed text nodes by Florin Malita · 6 years ago
  42. 4206969 [skottie] Relax constant keyframe parsing by Florin Malita · 6 years ago
  43. 471a946 [skottie] Make AnimationBuilder available for value parsing by Florin Malita · 6 years ago
  44. 4dddad2 [skottie] Guard against missing solid layer color property by Florin Malita · 6 years ago
  45. 906cdf3 [skottie] Ref-counted ResourceProvider by Florin Malita · 6 years ago
  46. a1c422c [skottie] Improved text rendering by Florin Malita · 6 years ago
  47. 40c3742 [skottie] Plumb external SkFontMgr by Florin Malita · 6 years ago
  48. 1b1dead [skottie] Split-up Skottie.cpp by Florin Malita · 6 years ago
  49. fa0441b [skottie/cleanup] Refactor parser state handling by Florin Malita · 6 years ago
  50. cc9c45d [skottie] Pre-flight animation in-point, out-point by Florin Malita · 6 years ago
  51. 12e3df1 [skottie] Harden interpolation checks for shapes by Florin Malita · 6 years ago
  52. f9c5063 [skottie] Initial text layer plumbing by Florin Malita · 6 years ago
  53. d19fed1 [skottie] Eliminate some temp SkString allocations by Florin Malita · 6 years ago
  54. 73154ba [skottie] Avoid UB while parsing 1-based indices by Florin Malita · 6 years ago
  55. c0132ff [skottie] Optimize opacity layerization by Florin Malita · 6 years ago
  56. 3c99296 [skottie] Animator tweaks by Florin Malita · 6 years ago
  57. 9adff1a use VectorValue consistently by Mike Reed · 6 years ago
  58. 30f4e96 [skottie] Use animator scratch storage to avoid vector reallocations by Florin Malita · 6 years ago
  59. 36216fb [skottie] Initial Fill layer effect support by Florin Malita · 6 years ago
  60. 0c8dca0 [skottie] ResourceManager tweaks by Florin Malita · 6 years ago
  61. 6e487e6 [Skottie] Add raw data factory by Florin Malita · 6 years ago
  62. 270c04a [skottie] Avoid redundant instantiation of image asset nodes by Florin Malita · 6 years ago
  63. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  64. c45a5c5 [skottie] Treat color properties as optional (default black) by Florin Malita · 6 years ago
  65. 0c604ed [skottie] Teach skottie_tool to dump frame SKPs by Florin Malita · 6 years ago
  66. a487b06 [skottie] Make stroke width optional by Florin Malita · 6 years ago
  67. 13ac194 [skottie] Fix matrix parenting for default/static values by Florin Malita · 6 years ago
  68. 4b15dc2 [skottie] Fix polystar points distribution by Florin Malita · 6 years ago
  69. a7e78ee [skottie] Misc cleanup by Florin Malita · 6 years ago
  70. 4cbfb30 [skottie] Log (unsupported) layer effects by Florin Malita · 6 years ago
  71. 7f8a073 [skottie] Fix spurious gradient error messages by Florin Malita · 6 years ago
  72. 3be2e10 [skottie] Ignore identity transforms by Florin Malita · 6 years ago
  73. 418e658 [skottie] Apply fully opaque masks as clips by Florin Malita · 6 years ago
  74. 502c3ff [skottie] Do not discard SkPath's FillType when interpolating by Florin Malita · 6 years ago
  75. 5dfd069 [skottie] Add support for comp time remapping by Florin Malita · 6 years ago
  76. 8deab3a [skottie] Fix 'subtract' masks by Florin Malita · 6 years ago
  77. 1d7f930 [skottie] Ensure static split-position properties are committed by Florin Malita · 6 years ago
  78. 5361935 [skottie] Simplify AttachMask by Florin Malita · 6 years ago
  79. 8c5f9ef [skottie] Fix start-time/stretch-time handling by Florin Malita · 6 years ago
  80. f5ac906 [skottie] Simplify Parse<SkPoint> by Florin Malita · 6 years ago
  81. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  82. 94d4d3e [skottie] Fix OOB access in Parse<SkPoint> by Florin Malita · 6 years ago
  83. 7d42c44 [skottie] Switch to SkJSON by Florin Malita · 6 years ago
  84. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  85. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  86. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  87. 92206a4 [skottie] Fix color parsing by Florin Malita · 6 years ago
  88. 79725d3 [skottie] Add a tool for dumping encoded animation frames by Florin Malita · 6 years ago
  89. f14bc98 Avoid compilation error on older compilers by Kevin Lubick · 6 years ago
  90. 911ae40 [skottie] Remove inPoint/outPoint/frameRate from public API by Florin Malita · 6 years ago
  91. c83a0de [skottie] Make the resource provider factory argument optional by Florin Malita · 6 years ago
  92. a33447d [skottie] Animation::animationTick() -> Animation::seek() by Florin Malita · 6 years ago
  93. 3d856bd [skottie] Relocate to modules/skottie by Florin Malita · 6 years ago