1. 29 9月, 2016 2 次提交
  2. 16 9月, 2016 1 次提交
    • A
      Polish dart:ui API (#3032) · a9714825
      Adam Barth 提交于
      This patch makes three API changes:
      
       * The dart:ui library now always communicates in physical pixels. The
         framework is responsible for converting to whatever logical coordinate
         system it wishes to use.
       * The textBaselien property is now on TextStyle rather than ParagraphStyle,
         which will let us choose which baseline to use on a per-span basis rather
         than on a per-paragraph basis.
       * This patch also removes the old MojoServices function endpoints.
      
      Fixes https://github.com/flutter/flutter/issues/3779
      Fixes https://github.com/flutter/flutter/issues/1360
      a9714825
  3. 11 8月, 2016 1 次提交
  4. 16 12月, 2015 1 次提交
  5. 11 12月, 2015 1 次提交
  6. 10 12月, 2015 1 次提交
  7. 08 12月, 2015 1 次提交
  8. 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
  9. 11 11月, 2015 1 次提交
  10. 28 10月, 2015 1 次提交
  11. 13 10月, 2015 1 次提交
    • A
      Start sketching out new dart:ui API · 8d204406
      Adam Barth 提交于
      This patch starts down the process of cleaning up the dart:ui API. In this
      approach, we use Dart code to specify the interface instead of IDL. The code in
      this patch is far from complete. It's just a sketch to see how this sort of
      approach might work.
      8d204406