1. 20 6月, 2017 2 次提交
  2. 17 6月, 2017 4 次提交
  3. 15 6月, 2017 1 次提交
  4. 10 6月, 2017 1 次提交
  5. 09 6月, 2017 1 次提交
    • M
      Run Flutter on iOS and Android with color correct Skia (#3743) · ffe8181f
      mattsarett 提交于
      * Run Flutter on iOS and Android with color correct Skia (#3716)
      
      ***Turns on color correct rendering for Android and iOS
      ***Communicates dst color space to raster cache
      ***Turns on color space aware image decoding
      
      Test:
      ***color_testing_demo on Pixel XL
      ***flutter_gallery on iPad Mini and iPad Pro (haven't figured out how to run manual_tests on iOS)
      
      TODO:
      I needed to split up this CL somewhere. These are follow-up tasks.
      ***Make desktop backends color correct
      ***Make debugging tools (ex: encoding frames to png) preserve color space
      ***Investigate using UIKit API to allow iOS to fine tune color space of rendered content
      ffe8181f
  6. 08 6月, 2017 1 次提交
  7. 06 6月, 2017 5 次提交
  8. 03 6月, 2017 2 次提交
    • C
      Log to stdout in flutter_tester (#3728) · 9af413ca
      Chris Bracken 提交于
      Fixes a regression introduced in
      dcfcc925 in flutter_tester on Linux.
      9af413ca
    • C
      Simplify log forwarding on iOS, Android (#3726) · dcfcc925
      Chris Bracken 提交于
      Eliminates logging to stdout on Android -- now using __android_log_print
      only.
      
      Eliminates logging to syslog on iOS -- now writing to stdout with the
      existing ASL redirection (from platform_mac.mm) only. syslog() wasn't
      ever picked up in logs.
      
      This patch is a pre-factoring change before swapping out iOS engine
      logging to a flutter-specific mechanism.
      dcfcc925
  9. 02 6月, 2017 2 次提交
  10. 25 5月, 2017 2 次提交
  11. 23 5月, 2017 2 次提交
  12. 18 5月, 2017 1 次提交
  13. 16 5月, 2017 2 次提交
  14. 14 5月, 2017 1 次提交
  15. 12 5月, 2017 1 次提交
  16. 11 5月, 2017 1 次提交
  17. 09 5月, 2017 1 次提交
  18. 07 5月, 2017 1 次提交
  19. 05 5月, 2017 2 次提交
  20. 28 4月, 2017 2 次提交
  21. 22 4月, 2017 2 次提交
  22. 20 4月, 2017 1 次提交
  23. 13 4月, 2017 1 次提交
    • I
      Remove the Point class. (#3567) · bcc8779c
      Ian Hickson 提交于
      * Remove the Point class.
      
      * Add Size.contains and Rect.translate for consistency
      
      * Make Offset and Size compare == with subclasses.
      
      Without this we would break the _DebugSize hack.
      
      * Fix copy/pasta
      
      * Fix the examples in the engine repo
      bcc8779c
  24. 12 4月, 2017 1 次提交