1. 21 Feb, 2016 2 commits
  2. 16 Feb, 2016 1 commit
  3. 14 Feb, 2016 2 commits
  4. 13 Feb, 2016 1 commit
  5. 12 Feb, 2016 2 commits
  6. 11 Feb, 2016 2 commits
    • Jason Simmons's avatar
    • 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
  7. 27 Jan, 2016 1 commit
  8. 24 Jan, 2016 1 commit
  9. 23 Jan, 2016 1 commit
  10. 22 Jan, 2016 2 commits
  11. 21 Jan, 2016 1 commit
  12. 14 Jan, 2016 2 commits
    • Hixie's avatar
      Tooltips · 24cab899
      Hixie authored
      Introduces a new Tooltip class.
      Adds support for tooltips to IconButton and Scaffold.
      Adds some tooltips to various demos.
      
      Also some tweaks to stack.dart that I made before I decided not to go
      down a "CustomPositioned" route.
      24cab899
    • Adam Barth's avatar
      Switch back to GitHub hosting of stock data · 174164bc
      Adam Barth authored
      The Firebase server seems to have changed behavior and is not giving us a List
      instead of a Map. This patch switches us back to GitHub, which just serves the
      same flat files all the time.
      174164bc
  13. 11 Jan, 2016 4 commits
    • Adam Barth's avatar
      Use a named argument for Widget children · 05676641
      Adam Barth authored
      Previously we used a positional argument for widgets that had multiple
      children. Now we use a named argument that defaults to an empty list.
      
      Fixes #241
      05676641
    • Ian Hickson's avatar
      88c43c3f
    • Ian Hickson's avatar
      Add more debugging options to the stocks app. · 48e1350e
      Ian Hickson authored
      - Add an option to enable debugPaintSizeEnabled.
      - Add an option to enable the StatisticsOverlay.
      - Add support for the StatisticsOverlay in MaterialApp.
      - Change the layout behaviour of RenderStatisticsBox:
         - Give it a zero intrinsic width.
         - Give it an accurate intrinsic height that depends on the flags
           set. (Also, move the enum to the rendering/ layer from the
           widgets/ layer to enable this.)
         - Make the box automatically size itself full-width and the correct
           height, so that you can actually embed it (though most of the
           time you'd just put it in a Stack so this doesn't matter as
           much, really).
      - Some style nit fixes in statistics_box.dart.
      48e1350e
    • Adam Barth's avatar
      Simplify TabView API · dd08bf79
      Adam Barth authored
      Instead of taking a builder and a generic type, we can just take a
      List<Widget>.
      dd08bf79
  14. 10 Jan, 2016 1 commit
  15. 08 Jan, 2016 1 commit
  16. 06 Jan, 2016 4 commits
  17. 22 Dec, 2015 1 commit
  18. 21 Dec, 2015 1 commit
  19. 17 Dec, 2015 1 commit
  20. 16 Dec, 2015 2 commits
  21. 14 Dec, 2015 1 commit
    • Eric Seidel's avatar
      Rename stocks/tests to stocks/test · 520ceb58
      Eric Seidel authored
      This matches the naming pattern expected from package:test
      `flutter test` doesn't care, since it finds all _test.dart
      files and runs them regardless of directory.
      
      @Hixie
      520ceb58
  22. 10 Dec, 2015 2 commits
  23. 09 Dec, 2015 2 commits
  24. 08 Dec, 2015 2 commits