- 05 Dec, 2015 16 commits
-
-
Adam Barth authored
Implement ImageRepeat
-
Ian Hickson authored
Cleanup for the Pointer changes.
-
Adam Barth authored
Fixes #158
-
Ian Hickson authored
-
Ian Hickson authored
PointerInput refactor
-
Ian Hickson authored
Instead of PointerInputEvent having a "type" field, we now have a different class for each pointer type. This has ripple effects throughout the system. I also did code cleanup in affected files while I was there.
-
Adam Barth authored
Remove PaintingCanvas
-
Adam Barth authored
Remove outdated radial_reaction.dart
-
Adam Barth authored
We can just use Canvas now. The two are the same thing.
-
Adam Barth authored
We now draw radial reactions using Material.
-
Ian Hickson authored
Replace AnimationTiming with CurvedPerformance
-
Ian Hickson authored
MeanPerformance
-
Hixie authored
Also, replace places that use the term "create performance" with "create performance controller".
-
Hixie authored
-
Ian Hickson authored
Refactor PerformanceView listeners.
-
Hixie authored
Primarily, this rearranges how listeners are handled internally by the various PerformanceView classes so that there's not so much redundancy. It also fixes ReversePerformance and ProxyPerformance to not leak. Previously, they never unhooked their listeners, so they'd leak until the entire chain of performances was killed. Now, they unhook as soon as they themselves have no listeners left, which is more idiomatic.
-
- 04 Dec, 2015 24 commits
-
-
Adam Barth authored
Improve the asset for build functions that return null
-
Ian Hickson authored
Add more asserts to help catch the blackness bug
-
Adam Barth authored
Fixes #689
-
Collin Jackson authored
Support for hero transitions underneath the target page
-
Hixie authored
-
Collin Jackson authored
-
Collin Jackson authored
-
Ian Hickson authored
Refactor forward transition building
-
Hixie authored
Instead of separate functions for the 0->1 and 1->2 transitions, just have one function.
-
Adam Barth authored
MultiChildLayoutDelegate should assert that all children have had layoutChild called exactly once
-
Eric Seidel authored
Make profile_startup.dart print instructions.
-
Ian Hickson authored
BuilderTransition no longer requires variables
-
Adam Barth authored
Fixes #692 Fixes #690
-
Eric Seidel authored
@chinmaygarde
-
Hixie authored
Sometimes you want to just make a transition driven straight from the performance's progress, rather than with an explicit variable.
-
Adam Barth authored
Add custom clipping to ClipRect and ClipOval
-
Adam Barth authored
Add the ability to custom paint foregrounds
-
Adam Barth authored
-
Eric Seidel authored
Add script for profiling startup using flutter trace on Android
-
Ian Hickson authored
Slider Improvements
-
Hixie authored
Have the widget support min/max arguments to make the widget easier to use. Also, fix the dragging so it's actually where the knob is.
-
Adam Barth authored
-
Eric Seidel authored
This will work after the next Engine roll. Currently it requires a fix to tracing which isn't in the released engine. Next steps are to make this work on a bot, and to add iOS support. @abarth @chinmaygarde
-
Jason Simmons authored
Example of using the Dart internationalization package in Flutter
-