- 21 Jul, 2015 27 commits
-
-
Hixie authored
It turns out that we aren't really using these. The identity logic is sufficient. Also, add some asserts for a crash I had once but couldn't reproduce, in case that helps catch it next time.
-
Hixie authored
Route (named routes) no longer have a key, and have their own storage for their names. RouseState no longer has a key, and uses an owner field pointing to a StatefulComponent instead. As such, RouteBase no longer has a key. HistoryEntry no longer uses a global int to ensure uniqueness. Propagated this to stocks app.
-
Adam Barth authored
-
Adam Barth authored
When we build widgets during layout we weren't notifying those widgets that they were mounted. Now we notify mount status changes when exiting build phases inside layout. Fixes #176
-
Adam Barth authored
-
Adam Barth authored
Separate width and height parameters for Image widgets
-
Adam Barth authored
Fix analyzer warnings
-
Adam Barth authored
-
Adam Barth authored
This change makes it easier to defined only the width or the height of an image and let the other value be filled in from the image's intrinsic aspect ratio. Fixes #175
-
mpcomplete authored
Renamed AnimatedType to AnimatedValue
-
Viktor Lidholt authored
Updates sprite widget to handle changes to renderbox
-
Viktor Lidholt authored
-
Matt Perry authored
-
Hixie authored
-
Hixie authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hans Muller authored
Dismissable: animate "snap back", only call dismiss() once
-
Viktor Lidholt authored
-
Hans Muller authored
-
Hixie authored
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
-
Ian Hickson authored
Try to clarify initial execution.
-
Adam Barth authored
This function took innerConstraints as an argument but used constraints internally.
-
- 20 Jul, 2015 10 commits
-
-
Collin Jackson authored
Measurement tracking for fitness app. There is an issue with the input control that prevents actually creating a measurement. Working on this with eseidel. R=eseidel
-
Collin Jackson authored
-
Hans Muller authored
Card Collection dismiss animation
-
Hans Muller authored
-
Hixie authored
-
Collin Jackson authored
Tweaks to launcher
-
Collin Jackson authored
-
Collin Jackson authored
Conflicts: sky/sdk/lib/rendering/flex.dart
-
Collin Jackson authored
-
Collin Jackson authored
Support for non-alphabetic baselines
-
- 18 Jul, 2015 3 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-