1. 01 Sep, 2017 1 commit
  2. 09 Aug, 2017 1 commit
  3. 07 Aug, 2017 1 commit
  4. 15 Jun, 2017 1 commit
    • xster's avatar
      Create a CupertinoPageRoute (#10686) · 36c3a962
      xster authored
      * started copying stuff into cupertino page route
      
      * extracted from material page route. Ready for testing
      
      * works with button and gesture
      
      * tests and docs
      
      * review notes
      
      * review notes
      36c3a962
  5. 02 Jun, 2017 1 commit
  6. 05 Apr, 2017 1 commit
  7. 31 Mar, 2017 1 commit
  8. 20 Mar, 2017 1 commit
  9. 16 Mar, 2017 1 commit
  10. 04 Mar, 2017 1 commit
  11. 25 Jan, 2017 1 commit
  12. 14 Oct, 2016 1 commit
  13. 06 Jun, 2016 1 commit
  14. 14 Mar, 2016 1 commit
  15. 12 Mar, 2016 3 commits
  16. 11 Feb, 2016 1 commit
    • 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
  17. 20 Jan, 2016 1 commit
  18. 09 Dec, 2015 2 commits
  19. 08 Dec, 2015 1 commit
  20. 07 Dec, 2015 1 commit
  21. 04 Dec, 2015 2 commits