Android S V2 Preview 1
  1. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 4 months ago
  2. 2305b79 Use SkMakeSpan in SkShaper_harfbuzz by Brian Osman · 3 years, 4 months ago
  3. 0c9962a Revert "Switching SkText to UTF16" by Robert Phillips · 3 years, 4 months ago
  4. a3262aa Switching SkText to UTF16 by Julia Lavrova · 3 years, 4 months ago
  5. ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 4 months ago
  6. e3934b9 [androidkit] expose lookAt, perspective, and inverse Matrix construction by Jorge Betancourt · 3 years, 4 months ago
  7. c44ede6 [androidkit] expose minimal stroke settings to Java by Jorge Betancourt · 3 years, 4 months ago
  8. 1f85dd9 Expose embolden on Font by Mike Reed · 3 years, 5 months ago
  9. 7d093d8 Quick out-of-range fix for selections by Mike Reed · 3 years, 5 months ago
  10. 511c327 Sync styles when inserting/deleting text by Mike Reed · 3 years, 5 months ago
  11. 686dd91 Track non-shaping style runs by Mike Reed · 3 years, 5 months ago
  12. 72de83d Manage styles in editor by Mike Reed · 3 years, 5 months ago
  13. b44d6f4 Reland "LRU Cache requires exact float comparison" by Julia Lavrova · 3 years, 5 months ago
  14. cced68e fakeBold is gone, scaleX is in (sort of) by Mike Reed · 3 years, 5 months ago
  15. 0627934 [androidkit] optimize JNI calls in AndroidKit.Matrix transformations by Jorge Betancourt · 3 years, 5 months ago
  16. bb4bf6e Revert "LRU Cache requires exact float comparison" by Greg Daniel · 3 years, 5 months ago
  17. c48c3e5 Try new factory for ShapedLines by Mike Reed · 3 years, 5 months ago
  18. 85a5186 LRU Cache requires exact float comparison by Julia Lavrova · 3 years, 5 months ago
  19. 71863fa [androidkit] Canvas save/concat/restore by Florin Malita · 3 years, 5 months ago
  20. a6bcec7 Ensure TextBlobCache is populated before getShapedRuns. by Julia Lavrova · 3 years, 5 months ago
  21. d7a4c05 [skottie] Add support for min/max text font size by Florin Malita · 3 years, 5 months ago
  22. 3232a66 [canvaskit] Small example fixes by Kevin Lubick · 3 years, 5 months ago
  23. 95b2cf9 [svg] Implement feImage by Tyler Denniston · 3 years, 5 months ago
  24. 3b97aa2 Add NGA compilation stubs by Robert Phillips · 3 years, 5 months ago
  25. 080001c [svg] Fix nullptr deref for none input paints by Tyler Denniston · 3 years, 5 months ago
  26. 7bd87fc [androidkit] refactor Surface.getCanvas to be implemented at a subclass level by Jorge Betancourt · 3 years, 5 months ago
  27. 2992fb0 [svg] Refactor SkSVGImage to expose image loading by Tyler Denniston · 3 years, 5 months ago
  28. 86f31f2 [svg] Fix filter effect subregion calculation by Tyler Denniston · 3 years, 5 months ago
  29. c1a5a48 Move editor into utils by Mike Reed · 3 years, 5 months ago
  30. 2a5eacb Split some helpers into separate js file by Mike Reed · 3 years, 5 months ago
  31. faf7bf5 Edit text by Mike Reed · 3 years, 5 months ago
  32. bf68864 Support arrow-keys by Mike Reed · 3 years, 5 months ago
  33. 80ba617 [svg] Implement 'display:none' by Tyler Denniston · 3 years, 5 months ago
  34. ca2ad53 Remove getShapedRuns, add some dox by Mike Reed · 3 years, 5 months ago
  35. a46fe7d Return shapedlines for text api by Mike Reed · 3 years, 5 months ago
  36. 097263b Track mouse for cursor and hilites by Mike Reed · 3 years, 5 months ago
  37. 5567862 [canvaskit] Remove unnecessary imports by Kevin Lubick · 3 years, 5 months ago
  38. 48fb05b [svg] Fix text object bounding box resolution by Florin Malita · 3 years, 5 months ago
  39. cdcd9a7 [svg] Implement spot light sources by Tyler Denniston · 3 years, 5 months ago
  40. 3010f3d [svg] Refactor object bounding box access by Florin Malita · 3 years, 5 months ago
  41. 995f2e6 [canvaskit] Scope IsWhiteSpace to GlyphRunFlags by Kevin Lubick · 3 years, 5 months ago
  42. e2c14b5 [canvaskit] Make local-example explicitly use Python2 by Kevin Lubick · 3 years, 5 months ago
  43. 14efdd3 [androidkit] add transformation operations to Matrix by Jorge Betancourt · 3 years, 5 months ago
  44. 8cfe718 [svg] Implement feDiffuseLighting by Tyler Denniston · 3 years, 5 months ago
  45. 5cddd7f [androidkit] implement foundation for 4x4 matrices in AndroidKit backed by SkM44 by Jorge Betancourt · 3 years, 5 months ago
  46. f208f81 [svg] Implement distant light sources for specular lighting by Tyler Denniston · 3 years, 5 months ago
  47. b2a2e7c Empty paragraph height in case of HeightOverride by Julia Lavrova · 3 years, 5 months ago
  48. d1c9e52 [canvaskit] Fix whitespace constant definition. by Kevin Lubick · 3 years, 5 months ago
  49. 9eaae18 An attempt to fix the last glyph position problem by Mike Reed · 3 years, 5 months ago
  50. ae33954 Updates to GlyphRuns[] by Mike Reed · 3 years, 5 months ago
  51. 11a737f Update AndroidKit to use SkRuntimeEffect::MakeForShader by Brian Osman · 3 years, 5 months ago
  52. 972abe9 [androidkit] support GL surfaces in AndroidKit by Jorge Betancourt · 3 years, 5 months ago
  53. b2497dd Revert "Revert "onMatchFaceStyle is unused, so remove it"" by Mike Reed · 3 years, 5 months ago
  54. be1c996 Rename TextShadow.fBlurRadius to fBlurSigma by Jason Simmons · 3 years, 5 months ago
  55. 3c04a65 Revert "onMatchFaceStyle is unused, so remove it" by Mike Reed · 3 years, 5 months ago
  56. 40f2985 onMatchFaceStyle is unused, so remove it by Mike Reed · 3 years, 5 months ago
  57. 2cc6538 [androidkit] VK Surface by Florin Malita · 3 years, 5 months ago
  58. f102b88 [androidkit] initial foundation for Android Surface thread management by Jorge Betancourt · 3 years, 5 months ago
  59. a3ce568 [androidkit] Add Surface.flushAndSubmit() by Florin Malita · 3 years, 5 months ago
  60. 05bb5a8 [androidkit] Introduce RuntimeShader by Florin Malita · 3 years, 5 months ago
  61. 7978aba [canvaskit] Deploy 0.26.0 by Kevin Lubick · 3 years, 5 months ago
  62. abde8fc Enable DSL FP tests. by John Stiles · 3 years, 5 months ago
  63. 4755b0b [canvaskit] Add TextHeightBehavior by Kevin Lubick · 3 years, 5 months ago
  64. dd8f8ed clean up defines that do nothing by Mike Klein · 3 years, 5 months ago
  65. e37660b Use SkRuntimeEffect::MakeForShader in CanvasKit by Brian Osman · 3 years, 5 months ago
  66. f6123f1 Convert some SkRuntimeEffect::Make to use stage-specific factories by Brian Osman · 3 years, 5 months ago
  67. 7924446 [androidkit] Add Canvas.drawColor() by Florin Malita · 3 years, 5 months ago
  68. 04c8216 [canvaskit] Add halfLeading to TextStyle and StrutStyle by weiyuhuang · 3 years, 5 months ago
  69. e058608 [canvaskit] Fix transform() call in test by Kevin Lubick · 3 years, 5 months ago
  70. 4eaa392 [canvaskit] Split paragraph_bindings into two files for generation POC by Kevin Lubick · 3 years, 5 months ago
  71. b40c925 Removing the staging flag for Google3 (SK_PARAGRAPH_ROUND_POSITION) by Julia Lavrova · 3 years, 5 months ago
  72. 8f1dff6 Remove layout(marker) from runtime effect SkSL by Brian Osman · 3 years, 5 months ago
  73. f6cc858 Reland "Fix sk_app macOS raster window build conditions." by Ben Wagner · 3 years, 5 months ago
  74. 4c8c87e Show text hilites by Mike Reed · 3 years, 5 months ago
  75. 9d47413 Revert "Fix sk_app macOS raster window build conditions." by Brian Osman · 3 years, 5 months ago
  76. 163ba10 Fix sk_app macOS raster window build conditions. by Ben Wagner · 3 years, 5 months ago
  77. 66aed21 Expose proposed Shaper API to JS by Mike Reed · 3 years, 5 months ago
  78. 6e92709 [canvaskit] Remove isNode and saveAsPicture by Kevin Lubick · 3 years, 5 months ago
  79. 32f1553 Add halfLeading to TextStyle and StrutStyle: https://github.com/flutter/engine/pull/24668 by weiyuhuang · 3 years, 5 months ago
  80. da34d09 Fix gm dimensions by Mike Reed · 3 years, 5 months ago
  81. b4e08be Expose experimental iterator on SkParagraph by Mike Reed · 3 years, 5 months ago
  82. de89bf0 [androidkit] Start sketching out Paint by Florin Malita · 3 years, 5 months ago
  83. be834bf Fix up quotes and prototype decl from prev CL by Mike Reed · 3 years, 5 months ago
  84. 9983b1e Expose drawGlyphs to CK by Mike Reed · 3 years, 5 months ago
  85. 343c15a Additional trace events for SVG parse and render operations by Dominik Röttsches · 3 years, 5 months ago
  86. e0f3d61 Change GlyphIDArray to 16bit by Mike Reed · 3 years, 5 months ago
  87. 577c606 Runtime effects: Support input color as a parameter to main() by Brian Osman · 3 years, 5 months ago
  88. 3738ef5 Move code generators to codegen/ directory. by John Stiles · 3 years, 5 months ago
  89. 8bad8f7 [androidkit] Register native methods explicitly by Florin Malita · 3 years, 5 months ago
  90. 7134646 Migrate SkSLExternalFunction to the ir/ directory. by John Stiles · 3 years, 5 months ago
  91. 2a650cc [androidkit] Split Canvas backing store into Surface by Florin Malita · 3 years, 5 months ago
  92. 062743a [androidkit] Bind canvas to native Bitmap by Florin Malita · 3 years, 6 months ago
  93. 9be7683 Support integer uniforms in CanvasKit runtime effects by Brian Osman · 3 years, 6 months ago
  94. 265e3e1 [androidkit] initial commit for androidkit by Jorge Betancourt · 3 years, 6 months ago
  95. 4a84c34 [canvaskit] Expose Strut RectHeightStyle by Kevin Lubick · 3 years, 6 months ago
  96. db10b0e Float error and positioning by Julia Lavrova · 3 years, 6 months ago
  97. a40581f [canvaskit] Fix type definitions by Kevin Lubick · 3 years, 6 months ago
  98. b09aaa2 Change filtering in drawPatch to linear. by Mike Reed · 3 years, 6 months ago
  99. 141b0ae Ignore \n metrics so it does not affect the layout by Julia Lavrova · 3 years, 6 months ago
  100. 6e7d2b3 Add drawPatch to canvaskit by Mike Reed · 3 years, 6 months ago