1. 01 3月, 2016 2 次提交
  2. 18 2月, 2016 1 次提交
    • J
      Support loading of custom fonts · 0b8038fa
      Jason Simmons 提交于
      The FLX will contain a font manifest JSON file that maps font family names
      to custom font assets.  Flutter will provide a FontSelector that loads
      fonts on demand and caches typeface and style data.
      0b8038fa
  3. 13 2月, 2016 1 次提交
  4. 10 2月, 2016 1 次提交
  5. 27 1月, 2016 2 次提交
  6. 13 1月, 2016 1 次提交
    • A
      Move //sky/compositor to //flow · 0b629d41
      Adam Barth 提交于
      Now that the compositor doesn't have any tricky deps, we can make it a
      top-level project, which saves a bunch of typing.
      0b629d41
  7. 16 12月, 2015 1 次提交
  8. 12 12月, 2015 1 次提交
  9. 08 12月, 2015 1 次提交
  10. 03 12月, 2015 1 次提交
  11. 02 12月, 2015 1 次提交
  12. 28 11月, 2015 1 次提交
  13. 25 11月, 2015 1 次提交
    • A
      Add system-level routing · a9db805f
      Adam Barth 提交于
      We now respect the "route" field in Intents to load a route other than '/'.
      Also, use popRoute rather than events to indicate that the framework has asked
      us to go back.
      a9db805f
  14. 17 11月, 2015 2 次提交
  15. 14 11月, 2015 2 次提交
  16. 28 10月, 2015 1 次提交
  17. 24 10月, 2015 1 次提交
  18. 23 10月, 2015 1 次提交
  19. 20 10月, 2015 1 次提交
  20. 13 10月, 2015 1 次提交
  21. 22 9月, 2015 1 次提交
  22. 10 9月, 2015 1 次提交
  23. 04 9月, 2015 1 次提交
  24. 03 9月, 2015 2 次提交
  25. 29 8月, 2015 1 次提交
  26. 27 8月, 2015 1 次提交
    • A
      Plumb physical size along with SkPicture · 795df132
      Adam Barth 提交于
      Previously we were using the cull rect of the SkPicture to size the GPU buffer,
      but Skia is too smart and shrinkwraps the cull rect, which meant we weren't
      sizing the GPU buffer to the right size.
      
      Fixes #814
      795df132
  27. 14 8月, 2015 1 次提交
  28. 11 8月, 2015 1 次提交
  29. 17 7月, 2015 1 次提交
  30. 15 7月, 2015 1 次提交
  31. 11 7月, 2015 1 次提交
  32. 07 7月, 2015 1 次提交
    • A
      Add padding values to View.idl · 8031ab6b
      Adam Barth 提交于
      Rather than hardcoding the size and presence of the notification area in Dart,
      we now expose padding values on the view. These values are set to non-zero
      values when there are UI elements that overlap the view. We currently respect
      only the top padding, but this CL paves the way to respect padding in other
      directions.
      
      We still hardcode the size of the notification area in Java. A future CL will
      retrieve this value from the Android framework.
      
      Fixes #257
      
      R=ianh@google.com
      
      Review URL: https://codereview.chromium.org/1220353002.
      8031ab6b
  33. 03 7月, 2015 2 次提交
  34. 01 7月, 2015 1 次提交