- 19 May, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 16 May, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 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.
-
- 14 Mar, 2016 1 commit
-
-
Hixie authored
-
- 10 Mar, 2016 1 commit
-
-
Hixie authored
And fix a zillion omissions this uncovered.
-
- 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.
-
- 05 Dec, 2015 1 commit
-
-
Adam Barth authored
We can just use Canvas now. The two are the same thing.
-
- 26 Oct, 2015 1 commit
-
-
Adam Barth authored
We were assuming that the text extended from 0.0 to its max content width. That's not correct for right-aligned text. Instead, we need to layout the text again at the width we want it to occupy.
-
- 24 Oct, 2015 1 commit
-
-
Hixie authored
This makes skyanalyzer also check the examples, and fixes everything it found there.
-
- 13 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
This lets you draw nine-patch images.
-
- 23 Sep, 2015 1 commit
-
-
Viktor Lidholt authored
-
- 01 Sep, 2015 2 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-