- 12 May, 2016 1 commit
-
-
pq authored
It's safe to remove the unneeded `void`s from setters since the blocking issues in the `always_declare_return_types` lint have been fixed (https://github.com/dart-lang/linter/). We can also safely flip the bit on `avoid_return_types_on_setters`.
-
- 07 May, 2016 1 commit
-
-
Adam Barth authored
TextAlign applies to a whole paragraph instead of applying to an individual text span. This patch moves the property out of TextStyle and into a separate property on Text and RichText.
-
- 29 Apr, 2016 1 commit
-
-
Adam Barth authored
Instead of using properties, TextPainter now receives min and max width as parameters to layout. Also, this patch integrates the intrinsic sizing logic into the main layout function, which satisfies all the existing uses cases.
-
- 15 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 13 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 12 Mar, 2016 1 commit
-
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-
- 11 Mar, 2016 1 commit
-
-
Adam Barth authored
We'll need this for RTL support because the RTL state will live in the widget tree. Also, remove the `oldWidget` argument to updateRenderObject because there aren't any clients for it.
-
- 24 Feb, 2016 1 commit
-
-
Adam Barth authored
Now we just have one TextSpan class that handles both simple strings, trees of children, and styling both. This approach simplifies the interface for most clients. This patch also removes StyledText, which was weakly typed and tricky to use correctly. The replacement is RichText, which is strongly typed and uses TextSpan.
-
- 11 Feb, 2016 1 commit
-
-
Ian Hickson authored
Each layer is supposed to reexport the parts of the previous layer that are part of its API. - In painting.dart, export from dart:ui all the Canvas-related APIs that make sense to be used at higher levels, e.g. PaintingStyle. - Delete painting/shadows.dart. It was dead code. - In rendering/object.dart, export all of painting.dart. - In widgets/basic.dart, export all of painting.dart and animation.dart. Some classes in animation/ are renamed to make this less disruptive and confusing to the namespace. - Split out Stocks back into an import model rather than a part model, so that it's easier to manage its dependencies on a per-file basis. - Move Ticker to scheduler library. - Remove as many redundant imports as possible now. - Some minor nit picking cleanup in various files.
-
- 18 Dec, 2015 1 commit
-
-
Eric Seidel authored
I also stopped pushing docs to domokit.org I presume we were doing that to not break old links. @abarth @sethladd
-
- 29 Oct, 2015 2 commits
-
-
Lex Berezhny authored
-
Lex Berezhny authored
-
- 12 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 01 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 18 Sep, 2015 1 commit
-
-
Adam Barth authored
-
- 29 Aug, 2015 1 commit
-
-
Adam Barth authored
-
- 20 Aug, 2015 1 commit
-
-
Collin Jackson authored
-
- 19 Aug, 2015 1 commit
-
-
Adam Barth authored
-
- 18 Aug, 2015 1 commit
-
-
Collin Jackson authored
-
- 17 Aug, 2015 3 commits
-
-
Collin Jackson authored
-
Collin Jackson authored
-
Eric Seidel authored
@abarth @collinjackson It appears this code still depends on drawText which does not exist.
-
- 12 Aug, 2015 2 commits
-
-
Collin Jackson authored
-
Collin Jackson authored
-
- 11 Aug, 2015 1 commit
-
-
Collin Jackson authored
-