1. 29 9月, 2016 4 次提交
  2. 27 9月, 2016 1 次提交
  3. 21 9月, 2016 1 次提交
  4. 19 9月, 2016 1 次提交
  5. 16 9月, 2016 4 次提交
  6. 15 9月, 2016 2 次提交
  7. 14 9月, 2016 2 次提交
  8. 13 9月, 2016 1 次提交
    • D
      Added drawArc to Canvas. (#2995) · 67888c59
      Dragoș Tiselice 提交于
      * Added drawArc to Canvas.
      
      Added a way to call SkCanvas::drawArc from Dart. This method is
      optimized for the arc case and should be faster that drawing paths.
      
      * Removed implementation details from docs.
      
      * Added more details to the docs.
      67888c59
  9. 08 9月, 2016 2 次提交
  10. 01 9月, 2016 1 次提交
  11. 19 8月, 2016 1 次提交
  12. 18 8月, 2016 1 次提交
    • A
      Add stubs for text handling on Fuchsia (#2935) · a5c3a313
      Adam Barth 提交于
      We don't yet have support for text on Fuchsia. This patch add stub
      implementations of Paragraph and ParagraphBuilder so that Flutter apps
      that use text don't error out. Instead, the text is 0x0 and invisible.
      
      Also, teach MojoServices not to crash if it hasn't been created by the
      time Dart tries to use it.
      a5c3a313
  13. 17 8月, 2016 3 次提交
  14. 13 8月, 2016 7 次提交
  15. 12 8月, 2016 2 次提交
  16. 11 8月, 2016 2 次提交
  17. 10 8月, 2016 1 次提交