- 14 Oct, 2016 1 commit
-
-
Adam Barth authored
-
- 13 Oct, 2016 14 commits
-
-
Adam Barth authored
-
Todd Volkert authored
Fixes #6283
-
Adam Barth authored
Instead, we now interact with the system navigator via SystemNavigator.
-
Ian Hickson authored
Previously, if you focused a field, fields below it would shift down by one pixel. This change tries to guarantee that that won't happen.
-
Adam Barth authored
We weren't computing the bounds for composited transforms correctly. We need to conjugate the transform by the offset in order to get the correct paint bounds for the composited layer. We now also use the same math in the non-composited case for consistency. Also, don't scale the z-coordinate in RenderFittedBox. Fixes #6293
-
Jason Simmons authored
This is needed to update an app's layout when a soft keyboard is shown
-
Adam Barth authored
-
Adam Barth authored
-
Phil Quitslund authored
Sets a minimal baseline version for IDEs to verify a hot-reload supporting SDK. Fixes: https://github.com/flutter/flutter-intellij/issues/293
-
Dan Rubel authored
* cleanup obtaining user home directory path * refactor doctor and detect IntelliJ on Mac * fix detect Flutter plugin for IntelliJ
-
Adam Barth authored
* Switch to using PlatformPlugin instead of mojom * Update engine.version
-
Devon Carew authored
-
Adam Barth authored
These changes were generated by IntelliJ.
-
Adam Barth authored
The Skia team tells us that these go faster.
-
- 12 Oct, 2016 4 commits
-
-
Chris Bracken authored
Previously, overall status was reported as good if Xcode and homebrew were installed, even if there were issues with either of the tools. We now report partial status if we detect issues with either installation.
-
P.Y. Laligand authored
-
Jason Simmons authored
-
Adam Barth authored
This wrapper will eventually replace HostMessages.
-
- 11 Oct, 2016 8 commits
-
-
Adam Barth authored
-
Dan Rubel authored
-
Phil Quitslund authored
Picks up a patched `dartdoc` (effecting, notablly, `crossdart`…)
-
John McCutchan authored
-
Adam Barth authored
We were missing these before.
-
Adam Barth authored
This match switches the framework to use the semantics backend in `dart:ui` rather than the Mojo backend.
-
Adam Barth authored
This example is misleading because it relies on the old services model. Let's remove it until #6263 is fixed.
-
Todd Volkert authored
-
- 10 Oct, 2016 3 commits
-
-
P.Y. Laligand authored
-
Adam Barth authored
-
John McCutchan authored
-
- 08 Oct, 2016 1 commit
-
-
Adam Barth authored
Instead of reading the mojom serialization and re-inflating it, the SemanticsDebugger now shows the SemanticsNode objects directly.
-
- 07 Oct, 2016 6 commits
-
-
Jason Simmons authored
Performance improvement for https://github.com/flutter/flutter/issues/6008
-
Devon Carew authored
-
Dan Rubel authored
-
Adam Barth authored
This patch adds `@checked` everywhere is needed to remove the `strong_mode_invalid_method_override` strong mode error.
-
Yegor authored
-
Devon Carew authored
* commit intellij project metadata * move metadata to the top level * delete dev/intellij
-
- 06 Oct, 2016 3 commits
-
-
Dan Rubel authored
-
Dan Rubel authored
-
Ian Hickson authored
The only change here is that if we run off the end of the loop in a way that previously would have just hung, we return silently.
-