- 21 Mar, 2016 5 commits
-
-
Ian Hickson authored
As usual, as I was doing this I ran into some stuff that seemed hard to document as-is and so I changed it. In this case, in the "http" library. The new code is more or less equivalent, I think, but the resulting documentation makes it more obvious that it's wrong...
-
Ian Hickson authored
Refactor cassowary so it uses imports rather than parts.
-
Ian Hickson authored
Improve flutter create help text.
-
Ian Hickson authored
-
Ian Hickson authored
Also misc cleanup: - reorder members to be more consistent and fit the style guide - remove use of _Pair - made Variable.applyUpdate and Variable.owner public - added docs to Priority, tweaked the code a bit - added some docs to Result - removed the internal-error Result (replaced with asserts) - removed unused Results - made Result const - merged some files together since they had used privates a lot I'm sorry this is completely unreviewable. I did the move from `lib/*` to `lib/src/*` first, then did the `part`-to-`import` change, and then found out how many of the files involved privates, which I wasn't expecting. I can redo this as multiple commits if that would make it easier to review.
-
- 19 Mar, 2016 5 commits
-
-
Ian Hickson authored
Track metrics for RepaintBoundary.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/475
-
Andrew Wilson authored
Refactor CheckedModeBanner into something more reusable.
-
Andrew Wilson authored
-
Ian Hickson authored
Replace WidgetError and RenderingError with FlutterError
-
- 18 Mar, 2016 30 commits
-
-
Hixie authored
-
Adam Barth authored
Add dartdoc for child widgets
-
Adam Barth authored
This patch adds a consistent, simple description for the common pattern of having a single child widget.
-
Ian Hickson authored
Docs for AvatarCircle.
-
Hixie authored
-
Yegor authored
[driver] actually start the timer when connecting
-
Yegor Jbanov authored
-
Matt Perry authored
Tweak the selected tab indicator animation.
-
Adam Barth authored
Look for the keyboard in the view services
-
Adam Barth authored
The engine now provides the keyboard and raw keyboard services via the view services. This patch updates the framework to look there for the keyboard. Also, this patch migrates callers to the new MojoServices name for these entry points.
-
Ian Hickson authored
Fix some icon names
-
Hixie authored
At some point we were overly zealous about s/new/const/ in this file.
-
qchong authored
docs: Updated descriptions for Animation API docs.
-
Quddus Chong authored
-
Ian Hickson authored
More tweaking of how Icons dartdocs.
-
Hixie authored
-
Matt Perry authored
Made it faster and less stretchy.
-
Ian Hickson authored
Fix markdown errors with last Icons dartdoc patch
-
Hixie authored
-
Ian Hickson authored
Improve the material design icon dartdocs further
-
Hixie authored
-
Ian Hickson authored
Add yet more dartdocs.
-
Ian Hickson authored
Only require documentation for libraries.
-
Hixie authored
-
Hixie authored
-
Ian Hickson authored
Miscellaneous dartdoc markdown fixes
-
Ian Hickson authored
-
Ian Hickson authored
Widgets App fixes and minor newton cleanup
-
Adam Barth authored
Add a bool to indicate whether we're in MojoShell
-
Ian Hickson authored
More dart docs for text painter
-