- 11 Feb, 2016 23 commits
- 
- 
Hans Muller authored
- 
Chinmay Garde authoredExplicitly specify the sdk and arch when building for an iOS device 
- 
Chinmay Garde authored
- 
Jason Simmons authoredChange the text/selection value API of the input field 
- 
Ian Hickson authoredProvide a Draggable that starts on drag 
- 
Hixie authoredThis lets it cooperate with other gestures like tap. The way I implemented this was to refactor the entire Draggable gesture logic to use a new kind of gesture detector called MultiDragGestureRecognizer. It works a bit like MultiTapGestureRecognizer but for drags. Also some tweaks to the velocity estimator. 
- 
Jason Simmons authored(see https://github.com/flutter/flutter/issues/1586) 
- 
Eric Seidel authoredRemove now-obsolete recipes and document our new infra 
- 
Eric Seidel authored@abarth @chinmaygarde 
- 
Adam Barth authoredTeach run_mojo about Mozart 
- 
Adam Barth authoredInstead of running the FLX directly, we need to run mojo:launcher and have it run the FLX. 
- 
Devon Carew authoredwait for flutter start to return until the obs. port is available 
- 
Devon Carew authored
- 
Ian Hickson authoredClean up imports and exports. 
- 
Adam Barth authoredAdd an example of creating a custom RenderBox 
- 
Ian Hickson authoredEach layer is supposed to reexport the parts of the previous layer that are part of its API. - In painting.dart, export from dart:ui all the Canvas-related APIs that make sense to be used at higher levels, e.g. PaintingStyle. - Delete painting/shadows.dart. It was dead code. - In rendering/object.dart, export all of painting.dart. - In widgets/basic.dart, export all of painting.dart and animation.dart. Some classes in animation/ are renamed to make this less disruptive and confusing to the namespace. - Split out Stocks back into an import model rather than a part model, so that it's easier to manage its dependencies on a per-file basis. - Move Ticker to scheduler library. - Remove as many redundant imports as possible now. - Some minor nit picking cleanup in various files. 
- 
Adam Barth authored
- 
Adam Barth authoredCleanup MixedViewport 
- 
Adam Barth authoredThis patch fixes a couple minor bugs and cleans up MixedViewport a bit. 
- 
Todd Volkert authored
- 
Hans Muller authoredFlutter gallery dialog demos 
- 
Hans Muller authored
- 
Hans Muller authoredScrollableList was applying padding twice 
 
- 
- 10 Feb, 2016 17 commits
- 
- 
Adam Barth authoredWe need to subtract the padding instead of adding it. 
- 
Devon Carew authoredfix an NPE when the flutter.yaml file is missing 
- 
Devon Carew authored
- 
Ian Hickson authoredMore BoxConstraints asserts 
- 
Todd Volkert authored
- 
Hixie authoredThe asserting will continue until morale improves! * Convert all assert(*.isNormalized) checks to use the new debugAssertIsNormalized technology. * Convert CustomMultiChildLayout to use the new RenderingError technology to greatly improve the detail in errors you get when writing CustomMultiChildLayout delegates. * Add BoxConstraints.copyWith(). * Indent the descendants in the rendering exception data dump so that when you have multiple children it's clearer what's going on. 
- 
Adam Barth authoredScrollBehavior should support negative min scroll offset 
- 
Adam Barth authoredFixes #1730 
- 
Matt Perry authoredRefactor service-related code to be shared between android and IOS. 
- 
Ian Hickson authoredImprove asserts around BoxConstraints 
- 
Matt Perry authoredThe IOS code is totally untested. Need a Mac to test it. 
- 
Hixie authoredNegative constraints never make sense, so catch those too. Make RenderObject.layout's isNormalized assert use the newer more fancy debug version of isNormalized. 
- 
Collin Jackson authoredUpgrade command shouldn’t validate project, fixes #1745 
- 
Adam Barth authoredTeach PageableList about scroll anchors 
- 
Adam Barth authored
- 
Collin Jackson authored
- 
Adam Barth authoredTeach ScrollableList about scroll anchors 
 
-