- 18 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 15 May, 2017 2 commits
-
-
Ian Hickson authored
Requires https://github.com/flutter/engine/pull/3688
-
Adam Barth authored
-
- 13 May, 2017 1 commit
-
-
Adam Barth authored
-
- 12 May, 2017 1 commit
-
-
Jason Simmons authored
-
- 11 May, 2017 2 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
-
- 10 May, 2017 1 commit
-
-
Jason Simmons authored
-
- 09 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 06 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 05 May, 2017 2 commits
-
-
Ian Hickson authored
-
Todd Volkert authored
-
- 28 Apr, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 27 Apr, 2017 3 commits
-
-
Chris Bracken authored
-
Jason Simmons authored
-
Mikkel Nygaard Ravn authored
-
- 20 Apr, 2017 1 commit
-
-
xster authored
-
- 19 Apr, 2017 1 commit
-
-
Adam Barth authored
-
- 18 Apr, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 14 Apr, 2017 1 commit
-
-
Jason Simmons authored
-
- 13 Apr, 2017 1 commit
-
-
Chris Bracken authored
-
- 12 Apr, 2017 3 commits
-
-
Ian Hickson authored
* Manually fix every use of Point.x and Point.y Some of these were moved to dx/dy, but not all. * Manually convert uses of the old gradient API * Remove old reference to Point. * Mechanical changes I applied the following at the root of the Flutter repository: git ls-files -z | xargs -0 sed -i 's/\bPoint[.]origin\b/Offset.zero/g' git ls-files -z | xargs -0 sed -i 's/\bPoint[.]lerp\b/Offset.lerp/g' git ls-files -z | xargs -0 sed -i 's/\bnew Point\b/new Offset/g' git ls-files -z | xargs -0 sed -i 's/\bconst Point\b/const Offset/g' git ls-files -z | xargs -0 sed -i 's/\bstatic Point /static Offset /g' git ls-files -z | xargs -0 sed -i 's/\bfinal Point /final Offset /g' git ls-files -z | xargs -0 sed -i 's/^\( *\)Point /\1Offset /g' git ls-files -z | xargs -0 sed -i 's/ui[.]Point\b/ui.Offset/g' git ls-files -z | xargs -0 sed -i 's/(Point\b/(Offset/g' git ls-files -z | xargs -0 sed -i 's/\([[{,]\) Point\b/\1 Offset/g' git ls-files -z | xargs -0 sed -i 's/@required Point\b/@required Offset/g' git ls-files -z | xargs -0 sed -i 's/<Point>/<Offset>/g' git ls-files -z | xargs -0 sed -i 's/[.]toOffset()//g' git ls-files -z | xargs -0 sed -i 's/[.]toPoint()//g' git ls-files -z | xargs -0 sed -i 's/\bshow Point, /show /g' git ls-files -z | xargs -0 sed -i 's/\bshow Point;/show Offset;/g' * Mechanical changes - dartdocs I applied the following at the root of the Flutter repository: git ls-files -z | xargs -0 sed -i 's/\ba \[Point\]/an [Offset]/g' git ls-files -z | xargs -0 sed -i 's/\[Point\]/[Offset]/g' * Further improvements and a test * Fix minor errors from rebasing... * Roll engine
-
Chris Bracken authored
-
Ian Hickson authored
* Fix tests to use Ahem, and helpful changes around that - Fix fonts that had metric-specific behaviours. - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed to LiveTestWidgetsFlutterBinding.framePolicy. - LiveTestWidgetsFlutterBinding now defaults to using a frame policy that pumps slightly more frames, to animate the pointer crosshairs. - Added "flutter run --use-test-fonts" to enable Ahem on devices. - Changed how idle() works to be more effective in live mode. - Display the test name in live mode (unless ahem fonts are enabled). - Added a toString to TextSelectionPoint. - Style nit fixes. * Roll engine to get Ahem changes. * Update tests for dartdoc changes. * Fix flutter_tools tests
-
- 04 Apr, 2017 2 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
-
- 31 Mar, 2017 2 commits
-
-
Jason Simmons authored
-
Collin Jackson authored
This reverts commit 8f9d4a22.
-
- 29 Mar, 2017 1 commit
-
-
Jason Simmons authored
-
- 23 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 20 Mar, 2017 1 commit
-
-
Jason Simmons authored
-
- 18 Mar, 2017 1 commit
-
-
Adam Barth authored
-
- 17 Mar, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
Breaking change: removed deprecated methods of PlatformMessages, leaving only binary messaging there. All other use of platform communication now goes through PlatformMessageChannel and PlatformMethodChannels. Retained use of String and JSON codecs for now. Companion engine PR: flutter/engine#3482
-
Chris Bracken authored
-
- 15 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 13 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
Changed standard encoding to use host endianness. Engine roll.
-
- 10 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 08 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* eliminate sky snapshot * roll engine
-
- 06 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
Engine roll to include https://github.com/flutter/engine/pull/3462
-
- 02 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* Enable Hot Reload on Windows (backed by gen_snapshot) \o/ Two caveats: * Hot Reload on Windows is slower than on other platforms because gen_snapshot is slower then sky_snapshot * We currently cannot hot reload projects with spaces in the path * enable tests
-