- 07 Dec, 2015 9 commits
-
-
Ian Hickson authored
Ignore hover events.
-
Viktor Lidholt authored
Fixes issue with physics debug drawing in sprites
-
Hixie authored
-
Adam Barth authored
Expose markNeedsBuild on MimicOverlayEntry
-
Adam Barth authored
We expose this function on OverlayEntry to let you drive animations in the overlay. The same use case applies to MimicOverlayEntry.
-
Ian Hickson authored
Export the new pointer event classes.
-
Hixie authored
-
Adam Barth authored
Parent data fixes
-
Adam Barth authored
Add some missing functionality to ParentData subclasses. Fixes #474
-
- 05 Dec, 2015 27 commits
-
-
Adam Barth authored
-
Adam Barth authored
Update Flutter API docs continuously
-
Adam Barth authored
The patch teaches Travis how to update our API docs continuously as we land patches in master.
-
Adam Barth authored
Repeated background images should be clipped to the container
-
Adam Barth authored
Fixes #766
-
Adam Barth authored
Add a completer to MaterialPageRoute
-
Adam Barth authored
LayoutId should default to using its id as its key
-
Adam Barth authored
This default seems likely to be benefitial because typically the LayoutIds coorespond to semantic slots in a bespoke layout.
-
Adam Barth authored
Popup menu splash doesn't go to edge
-
Adam Barth authored
Fixes #608
-
Adam Barth authored
Now the splash goes to the edge. Also, fold popup_menu_item.dart into popup_menu.dart for simplicity. Fixes #266
-
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 4 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
-