- 04 Nov, 2015 5 commits
-
-
Adam Barth authored
Previously, we'd leave the old values in the parent data if the types matches, but not all render objects would reset these values during layout. For example, RenderProxyBox doesn't set the position field because it doesn't read the position field. However, leaving the old data there violates the invariants of the box protocol and can cause trouble (e.g., localToGlobal giving the wrong result). Fixes #1939
-
Hixie authored
Document the Gesture Detector constants. Remove kEdgeSlop since it's obsolete on Android. Add a test that verifies that when the first tap is canceled, the second tap can become the first tap of a subsequent two-tap sequence.
-
Collin Jackson authored
Bare bones Mojo reimplementation of Dart’s http package
-
Collin Jackson authored
-
Hans Muller authored
Add support for "extended height" toolbars - ToolBar bottom Added a Widget-valued bottom ToolBar property. If set the bottom widget appears below the normal toolbar. Removed the kToolBarHeight hardwiring from Scaffold. Updated the "swipe away" demo to use an extended height toolbar.
-
- 03 Nov, 2015 25 commits
-
-
Adam Barth authored
-
Adam Barth authored
Stocks list doesn't update when stocks are loaded
-
Adam Barth authored
Previously, we passed widgets up the hierarchy to display them in the overlay, but that breaks the change propagation logic because those widgets won't get rebuilt. Now we pass WidgetBuilders instead, which can be rebuilt when the overlay rebuilds. Fixes #1913
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Hixie authored
Tap and the othes classes in tap.dart are not really related.
-
Hixie authored
-
Jason Simmons authored
Make RRect immutable and replace RRect.setRectXY with a fromRectXY co…
-
Hixie authored
-
Matt Perry authored
Add tests for flx Bundle.
-
Matt Perry authored
Also cleaned up the flx code a bit. Replaced custom KeyPair class with cipher's AsymmetricKeyPair.
-
Hans Muller authored
Adds FlexJustifyContent.collapse
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
Replace ShowPress with TapDown
-
Ian Hickson authored
Merge DisposableArenaMember and GestureArenaMember
-
krisgiesing authored
Move velocity tracker to dart
-
Kris Giesing authored
-
Hixie authored
-
Hixie authored
Turns out there were no uses of GestureArenaMember other than those that use DisposableArenaMember.
-
Jason Simmons authored
-
- 02 Nov, 2015 10 commits
-
-
Hans Muller authored
CustomMultiChildLayout delegates to a MultiChildLayoutDelegate. Widget children are specified by their index in the list of children.
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
Rename sky.yaml to flutter.yaml
-
Adam Barth authored
Routes shouldn't be interactive when animating out
-
Adam Barth authored
Somehow we missed this one file.
-
Adam Barth authored
More flutter more better.
-
Adam Barth authored
This patch introduces the notion of a ModalRoute that puts up a modal barrier and makes the route invisible to hit testing when its animating out. This patch also uses this mechanism in a number of places (including PageRoute). There are still a few more cases to convert, but that's work for a future patch. Fixes #1684
-
Hixie authored
Move us to a version of sky_tools that doesn't hang when the tests crash.
-
Kris Giesing authored
-