- 01 Oct, 2015 33 commits
-
-
Adam Barth authored
* Moves from vector_math to vector_math_64 * Adds support for Float64List in Dart bindings
-
Adam Barth authored
Delay unmounting elements until the end of the frame
-
Adam Barth authored
This patch prepares us to move these elements around in the tree.
-
Hixie authored
-
Ian Hickson authored
Assert that the widget is the T in State<T>
-
Collin Jackson authored
Support for decoding images in lists
-
Ian Hickson authored
Heroes: Pass next Performance to route builders
-
Ian Hickson authored
Rename RouteState to StateRoute
-
Ian Hickson authored
Remove the mixed_viewport demo
-
Hixie authored
Mostly because we can, but hopefully it'll catch someone who accidentally copypasted their createState method.
-
Collin Jackson authored
-
Collin Jackson authored
-
Hixie authored
This is step 1 in making it possible to have hero transitions between routes. To make it possible for a route to have an "exit" animation when a new route has been pushed on top of it, we provide the next route's AnimationPerformance to the build function. It's null if there is no next route or if the next route has no performance.
-
Hixie authored
...for consistency with the other Route subclasses: ``` dialog.dart: class DialogRoute extends Route drag_target.dart: class DragRoute extends Route navigator.dart: class PageRoute extends Route navigator.dart: class StateRoute extends Route popup_menu.dart: class MenuRoute extends Route ```
-
Hixie authored
It's redundant with card_collection.dart, which does similar things but much better.
-
Hixie authored
This removes GlobalKey.currentElement in favour of GlobalKey.currentContext.
-
Collin Jackson authored
-
Adam Barth authored
Fixes #1084
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Ian Hickson authored
BoxConstraints trivial cleanup
-
Ian Hickson authored
Keep the two ConstrainedBox classes together
-
Adam Barth authored
-
Hans Muller authored
Add clamped simulation
-
Adam Barth authored
-
Hans Muller authored
-
Adam Barth authored
Fix bounds checking error I introduced in previour cl, Address style …
-
Adam Barth authored
Consolidate widget tests
-
Collin Jackson authored
Ensure that the item under the focal point stays in the same place despite zooming
-
Ian Hickson authored
@abarth
-
Ian Hickson authored
TBR @abarth
-
Adam Barth authored
Now that we've ported all the widget tests to fn3, we don't need a separate fn3 directory.
-
- 30 Sep, 2015 7 commits
-
-
Hans Muller authored
-
Adam Barth authored
Port input_test to fn3
-
Jason Simmons authored
Make the fn3 EditableText expand to fill the width of its parent
-
Jason Simmons authored
-
Adam Barth authored
Port dimissable_test.dart to fn3
-
Matt Perry authored
Implement working UpdateTask in Dart
-
Matt Perry authored
Dart code now supports the full flow that the C++ code used to: version check, download, replace app bundle. Bonus: the Dart code is much easier to follow, thanks to async/await! This is part 2 of a 3-part change. The first part added new mojom interfaces, PathService and UpdateService, to the sky_services package.
-