1. 6e5d64b [androidkit] Add SamplingOptions by Florin Malita · 3 years, 5 months ago
  2. 934c021 [androidkit] Introduce Image support by Florin Malita · 3 years, 5 months ago
  3. 82c4a69 [canvaskit] Roll 0.27.0 by Kevin Lubick · 3 years, 5 months ago
  4. 6017b48 [canvaskit] Remove two previously deprecated APIs by Kevin Lubick · 3 years, 5 months ago
  5. 10e7e77 Reland "Switching SkText to UTF16" by Julia Lavrova · 3 years, 5 months ago
  6. 0dfb1c9 Use template specialization to remove redundant parameter by Mike Reed · 3 years, 5 months ago
  7. a1304f5 [androidkit] Add SurfaceRenderer utility by Florin Malita · 3 years, 5 months ago
  8. 3c429d0 make jline a JS object by Yegor Jbanov · 3 years, 5 months ago
  9. bdfd776 Optimize reading from a JS array by Mike Reed · 3 years, 5 months ago
  10. 55a63af Make it possible to use the DSL from within the compiler itself by Ethan Nicholas · 3 years, 5 months ago
  11. 5e8d88e [androidkit] Add support for Skottie animations by Florin Malita · 3 years, 5 months ago
  12. e8cd0a5 Don't need/want to pay attention to non-shaping attributes by Mike Reed · 3 years, 5 months ago
  13. 5b38536 [canvaskit] Add tests for getGlyphIntercepts by Kevin Lubick · 3 years, 5 months ago
  14. ec978bb expose canvas.localToDevice to androidKit by Jorge Betancourt · 3 years, 5 months ago
  15. bc7c754 Expose glyphIntercepts to CK by Mike Reed · 3 years, 5 months ago
  16. 81e2f93 Expose intercepts on SkFont by Mike Reed · 3 years, 5 months ago
  17. 16eead8 [skottie] Clamp OpacityEffect values by Florin Malita · 3 years, 5 months ago
  18. 4c0da73 [skottie] Text fill/stroke opacity animators by Florin Malita · 3 years, 5 months ago
  19. 025b914 [androidkit] add getter for matrices by Jorge Betancourt · 3 years, 5 months ago
  20. 154bd1f Avoid repeated failure messages in the dm logs. by John Stiles · 3 years, 5 months ago
  21. e3f8030 [androidkit] implement ThreadedSurface backed by WindowSurface by Jorge Betancourt · 3 years, 5 months ago
  22. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 5 months ago
  23. 2305b79 Use SkMakeSpan in SkShaper_harfbuzz by Brian Osman · 3 years, 5 months ago
  24. 0c9962a Revert "Switching SkText to UTF16" by Robert Phillips · 3 years, 5 months ago
  25. a3262aa Switching SkText to UTF16 by Julia Lavrova · 3 years, 5 months ago
  26. ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 5 months ago
  27. e3934b9 [androidkit] expose lookAt, perspective, and inverse Matrix construction by Jorge Betancourt · 3 years, 5 months ago
  28. c44ede6 [androidkit] expose minimal stroke settings to Java by Jorge Betancourt · 3 years, 5 months ago
  29. 1f85dd9 Expose embolden on Font by Mike Reed · 3 years, 5 months ago
  30. 7d093d8 Quick out-of-range fix for selections by Mike Reed · 3 years, 5 months ago
  31. 511c327 Sync styles when inserting/deleting text by Mike Reed · 3 years, 5 months ago
  32. 686dd91 Track non-shaping style runs by Mike Reed · 3 years, 5 months ago
  33. 72de83d Manage styles in editor by Mike Reed · 3 years, 5 months ago
  34. b44d6f4 Reland "LRU Cache requires exact float comparison" by Julia Lavrova · 3 years, 6 months ago
  35. cced68e fakeBold is gone, scaleX is in (sort of) by Mike Reed · 3 years, 5 months ago
  36. 0627934 [androidkit] optimize JNI calls in AndroidKit.Matrix transformations by Jorge Betancourt · 3 years, 5 months ago
  37. bb4bf6e Revert "LRU Cache requires exact float comparison" by Greg Daniel · 3 years, 5 months ago
  38. c48c3e5 Try new factory for ShapedLines by Mike Reed · 3 years, 5 months ago
  39. 85a5186 LRU Cache requires exact float comparison by Julia Lavrova · 3 years, 6 months ago
  40. 71863fa [androidkit] Canvas save/concat/restore by Florin Malita · 3 years, 5 months ago
  41. a6bcec7 Ensure TextBlobCache is populated before getShapedRuns. by Julia Lavrova · 3 years, 6 months ago
  42. d7a4c05 [skottie] Add support for min/max text font size by Florin Malita · 3 years, 6 months ago
  43. 3232a66 [canvaskit] Small example fixes by Kevin Lubick · 3 years, 6 months ago
  44. 95b2cf9 [svg] Implement feImage by Tyler Denniston · 3 years, 6 months ago
  45. 3b97aa2 Add NGA compilation stubs by Robert Phillips · 3 years, 6 months ago
  46. 080001c [svg] Fix nullptr deref for none input paints by Tyler Denniston · 3 years, 6 months ago
  47. 7bd87fc [androidkit] refactor Surface.getCanvas to be implemented at a subclass level by Jorge Betancourt · 3 years, 6 months ago
  48. 2992fb0 [svg] Refactor SkSVGImage to expose image loading by Tyler Denniston · 3 years, 6 months ago
  49. 86f31f2 [svg] Fix filter effect subregion calculation by Tyler Denniston · 3 years, 6 months ago
  50. c1a5a48 Move editor into utils by Mike Reed · 3 years, 6 months ago
  51. 2a5eacb Split some helpers into separate js file by Mike Reed · 3 years, 6 months ago
  52. faf7bf5 Edit text by Mike Reed · 3 years, 6 months ago
  53. bf68864 Support arrow-keys by Mike Reed · 3 years, 6 months ago
  54. 80ba617 [svg] Implement 'display:none' by Tyler Denniston · 3 years, 6 months ago
  55. ca2ad53 Remove getShapedRuns, add some dox by Mike Reed · 3 years, 6 months ago
  56. a46fe7d Return shapedlines for text api by Mike Reed · 3 years, 6 months ago
  57. 097263b Track mouse for cursor and hilites by Mike Reed · 3 years, 6 months ago
  58. 5567862 [canvaskit] Remove unnecessary imports by Kevin Lubick · 3 years, 6 months ago
  59. 48fb05b [svg] Fix text object bounding box resolution by Florin Malita · 3 years, 6 months ago
  60. cdcd9a7 [svg] Implement spot light sources by Tyler Denniston · 3 years, 6 months ago
  61. 3010f3d [svg] Refactor object bounding box access by Florin Malita · 3 years, 6 months ago
  62. 995f2e6 [canvaskit] Scope IsWhiteSpace to GlyphRunFlags by Kevin Lubick · 3 years, 6 months ago
  63. e2c14b5 [canvaskit] Make local-example explicitly use Python2 by Kevin Lubick · 3 years, 6 months ago
  64. 14efdd3 [androidkit] add transformation operations to Matrix by Jorge Betancourt · 3 years, 6 months ago
  65. 8cfe718 [svg] Implement feDiffuseLighting by Tyler Denniston · 3 years, 6 months ago
  66. 5cddd7f [androidkit] implement foundation for 4x4 matrices in AndroidKit backed by SkM44 by Jorge Betancourt · 3 years, 6 months ago
  67. f208f81 [svg] Implement distant light sources for specular lighting by Tyler Denniston · 3 years, 6 months ago
  68. b2a2e7c Empty paragraph height in case of HeightOverride by Julia Lavrova · 3 years, 6 months ago
  69. d1c9e52 [canvaskit] Fix whitespace constant definition. by Kevin Lubick · 3 years, 6 months ago
  70. 9eaae18 An attempt to fix the last glyph position problem by Mike Reed · 3 years, 6 months ago
  71. ae33954 Updates to GlyphRuns[] by Mike Reed · 3 years, 6 months ago
  72. 11a737f Update AndroidKit to use SkRuntimeEffect::MakeForShader by Brian Osman · 3 years, 6 months ago
  73. 972abe9 [androidkit] support GL surfaces in AndroidKit by Jorge Betancourt · 3 years, 6 months ago
  74. b2497dd Revert "Revert "onMatchFaceStyle is unused, so remove it"" by Mike Reed · 3 years, 6 months ago
  75. be1c996 Rename TextShadow.fBlurRadius to fBlurSigma by Jason Simmons · 3 years, 6 months ago
  76. 3c04a65 Revert "onMatchFaceStyle is unused, so remove it" by Mike Reed · 3 years, 6 months ago
  77. 40f2985 onMatchFaceStyle is unused, so remove it by Mike Reed · 3 years, 6 months ago
  78. 2cc6538 [androidkit] VK Surface by Florin Malita · 3 years, 6 months ago
  79. f102b88 [androidkit] initial foundation for Android Surface thread management by Jorge Betancourt · 3 years, 6 months ago
  80. a3ce568 [androidkit] Add Surface.flushAndSubmit() by Florin Malita · 3 years, 6 months ago
  81. 05bb5a8 [androidkit] Introduce RuntimeShader by Florin Malita · 3 years, 6 months ago
  82. 7978aba [canvaskit] Deploy 0.26.0 by Kevin Lubick · 3 years, 6 months ago
  83. abde8fc Enable DSL FP tests. by John Stiles · 3 years, 6 months ago
  84. 4755b0b [canvaskit] Add TextHeightBehavior by Kevin Lubick · 3 years, 6 months ago
  85. dd8f8ed clean up defines that do nothing by Mike Klein · 3 years, 6 months ago
  86. e37660b Use SkRuntimeEffect::MakeForShader in CanvasKit by Brian Osman · 3 years, 6 months ago
  87. f6123f1 Convert some SkRuntimeEffect::Make to use stage-specific factories by Brian Osman · 3 years, 6 months ago
  88. 7924446 [androidkit] Add Canvas.drawColor() by Florin Malita · 3 years, 6 months ago
  89. 04c8216 [canvaskit] Add halfLeading to TextStyle and StrutStyle by weiyuhuang · 3 years, 6 months ago
  90. e058608 [canvaskit] Fix transform() call in test by Kevin Lubick · 3 years, 6 months ago
  91. 4eaa392 [canvaskit] Split paragraph_bindings into two files for generation POC by Kevin Lubick · 3 years, 6 months ago
  92. b40c925 Removing the staging flag for Google3 (SK_PARAGRAPH_ROUND_POSITION) by Julia Lavrova · 3 years, 6 months ago
  93. 8f1dff6 Remove layout(marker) from runtime effect SkSL by Brian Osman · 3 years, 6 months ago
  94. f6cc858 Reland "Fix sk_app macOS raster window build conditions." by Ben Wagner · 3 years, 6 months ago
  95. 4c8c87e Show text hilites by Mike Reed · 3 years, 6 months ago
  96. 9d47413 Revert "Fix sk_app macOS raster window build conditions." by Brian Osman · 3 years, 6 months ago
  97. 163ba10 Fix sk_app macOS raster window build conditions. by Ben Wagner · 3 years, 6 months ago
  98. 66aed21 Expose proposed Shaper API to JS by Mike Reed · 3 years, 6 months ago
  99. 6e92709 [canvaskit] Remove isNode and saveAsPicture by Kevin Lubick · 3 years, 6 months ago
  100. 32f1553 Add halfLeading to TextStyle and StrutStyle: https://github.com/flutter/engine/pull/24668 by weiyuhuang · 3 years, 6 months ago