- 30 Mar, 2016 8 commits
-
-
Collin Jackson authored
-
Adam Barth authored
Update engine
-
Devon Carew authored
rev mockito; remove deprecated uses
-
Adam Barth authored
Also, pass font information to ui.ParagraphStyle.
-
Devon Carew authored
-
Devon Carew authored
run pub with --no-package-symlinks
-
Adam Barth authored
The intrinsic size checks were very slow
-
Devon Carew authored
-
- 29 Mar, 2016 30 commits
-
-
Adam Barth authored
Now we run them once per render object. Fixes #2487
-
Adam Barth authored
Reactivating a StatefulElement should imply a build
-
Adam Barth authored
Fixes #2901
-
Ian Hickson authored
More table fixes
-
Hans Muller authored
Animate TwoLevelList leading icon color
-
Andrew Wilson authored
Add keys to ResourceImages.
-
Hixie authored
-
Yegor authored
[driver] fix observatory port # and timeline data extraction
-
Hans Muller authored
-
Andrew Wilson authored
-
Yegor Jbanov authored
The way we pick observatory port # has changed and we have broken logic that handles port 8181. To fix the buildbot, switch to port 8182. We can later figure out what we want to do when we clean up port handling. The old VM extention for extracting the timeline data is gone. Switch to the new '_getVMTimeline' API.
-
Hans Muller authored
Use _ScaffoldLayout to position scroll-resizable appbars
-
Hans Muller authored
-
Ian Hickson authored
Table widget
-
Hixie authored
- Add x and y to the parent data, in case it's useful. In point of fact, I ended up not needing it. - Make columnWidths settable rather than having a setter so that the code in the widgets layer is more idiomatic. - Teach setFlatChildren about avoiding unnecessary drop/adopt loops. - Assert that the child list length is correct more aggressively so that we catch the dumb bug I had more quickly next time. - Improve the toString() to handle empty tables better. - Resort the imports in framework.dart. - Introduce a LocalKey for cases where you don't want to allow use of GlobalKey. - Make inflateWidget and deactivateChild public for subclass use. - Table widget. - Cell widget. - TableRow fake widget.
-
Andrew Wilson authored
Allow Draggables to drop through DragTargets that don't accept them to one that does.
-
Andrew Wilson authored
-
Devon Carew authored
adjust upgrade command
-
Devon Carew authored
-
Hans Muller authored
Fix fullscreen dialog gallery example
-
Hans Muller authored
-
Ian Hickson authored
More elaborate exceptions.
-
Ian Hickson authored
AnimatedOpacity
-
Ian Hickson authored
This provides an easy way to do implicit opacity transitions.
-
Ian Hickson authored
The elaboration will continue until morale improves. Specific exceptions considered here: - size setter checking when you set the size - layout verifying that you do set the size - hitTest verifying that you aren't dirty and have a size - flex complaining about canFlex
-
Adam Barth authored
Adds constants for FractionalOffsets
-
Adam Barth authored
Adds some names for common FractionalOffset values.
-
Adam Barth authored
Pointer events should pass buttons through
-
Adam Barth authored
Fixes #2899
-
Adam Barth authored
Remove two `flutter analyze` regular expressions
-
- 28 Mar, 2016 2 commits
-
-
Devon Carew authored
Update test.sh
-
Devon Carew authored
-