1. 13 Oct, 2015 1 commit
  2. 12 Oct, 2015 1 commit
  3. 10 Oct, 2015 3 commits
  4. 09 Oct, 2015 1 commit
  5. 06 Oct, 2015 1 commit
    • Adam Barth's avatar
      Simplify Scaffold · 89a09822
      Adam Barth authored
      Rather than using a custom render object, we can just use a Stack.
      89a09822
  6. 03 Oct, 2015 2 commits
  7. 01 Oct, 2015 1 commit
  8. 30 Sep, 2015 3 commits
  9. 26 Sep, 2015 1 commit
  10. 24 Sep, 2015 1 commit
  11. 21 Sep, 2015 1 commit
    • Adam Barth's avatar
      Remove EventDisposition · 051354ae
      Adam Barth authored
      All the use cases for EventDisposition are now addressed by the gesture
      detection system.
      051354ae
  12. 18 Sep, 2015 1 commit
    • 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 1 commit
  14. 09 Sep, 2015 1 commit
  15. 08 Sep, 2015 1 commit
  16. 28 Aug, 2015 2 commits
    • Hixie's avatar
      Rationalise the Key API. · 9047830c
      Hixie authored
      Add a way of having keys based on numeric types or DateTimes by having a ValueKey<T> class.
      Remove the redundant ways of declaring things, except for leaving one shorthand -- you can say `new Key(s)` instead of `new ValueKey<String>(s)`.
      9047830c
    • Adam Barth's avatar
      Use GestureDetector in the framework and examples · dc84e882
      Adam Barth authored
      We're now using it at the widget layer for everything except scrolling and
      flinging.
      dc84e882
  17. 26 Aug, 2015 1 commit
    • Hixie's avatar
      Replace Flex to Row and Column in tests and examples. · ce28a717
      Hixie authored
      This still leaves Flex and FlexDirection available. At some point once
      people have transitioned to Row/Column we should rename Flex to _Flex
      and stop reexporting FlexDirection from basic.dart.
      ce28a717
  18. 21 Aug, 2015 1 commit
  19. 19 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add package:sky/rendering.dart · dea3a092
      Adam Barth authored
      Similar to widgets.dart, rendering.dart exports the entire rendering layer.
      Also, update the examples to use rendering.dart and widgets.dart. Also clean up
      some exports so that the examples have more sensible imports.
      dea3a092
  20. 14 Aug, 2015 1 commit
  21. 10 Aug, 2015 1 commit
  22. 08 Aug, 2015 1 commit
  23. 26 Jun, 2015 1 commit
  24. 25 Jun, 2015 1 commit
  25. 23 Jun, 2015 2 commits