- 26 Aug, 2015 37 commits
-
-
Adam Barth authored
We can make all the test pass by removing more of the mocks and using the real code.
-
Hans Muller authored
Fix ProgressIndicators and add a regression test Added some unit test infrastucture for checking layers.
-
Hans Muller authored
Added some unit test infrasture for checking layers.
-
Ian Hickson authored
Generalise RenderBlockViewport so that it can be used by a Widget that knows its children's dimensions.
-
Hixie authored
- add debugDescribeSettings to a few classes that were missing it - fix some minor bugs in RenderShrinkWrapWidth and ShrinkWrapWidth - introduce RenderShrinkWrapHeight and ShrinkWrapHeight
-
Hixie authored
Generalise RenderBlockViewport so that it can be used by a Widget that knows its children's dimensions.
-
Adam Barth authored
-
Andrew Wilson authored
-
Eric Seidel authored
I'll write the Widget wrapper in the next CL, including adding support for padding at the Widget layer. @Hixie
-
Ian Hickson authored
Make RenderBlockViewport shrink-wrap its children in the main axis direction
-
Adam Barth authored
Add a basic test for DatePicker
-
Adam Barth authored
Most of this work in this patch is building out the test framework to the point where we can write this test.
-
Ian Hickson authored
Update the documentation on sizing, make another assert point to it.
-
Hixie authored
-
Viktor Lidholt authored
Moves GameObjectFactory and PlayerState to their own files in demo game
-
Viktor Lidholt authored
-
Jim Beveridge authored
Fixes #454.
-
Viktor Lidholt authored
Adds power ups to demo game
-
Viktor Lidholt authored
-
Andrew Wilson authored
-
Adam Barth authored
Turn big_circle.dart into a test
-
Collin Jackson authored
-
Collin Jackson authored
-
Collin Jackson authored
-
Adam Barth authored
Fixes #829
-
Adam Barth authored
Sector demo is broken because of compositor changes
-
Adam Barth authored
We need to implement visitChildren for the RenderObjects in the sector demo. Also, add a test. Fixes #790
-
Viktor Lidholt authored
Fixes issues in sprite constraints
-
Collin Jackson authored
Add date picker to widgets library and teach fitness app to use it
-
Viktor Lidholt authored
-
Hixie authored
This hopefully explains things well enough that it fixes #846, after a manner.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
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.
-
Adam Barth authored
-
Adam Barth authored
Add a basic test for Mimic tree movement
-
- 25 Aug, 2015 3 commits
-
-
Adam Barth authored
-
Collin Jackson authored
Also, add an example for the date picker
-
Ian Fischer authored
Change Fitness app id
-