1. 16 Oct, 2015 1 commit
  2. 13 Oct, 2015 3 commits
  3. 12 Oct, 2015 3 commits
  4. 10 Oct, 2015 3 commits
  5. 09 Oct, 2015 2 commits
  6. 08 Oct, 2015 2 commits
  7. 06 Oct, 2015 1 commit
  8. 05 Oct, 2015 2 commits
    • Hixie's avatar
      Simplify the usage of Navigator's routes argument · 90a0f630
      Hixie authored
      (These are changes cherry-picked from in-flight branches since they are
      more independent and could be helpful even without those changes.)
      
      - Change RouteBuilder's signature to take a single argument in which the
        other fields are placed, so that we can keep iterating on those
        arguments without having to break compatibility each time. Also, this
        makes defining route builders much simpler (only one argument to
        ignore rather than a variable number).
      
      - Expose the next performance to RouteBuilders, since sometimes the
        route itself might not be where it's used.
      
      - Allow BuildContext to be used to walk children, just like it can for
        ancestors
      
      - Allow BuildContext to be used to get the Widget of the current
        BuildContext
      
      - Allow StatefulComponentElement to be referenced with a type
        specialisation so that you don't have to cast when you know what the
        type you're dealing with actually is.
      90a0f630
    • Viktor Lidholt's avatar
  9. 02 Oct, 2015 2 commits
  10. 01 Oct, 2015 4 commits
  11. 25 Sep, 2015 1 commit
  12. 18 Sep, 2015 3 commits
    • Viktor Lidholt's avatar
      Improvements to EffectLine in sprites · a66a5c4b
      Viktor Lidholt authored
      a66a5c4b
    • Adam Barth's avatar
      SkySprites should import the public libraries · 490b2287
      Adam Barth authored
      Importing the public libraries caused a name conflict with dart:sky because we
      assume people will import dart:sky into a namespace, so I've also changed
      skysprites to import dart:sky into a namespace.
      490b2287
    • Adam Barth's avatar
      Move theme into material.dart · 4467a268
      Adam Barth authored
      Also, introduce Colors and Typography to hold the material colors and the
      typography declarations. Previously we expected clients of these libraries to
      import them into a namespace, but that doesn't play nice with re-exporting them
      from material.dart.
      4467a268
  13. 17 Sep, 2015 2 commits
  14. 14 Sep, 2015 1 commit
  15. 08 Sep, 2015 1 commit
  16. 04 Sep, 2015 3 commits
  17. 03 Sep, 2015 4 commits
  18. 02 Sep, 2015 2 commits