- 25 Mar, 2016 1 commit
-
-
Chinmay Garde authored
-
- 24 Mar, 2016 36 commits
-
-
krisgiesing authored
Allow independent rendering pipelines
-
Adam Barth authored
Replace EdgeInsets.TRBL with EdgeInsets.fromLTRB
-
Hans Muller authored
Scrollbar thumb color, etc
-
Hans Muller authored
-
Adam Barth authored
This matches the pattern from Rect. I've left EdgeInsets.TRBL marked as deprecated to give clients a chance to update. Fixes #2860
-
Kris Giesing authored
Fixes #2723
-
Devon Carew authored
several fixes to the doctor command
-
Devon Carew authored
-
Adam Barth authored
Improve docs for SizedBox
-
Adam Barth authored
Fixes #2873
-
Ian Hickson authored
Make the border painting code reusable.
-
Jason Simmons authored
Add embedded font assets to the asset list
-
Adam Barth authored
Inherited widgets should work across reactivations
-
Hixie authored
-
Ian Hickson authored
Tweaks to Border to make it easier to subclass.
-
Jason Simmons authored
Any font asset referenced in the fonts section of flutter.yaml will now be included in the FLX assets. It's no longer necessary to separately list the font in the assets section.
-
Adam Barth authored
Previously we updated only the reactivated element's inherited widgets. Now we update all the inherited widgets for the whole subtree that's being reactivated. We need to visit the whole subtree anyway, so there isn't much of a loss. Fixes #2733 Fixes #2438 Fixes #1701
-
Ian Hickson authored
Fix minor typos (EdgeInsets, ImageResource)
-
Hixie authored
Also, more docs. Also, expose isUniform.
-
Jason Simmons authored
An example showing how to send messages between the host app and Flutter
-
Hixie authored
-
Adam Barth authored
Remove wrong comment
-
Alhaad Gokhale authored
Allow run_mojo command to run an app at a URL.
-
Alhaad Gokhale authored
-
Adam Barth authored
This test is no longer disabled. Fixes #2827
-
Jason Simmons authored
-
Devon Carew authored
filter some noisy messages from adb logcat
-
Devon Carew authored
print the os from flutter doctor
-
Devon Carew authored
-
Devon Carew authored
re-work the doctor command
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
In the spirit of "you are what you measure", let's measure some more things...
-
Adam Barth authored
Scrollable physics should be reasonable when sizes change
-
Alhaad Gokhale authored
filesystem or not.
-
Alhaad Gokhale authored
Fixes #2113
-
- 23 Mar, 2016 3 commits
-
-
Adam Barth authored
Previously, when the content extent changed during a scroll interaction, we'd stop the current scroll interaction and reset the scroll offset. Now we try to continue the scroll interaction (e.g., drag, fling, or overscroll) even through the underlying scroll behavior has changed. For physics-based scroll interactions, we keep the current position and velocity and recompute the operative forces. For drag interactions, we keep the current position and continue to let the user drag the scroll offset. After this patch, we still disrupt non-physical scroll animations that are operating outside the new scroll bounds because it's not clear how we can sensibly modify them to work with the new scroll bounds.
-
Hans Muller authored
Fixed a typo
-
Hans Muller authored
-