- 26 Sep, 2015 2 commits
-
-
Adam Barth authored
-
Hixie authored
-
- 25 Sep, 2015 28 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Hixie authored
Also: - Make Dismissable report when it starts squashing, since otherwise we don't invalidate the list early enough and it gets mad that it wasn't told one of its children had changed size. - Have Dismissable check that it gets removed after it's dismissed, to avoid having lots of redundant widgets around. - Start tracking the height of each child of a MixedViewport, so that we don't accumulate floating point errors when a child jiggles up and down. - Have _childOffsets reuse its storage space rather than newing up a new copy each time we reset the cache. - Avoid double-updating child sizes when handling mixed viewport invalidations.
-
Adam Barth authored
Add a currentWidget and currentState accessor to GlobalKeys
-
Adam Barth authored
-
Adam Barth authored
Add ensureWidgetIsVisible to fn3
-
Adam Barth authored
-
Viktor Lidholt authored
Renames pointQuickDist in GameMath
-
Hans Muller authored
Bumped Newton version to 0.1.4
-
Adam Barth authored
-
Hans Muller authored
-
Viktor Lidholt authored
-
Adam Barth authored
-
Adam Barth authored
Port some more tests to fn3
-
Adam Barth authored
-
Adam Barth authored
-
Andrew Wilson authored
Add fling to Scrollable.
-
Andrew Wilson authored
-
Adam Barth authored
Port some more tests to fn3
-
Adam Barth authored
-
Adam Barth authored
Port Input and EditableText to fn3
-
Hixie authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
- 24 Sep, 2015 10 commits
-
-
Adam Barth authored
Port even more examples to fn3
-
Adam Barth authored
-
Hixie authored
Remove the "update" notification logic. Hook the register/unregister functions. We're still not notifying.
-
Hixie authored
ComponentState becomes State, for brevity. Instead of overriding its constructor, override initState(). This makes writing States much simpler.
-
Adam Barth authored
-
Adam Barth authored
Port Date Picker example to fn3
-
Hixie authored
Also: - Expose the slot of each Element. - Minor improvements to HomogeneousViewport. - Replace TestComponent with FlipComponent in tests.
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
This changes how PopupMenu works slightly because there's no long an onPressed callback on PopupMenuItem. Instead, callers should use showPopupMenu.
-