1. 07 Mar, 2016 1 commit
  2. 03 Mar, 2016 2 commits
  3. 02 Mar, 2016 3 commits
  4. 01 Mar, 2016 1 commit
  5. 29 Feb, 2016 2 commits
  6. 27 Feb, 2016 1 commit
    • Adam Barth's avatar
      Remove AnimationDirection · 3bbeee7b
      Adam Barth authored
      This concept is now private to AnimationController. All the clients actually
      want the AnimationStatus.
      3bbeee7b
  7. 26 Feb, 2016 4 commits
  8. 25 Feb, 2016 2 commits
  9. 23 Feb, 2016 2 commits
  10. 21 Feb, 2016 1 commit
  11. 19 Feb, 2016 3 commits
  12. 18 Feb, 2016 1 commit
  13. 17 Feb, 2016 2 commits
  14. 16 Feb, 2016 1 commit
  15. 12 Feb, 2016 3 commits
  16. 11 Feb, 2016 3 commits
    • Hans Muller's avatar
      Added a Card demo. · 8eaa9e69
      Hans Muller authored
      8eaa9e69
    • Ian Hickson's avatar
      Clean up imports and exports. · a94999ba
      Ian Hickson authored
      Each layer is supposed to reexport the parts of the previous layer
      that are part of its API.
      
      - In painting.dart, export from dart:ui all the Canvas-related APIs
        that make sense to be used at higher levels, e.g. PaintingStyle.
      
      - Delete painting/shadows.dart. It was dead code.
      
      - In rendering/object.dart, export all of painting.dart.
      
      - In widgets/basic.dart, export all of painting.dart and
        animation.dart. Some classes in animation/ are renamed to make this
        less disruptive and confusing to the namespace.
      
      - Split out Stocks back into an import model rather than a part model,
        so that it's easier to manage its dependencies on a per-file basis.
      
      - Move Ticker to scheduler library.
      
      - Remove as many redundant imports as possible now.
      
      - Some minor nit picking cleanup in various files.
      a94999ba
    • Hans Muller's avatar
      gallery dialog demos · 66d85527
      Hans Muller authored
      66d85527
  17. 09 Feb, 2016 1 commit
  18. 05 Feb, 2016 2 commits
  19. 04 Feb, 2016 3 commits
  20. 03 Feb, 2016 2 commits