- 14 Dec, 2015 13 commits
-
-
Jason Simmons authored
-
Hans Muller authored
Tabbar view swipe Swiping left or right in a TabBarView now changes the selected tab in the way it's supposed to. Currently swipe gestures that start while the selection change is underway are ignored. Will fix that in a separate change.
-
Hans Muller authored
Swiping left or right in a TabBarView now changes the selected tab in the way it's supposed to. Currently swipe gestures that start while the selection change is underway are ignored. Will fix that in a separate change.
-
Ian Hickson authored
Analyze more tests.
-
Hixie authored
-
Jason Simmons authored
Use Scheduler.instance in flutter_sprites
-
Jason Simmons authored
-
Devon Carew authored
support mini fabs
-
Devon Carew authored
-
Ian Hickson authored
Rename Pointerer to Gesturer.
-
Ian Hickson authored
-
Ian Hickson authored
Refactor bindings.
-
Ian Hickson authored
-
- 12 Dec, 2015 7 commits
-
-
Ian Hickson authored
Avoid rebuilding entire app when an overlay needs updating
-
Ian Hickson authored
Use hashValues instead of hard-coded hashCode getters
-
Ian Hickson authored
-
Ian Hickson authored
rev the engine
-
Ian Hickson authored
Minor fixes in comments and style.
-
Ian Hickson authored
-
Ian Hickson authored
-
- 11 Dec, 2015 9 commits
-
-
Jason Simmons authored
Upgrade the test package (needed by the latest mojo roll)
-
Ian Hickson authored
applyPaintTransform() improvements
-
Ian Hickson authored
Previously, applyPaintTransform() had to know how it was positioned in its parent, even though that's really the parent's responsibility. Now, applyPaintTransform() is given a child and applies the transform that it would give the child during paint. This makes it possible for applyPaintTransform() to work across coordinate system boundaries (e.g. box to sector, or view to box -- previously, view to box only worked because we explicitly skipped that step -- since view doesn't actually apply a transform, it doesn't really matter).
-
Ian Hickson authored
Check for cycles in our various tree structures.
-
Ian Hickson authored
-
Adam Barth authored
Add dartdoc for image classes
-
Adam Barth authored
- Adds dartdoc for all the `of` functions. - Renames Image to RawImage. This widget is rarely used and shouldn't take up such a nice global name. Fixes #361
-
Florian Loitsch authored
Remove reference to scheduler in animation.
-
Jason Simmons authored
-
- 10 Dec, 2015 11 commits
-
-
Florian Loitsch authored
-
Adam Barth authored
Add more dartdoc for basic widgets
-
Adam Barth authored
-
Jim Beveridge authored
Added rotation test for new PageableList code.
-
Hans Muller authored
TabBarView is-a PageableList, doesn't need itemExtent Base TabBarView on PageableList so that itemExtent and its SizeObserver aren't needed. TabBarView scrolling is still TBD.
-
Hans Muller authored
-
Adam Barth authored
Improve asserts when performLayout missing
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
Fixes #566
-
Adam Barth authored
Improve error messages when build fails
-