- 27 Aug, 2015 6 commits
-
-
Ian Hickson authored
Abstract out syncChildren().
-
Adam Barth authored
-
Viktor Lidholt authored
Adds counting of coins in demo game
-
Alhaad Gokhale authored
-
Adam Barth authored
Add logging to help diagnose image loading failures
-
Adam Barth authored
For debugging #801
-
- 26 Aug, 2015 34 commits
-
-
Hixie authored
The core of MultiChildRenderObjectWrapper.syncRenderObject() could apply to any subclass that uses a flat child list, so this abstracts it out into the superclass. (Also, instead of requiring the callbacks of RenderBlockViewport to constrain their results, we just constrain it for them. Makes things a bit easier for users of that class.)
-
Adam Barth authored
Also, rename build_utils.dart to widget_tester.dart. These files are now named for their most commonly used classes. Finally, add a .analysis_options to silence the (intentional) analyzer warnings in append_child_test.dart.
-
Adam Barth authored
Merge pumpPaintFrame and pumpFrame in WidgetTester
-
Adam Barth authored
We can make all the test pass by removing more of the mocks and using the real code.
-
Collin Jackson authored
Test year selection for date picker
-
Viktor Lidholt authored
-
Collin Jackson authored
-
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
-