1. 24 Feb, 2016 1 commit
    • Adam Barth's avatar
      Improve TextSpan · fb4dbf45
      Adam Barth authored
      Now we just have one TextSpan class that handles both simple strings, trees of
      children, and styling both. This approach simplifies the interface for most
      clients.
      
      This patch also removes StyledText, which was weakly typed and tricky to use
      correctly. The replacement is RichText, which is strongly typed and uses
      TextSpan.
      fb4dbf45
  2. 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
  3. 18 Dec, 2015 1 commit
  4. 16 Dec, 2015 1 commit
  5. 11 Dec, 2015 1 commit
  6. 01 Dec, 2015 1 commit
  7. 24 Nov, 2015 1 commit
    • Adam Barth's avatar
      Pin `package:test` to an exact revision · 58f056da
      Adam Barth authored
      We use a number of non-public APIs in the test package, which makes our
      dependency quite fragile. This patch pins a specific, known-good version. We
      should update to the lastest version in a follow-up patch.
      58f056da
  8. 10 Nov, 2015 2 commits
  9. 29 Oct, 2015 2 commits
  10. 12 Oct, 2015 1 commit
  11. 01 Oct, 2015 3 commits
  12. 19 Sep, 2015 1 commit
  13. 18 Sep, 2015 2 commits
  14. 29 Aug, 2015 2 commits
  15. 25 Aug, 2015 1 commit
  16. 20 Aug, 2015 1 commit
  17. 19 Aug, 2015 2 commits
  18. 18 Aug, 2015 3 commits
  19. 17 Aug, 2015 3 commits
  20. 12 Aug, 2015 3 commits
  21. 11 Aug, 2015 4 commits