aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-10-03looks like Animation can use SkNVRefCnt?Mike Klein
2018-10-03[skottie] Multi-frame image supportFlorin Malita
2018-10-02[skottie] External logger supportFlorin Malita
2018-10-02[sksg] Fix inval tracking in Group::removeChild()Florin Malita
2018-10-02Have pathkit use libpathkit.a for faster buildsKevin Lubick
2018-09-27[skottie] External font loader tweaksFlorin Malita
2018-09-26[skottie] Add a property setter sample/GMFlorin Malita
2018-09-24Reland: [skottie] Initial property settersFlorin Malita
2018-09-24Revert "[skottie] Initial property setters"Brian Salomon
2018-09-24[skottie] Initial property settersFlorin Malita
2018-09-21[CanvasKit] Implement some basic Canvas/Surface things.Kevin Lubick
2018-09-20[skottie] GM exercising external font loadingFlorin Malita
2018-09-20[skottie] Add support for external font loadingFlorin Malita
2018-09-18Make listener lists threadsafe with a mutex.Mike Klein
2018-09-18[skottie] Fix NaN |t| in CompTimeMapper::onTickFlorin Malita
2018-09-18[skottie] UBSAN divide-by-zero workaroundFlorin Malita
2018-09-12[sksg] Trim down sksg::Matrix sizeFlorin Malita
2018-09-11[sksg] Stop caching full SkPaints in Paint nodesFlorin Malita
2018-09-11[skottie] Shrink SkPathsFlorin Malita
2018-09-10[skottie] Add support for explicit image asset sizingFlorin Malita
2018-09-10[skottie] More efficient group sizingFlorin Malita
2018-09-09[skottie] Skip group nodes for single-draw shapesFlorin Malita
2018-09-07[PathKit] Add cubicYFromXKevin Lubick
2018-09-04Make fallback font iterator in shaper cache fallback.Ben Wagner
2018-09-02[sksg] Switch containers from SkT(D)Array to std::vectorFlorin Malita
2018-08-31[skottie] Lazily-initialized default font managerFlorin Malita
2018-08-31[skottie] SkTArray begoneFlorin Malita
2018-08-31[PathKit] Remove experimental- from package namesKevin Lubick
2018-08-31[PathKit] Move from experimental to modulesKevin Lubick
2018-08-30[Skottie] Fallback to portable font managerKevin Lubick
2018-08-27[skottie] Fix precomp time remapping vs time start/stretch interactionFlorin Malita
2018-08-27[skottie] Add support for keyframed text nodesFlorin Malita
2018-08-26[skottie] Relax constant keyframe parsingFlorin Malita
2018-08-26[skottie] Make AnimationBuilder available for value parsingFlorin Malita
2018-08-23[skottie] Guard against missing solid layer color propertyFlorin Malita
2018-08-23[skottie] Ref-counted ResourceProviderFlorin Malita
2018-08-23[skottie] Improved text renderingFlorin Malita
2018-08-23[skottie] Plumb external SkFontMgrFlorin Malita
2018-08-21[skottie] Split-up Skottie.cppFlorin Malita
2018-08-21[skottie/cleanup] Refactor parser state handlingFlorin Malita
2018-08-20[skottie] Pre-flight animation in-point, out-pointFlorin Malita
2018-08-20[skottie] Harden interpolation checks for shapesFlorin Malita
2018-08-17[skottie] Initial text layer plumbingFlorin Malita
2018-08-15[sksg] Explicit text alignmentFlorin Malita
2018-08-14[skottie] Eliminate some temp SkString allocationsFlorin Malita
2018-08-10[sksg] Simplify ScopedRenderContextFlorin Malita
2018-08-09[skottie] Avoid UB while parsing 1-based indicesFlorin Malita
2018-08-09[skottie] Optimize color filter layerizationFlorin Malita
2018-08-09Move Views into Sample and Viewer.Ben Wagner
2018-08-09make some textblob builders private for nowCary Clark