4987 Commits

Author SHA1 Message Date
Ian Hickson
bef6ff3b06 Provide more documentation for MojoShell
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...
2016-03-20 23:47:19 -07:00
Ian Hickson
da885781ab Merge pull request #2806 from Hixie/cassowary
Refactor cassowary so it uses imports rather than parts.
2016-03-20 21:04:42 -07:00
Ian Hickson
2f44055c2a Merge pull request #2801 from Hixie/tools
Improve flutter create help text.
2016-03-20 20:14:29 -07:00
Ian Hickson
a7016062bc Improve flutter create help text. 2016-03-20 20:06:30 -07:00
Ian Hickson
552896afb7 Refactor cassowary so it uses imports rather than parts.
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.
2016-03-20 18:10:37 -07:00
Ian Hickson
366385b3d0 Merge pull request #2798 from Hixie/repaint
Track metrics for RepaintBoundary.
2016-03-19 11:04:34 -07:00
Ian Hickson
e39a7c4144 Track metrics for RepaintBoundary.
Fixes https://github.com/flutter/flutter/issues/475
2016-03-19 09:36:33 -07:00
Devon Carew
8f80050fc3 Update FlutterPlugin.groovy
Update the groovy build example.
2016-03-18 21:44:48 -07:00
Andrew Wilson
c82c0cf359 Merge pull request #2757 from apwilson/banner
Refactor CheckedModeBanner into something more reusable.
2016-03-18 21:00:43 -07:00
Andrew Wilson
861423876d Refactor CheckedModeBanner into something more reusable. 2016-03-18 19:03:16 -07:00
Ian Hickson
0026358194 Merge pull request #2794 from Hixie/widgeterror
Replace WidgetError and RenderingError with FlutterError
2016-03-18 17:28:20 -07:00
Hixie
7e3bef1163 Replace WidgetError and RenderingError with FlutterError 2016-03-18 15:40:38 -07:00
Adam Barth
5a1411721d Merge pull request #2793 from abarth/doc_child
Add dartdoc for child widgets
2016-03-18 15:26:52 -07:00
Adam Barth
65cb3ee769 Add dartdoc for child widgets
This patch adds a consistent, simple description for the common pattern of
having a single child widget.
2016-03-18 15:19:36 -07:00
Ian Hickson
f08665728b Merge pull request #2792 from Hixie/avatar-doc
Docs for AvatarCircle.
2016-03-18 15:18:16 -07:00
Hixie
8f3f07653c Docs for AvatarCircle. 2016-03-18 15:02:17 -07:00
Yegor
8ffd80c095 Merge pull request #2791 from yjbanov/start-driver-timer
[driver] actually start the timer when connecting
2016-03-18 14:58:13 -07:00
Yegor Jbanov
8aac1c996c [driver] actually start the timer when connecting 2016-03-18 14:38:34 -07:00
Matt Perry
2988cab732 Merge pull request #2786 from mpcomplete/tabs
Tweak the selected tab indicator animation.
2016-03-18 17:31:36 -04:00
Adam Barth
f2d78aed8e Merge pull request #2784 from abarth/view_services
Look for the keyboard in the view services
2016-03-18 14:17:54 -07:00
Adam Barth
addc87dcf1 Look for the keyboard in the view services
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.
2016-03-18 14:05:51 -07:00
Ian Hickson
5fc9a9cff5 Merge pull request #2789 from Hixie/icon-const-new
Fix some icon names
2016-03-18 14:03:41 -07:00
Hixie
0698cdadd5 Fix some icon names
At some point we were overly zealous about s/new/const/ in this file.
2016-03-18 13:54:42 -07:00
qchong
c78191c9e6 Merge pull request #2780 from qchong/update-animation-api-docs
docs: Updated descriptions for Animation API docs.
2016-03-18 13:48:16 -07:00
Quddus Chong
cbd0aa5bd3 docs: Updated descriptions for the Animation APIs. 2016-03-18 13:38:43 -07:00
Ian Hickson
e04ff328fe Merge pull request #2787 from Hixie/icon-docs-md-1
More tweaking of how Icons dartdocs.
2016-03-18 13:30:35 -07:00
Hixie
ef6281652a More tweaking of how Icons dartdocs. 2016-03-18 13:29:56 -07:00
Matt Perry
79d08aad9f Tweak the selected tab indicator animation.
Made it faster and less stretchy.
2016-03-18 16:20:56 -04:00
Ian Hickson
0d7c25a583 Merge pull request #2785 from Hixie/icon-docs-md
Fix markdown errors with last Icons dartdoc patch
2016-03-18 13:13:38 -07:00
Hixie
97b0fcaf39 Fix markdown errors with last Icons dartdoc patch 2016-03-18 13:12:22 -07:00
Ian Hickson
d4925037e5 Merge pull request #2783 from Hixie/icon-docs
Improve the material design icon dartdocs further
2016-03-18 12:50:27 -07:00
Hixie
e53d6cf3ea Improve the material design icon dartdocs further 2016-03-18 12:39:25 -07:00
Ian Hickson
964ba0c69b Merge pull request #2781 from Hixie/more-docs
Add yet more dartdocs.
2016-03-18 12:18:05 -07:00
Ian Hickson
b72bd5bfa5 Merge pull request #2779 from Hixie/analyze-public-members
Only require documentation for libraries.
2016-03-18 11:27:22 -07:00
Hixie
ce4e9cd690 Only require documentation for libraries. 2016-03-18 11:16:12 -07:00
Hixie
7b7870d8c1 Add yet more dartdocs. 2016-03-18 11:15:07 -07:00
Ian Hickson
991b50e438 Merge pull request #2776 from Hixie/md-fixes
Miscellaneous dartdoc markdown fixes
2016-03-18 09:14:33 -07:00
Ian Hickson
561a94ccfe Miscellaneous dartdoc markdown fixes 2016-03-17 22:27:58 -07:00
Ian Hickson
121c7a0368 Merge pull request #2728 from Hixie/widgetsapp
Widgets App fixes and minor newton cleanup
2016-03-17 22:15:36 -07:00
Adam Barth
6d55f5d374 Merge pull request #2755 from abarth/mojo_shell_bool
Add a bool to indicate whether we're in MojoShell
2016-03-17 22:12:58 -07:00
Ian Hickson
9568c95700 Merge pull request #2775 from Hixie/textPainter-docs
More dart docs for text painter
2016-03-17 19:08:39 -07:00
Ian Hickson
c23e968fc5 Merge pull request #2774 from Hixie/painting-docs
Add Decoration.lerp and document Decoration
2016-03-17 19:08:33 -07:00
Ian Hickson
d8c7473640 Fix WidgetsApp issues
- Make the textStyle optional
- Remove routes
- Make onGenerateRoute required
- Add some dartdocs
2016-03-17 18:59:30 -07:00
Ian Hickson
571046a708 Minor cleanup in newton 2016-03-17 18:59:30 -07:00
Hixie
f5a00d8e91 More dart docs for text painter 2016-03-17 18:31:09 -07:00
Hixie
6e96b1465d Add Decoration.lerp and document Decoration 2016-03-17 18:15:18 -07:00
Ian Hickson
9129891e96 Merge pull request #2772 from flutter/Hixie-patch-1
Update engine.version
2016-03-17 18:08:39 -07:00
Ian Hickson
54e80ff9d3 Merge pull request #2771 from Hixie/position-perf-overlay
Fix position of the overlay
2016-03-17 18:08:33 -07:00
Ian Hickson
7ee14a8da3 Update engine.version
Blocked on https://github.com/flutter/flutter/pull/2771
2016-03-17 17:28:08 -07:00
Hixie
9d1b1df6f3 Fix position of the overlay
Now that the overlay actually respects the position we give it, put it
somewhere where the keyboard won't overlap it.
2016-03-17 17:26:34 -07:00