- 04 Jan, 2016 2 commits
-
-
Ian Hickson authored
Change how we provide additional information for asserts in the Widget framework.
-
Ian Hickson authored
Fixes #1058.
-
- 02 Jan, 2016 10 commits
-
-
Adam Barth authored
Generalize grid layout
-
Adam Barth authored
This patch make grid layout much more flexible. The behavior is factored out into a GridDelegate that's modeled after the custom layout delegates. The patch includes a MaxTileWidthGridDelegate that implements the old behavior and a FixedColumnCountGridDelegate that implements a grid layout with a fixed number of columns. Fixes #1048
-
Adam Barth authored
flutter init should gitignore .atom
-
Adam Barth authored
RenderBox should use Offset for child offset
-
Adam Barth authored
Previously we used Position, which makes it harder to accumulate offsets when walking the render tree.
-
Adam Barth authored
We now create a .atom folder to hold settings for the Atom project. We should gitignore that folder our project template.
-
Adam Barth authored
ScrollbarPainter exception when scrolling MaterialList
-
Adam Barth authored
When assigning a new overlayPainter, we were detaching the old overlay painter even if the render object itself wasn't attached. Now we only twiddle the attach/detach state of the overlay painter when we're attached ourselves. Fixes #1047
-
Adam Barth authored
Ink well in ListItem doesn't fill MaterialList
-
Adam Barth authored
We need to put the padding on the inside of the list item. Fixes #1055
-
- 31 Dec, 2015 4 commits
-
-
Devon Carew authored
update the min api level in the generated android manifest
-
Devon Carew authored
update the min api level in the generated android manifest; use constants for the android version name
-
Ian Hickson authored
Improve diagnostics around misuse of ParentDataWidgets.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/572
-
- 30 Dec, 2015 2 commits
-
-
Devon Carew authored
tweak the doc/index.html page
-
Devon Carew authored
-
- 29 Dec, 2015 2 commits
-
-
Ian Hickson authored
Refactor listen in terms of start.
-
Ian Hickson authored
Fixes #1034, at least for start and listen.
-
- 28 Dec, 2015 4 commits
-
-
Ian Hickson authored
Various Input and Focus fixes
-
Ian Hickson authored
Allow travis/test.sh to be run locally (not on travis)
-
Ian Hickson authored
Require a Key on Input. Simplify the API for Focus.at() and Focus.moveTo(). Fixes #236. This will require an e-mail to flutter-dev. Make Input grab focus onTap not onPointerDown. Fixes #189. Complain when you use Focus.at() with two different GlobalKeys that are both in the tree at the same time. Fixes #181. Add dartdocs for Focus.moveTo() and Focus.moveScopeTo().
-
Ian Hickson authored
This helps people check that all the tests will pass before they send a PR.
-
- 26 Dec, 2015 3 commits
-
-
Ian Hickson authored
Catch dismissable while it's animating.
-
Ian Hickson authored
Add documentation for GridPaper
-
Eric Seidel authored
I'm not actually sure what this is useful for, but I took a stab at it. @Hixie
-
- 25 Dec, 2015 1 commit
-
-
Ian Hickson authored
Fixes #173.
-
- 24 Dec, 2015 2 commits
-
-
Ian Hickson authored
RenderFractionalTranslation and Dismissable
-
Ian Hickson authored
- Add RenderFractionalTranslation, a render box that does a translation based on a FractionalOffset. - Make FractionalOffset more like Offset - dx/dy instead of x/y - add /, ~/, % - add .zero - Add alongOffset and alongSize to FractionalOffset so that you can easily apply FractionalOffset to Offsets and Sizes. (Better name suggestions welcome.) - Add transformHitTests boolean to RenderTransform (also on RenderFractionalTranslation), and to classes based on it. - Remove the fade from Dismissable. We can add it back using the builder-with-child pattern like Draggable if we need it. See #1003 for tha feature request. - Rename a bunch of variables in dismissable.dart. - Change the test for dismissable to not handle leftwards dismisses one pixel different from rightwards dismisses, and cleaned up the resulting effect on the test (mostly making sure we had the right number of pumps, with comments explaining what each one was). Fixes #174.
-
- 22 Dec, 2015 3 commits
-
-
Hans Muller authored
Make TabBarSelection a widget TabBarSelection is now expected to be an ancestor of its TabBar and TabBarView.
-
Hans Muller authored
-
Hans Muller authored
-
- 21 Dec, 2015 7 commits
-
-
Devon Carew authored
remove noSuchMethod hints
-
Devon Carew authored
-
Devon Carew authored
fix analysis errors and warnings in the stocks example
-
Devon Carew authored
-
Seth Ladd authored
Add a doc comment for Performance's repeat()
-
Seth Ladd authored
Link Curve to Curves in doc comments
-
Ian Hickson authored
Less tree walking for compositing bits updates.
-