4904 Commits

Author SHA1 Message Date
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
Ian Hickson
bf42da35b2 Merge pull request #2753 from Hixie/binding-docs
Add some docs for people looking at bindings
2016-03-17 17:25:45 -07:00
Ian Hickson
a7490422de Merge pull request #2760 from Hixie/stack-docs
Improve Stack documentation.
2016-03-17 17:25:39 -07:00
P.Y. Laligand
fce6ecf699 Merge pull request #2770 from pylaligand/typos
Fixed some typos.
2016-03-17 17:07:49 -07:00
Devon Carew
458129b415 Merge pull request #2767 from devoncarew/check_android_n
handle android n in the android sdk
2016-03-17 16:59:33 -07:00
Adam Barth
d38a0db3d9 Merge pull request #2764 from abarth/use_draw_paragraph
Use Canvas#drawParagraph
2016-03-17 16:53:04 -07:00
Devon Carew
99b70dab62 handle android n in the android sdk 2016-03-17 15:30:47 -07:00
Matt Perry
ca8dbe902a Merge pull request #2763 from mpcomplete/tabs
Material: Fix selected tab indicator animation.
2016-03-17 17:39:03 -04:00
John McCutchan
7e2df44084 Merge pull request #2707 from johnmccutchan/sniff_service_protocol_port
Sniff service protocol port from device
2016-03-17 14:24:35 -07:00
Matt Perry
b20113eec5 Material: Fix selected tab indicator animation.
- The indicator no longer goes crazy when you select another tab while
  it's animating.
- The indicator's trailing edge lags behind the trailing edge, giving it
  a neat stretchy feel.

BUG=https://github.com/flutter/flutter/issues/1617
BUG=https://github.com/flutter/flutter/issues/1955
2016-03-17 17:23:28 -04:00
Adam Barth
c9d3217c3b Use Canvas#drawParagraph
We'll eventually remove Paragraph#paint.

Fixes #2694
2016-03-17 13:45:35 -07:00
Hixie
1d699b2146 Improve Stack documentation. 2016-03-17 13:28:58 -07:00
Adam Barth
50a249e3ec Merge pull request #2761 from abarth/update_engine2
Update engine
2016-03-17 13:21:43 -07:00
Adam Barth
5d01d2db57 Update engine 2016-03-17 13:11:29 -07:00
John McCutchan
83e6ee36a0 Sniff service protocol port from device 2016-03-17 11:44:16 -07:00
Devon Carew
69f6630ad5 Merge pull request #2758 from devoncarew/listen_update
update listen to work w/ ios devices
2016-03-17 11:13:41 -07:00
Devon Carew
882f849ccd update listen to work w/ ios devices 2016-03-17 10:42:48 -07:00
Adam Barth
23a7604829 Add a bool to indicate whether we're in MojoShell
In MojoShell, we can connect to other applications. This patch adds a bool that
clients can use to check whether that feature is available without needing to
try to connect to an application.
2016-03-17 10:17:47 -07:00
Hixie
de8ba53076 Add some docs for people looking at bindings 2016-03-17 09:52:52 -07:00
Devon Carew
80423ae922 Merge pull request #2751 from devoncarew/print_on_pub_failures
show failures with the initial pub get
2016-03-17 09:51:59 -07:00
P.Y. Laligand
6f8c103e27 Fixed some typos. 2016-03-17 09:39:16 -07:00
Devon Carew
5d09dfad41 show failures with the initial pub get 2016-03-17 08:40:42 -07:00
Devon Carew
18c8f57739 Merge pull request #2747 from devoncarew/refactor_build
Refactor the build commands
2016-03-17 08:11:29 -07:00
Devon Carew
f8374cd966 consolidate build commands under the 'build' command 2016-03-17 07:22:41 -07:00
Adam Barth
67b3ce63b2 Merge pull request #2746 from abarth/dependent
Fix spelling of dependents
2016-03-16 20:14:49 -07:00
Adam Barth
7db4f8df9c Fix spelling of dependents
Noticed in #2733
2016-03-16 19:50:03 -07:00
Ian Hickson
2b825dc3c6 Merge pull request #2742 from Hixie/rendering-docs
Flesh out rendering library top-level docs
2016-03-16 15:01:40 -07:00
Hixie
a4ee70c075 Flesh out rendering library top-level docs 2016-03-16 14:46:14 -07:00
Ian Hickson
0e743b620e Merge pull request #2736 from flutter/Hixie-patch-1
Update engine.version
2016-03-16 13:34:33 -07:00
Ian Hickson
3c4fc0fced Update engine.version 2016-03-16 12:44:21 -07:00
Adam Barth
e1f0d8c974 Merge pull request #2727 from abarth/within_rect
Use FractionalOffset for gradients
2016-03-15 22:16:08 -07:00
Adam Barth
42c1f62928 Merge pull request #2726 from abarth/implicitly_animated_widget
Rename AnimatedWidgetBase -> ImplicitlyAnimatedWidget
2016-03-15 19:41:39 -07:00
Adam Barth
502a4ae078 Use FractionalOffset for gradients
These were using Offsets, but they're really FractionalOffsets.

Fixes #2318
2016-03-15 19:30:41 -07:00
Adam Barth
303837c19f Rename AnimatedWidgetBase -> ImplicitlyAnimatedWidget
The previous name was confusingly similar to AnimatedWidget, which is
for explicit animations.
2016-03-15 18:43:42 -07:00