- 24 Oct, 2017 1 commit
-
-
Michael Goderbauer authored
* Without checking compatibility * ++ * ++ * ++ * more docs
-
- 23 Oct, 2017 4 commits
-
-
Greg Spencer authored
Revert "Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595)" (#12678) This reverts commit 67cf7918. Reverting because this causes scuba regressions that I'd like to address in another PR that is pending, but we'd like to roll Flutter.
-
-
Ian Hickson authored
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Oct, 2017 1 commit
-
-
Yegor authored
* Theme provides all TextStyle properties * match field declaration order in the test * Theme.of returns text style with inherit == false * change TextStyle.inherit logic; docs * add TextStyle.debugLabel * address comments * add debug labels to Typography text styles
-
- 20 Oct, 2017 7 commits
-
-
Ian Hickson authored
This avoids some code duplication that existed before and will make further modifications easier.
-
Jason Simmons authored
-
Hans Muller authored
-
xster authored
* create auto back button behaviour * cosmetic fidelity * tests * review * document new icon
-
amirh authored
This refactoring allows us to have SemanticsEvent object for events that are not associated with an accessibility node id. And allow https://github.com/flutter/flutter/pull/12594 to be a bit cleaner with a single place for accessibility channel documentation (the SemanticsEvent classes documentation).
-
xster authored
* Revert "BoxDecoration.borderRadius and RoundedRectangleBorder.borderRadius RTL (#12603)" This reverts commit 07908916. * Revert "Copy snapshot file into assets (#12523)" This reverts commit f6135107. * Revert "Add a rootNavigator option to Navigator.of (#12580)" This reverts commit 822084b2.
-
Ian Hickson authored
-
- 19 Oct, 2017 6 commits
-
-
Greg Spencer authored
Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. There were a number of differences with the Material Design spec, including several different padding values and underline thickness. This corrects that so that the decorator is in line with the Material Design spec now. Also, the decorator properly handles changes to the textScaleFactor, where before it would not re-layout when needed, painting the cursor and underline incorrectly. The decorator also now properly animates helper, error, and hint text when the textScaleFactor or input decoration properties change. Helper text is now properly displayed in dense mode, as the spec shows. Before this change, it was never displayed in dense mode. Fixes #12485
-
Greg Spencer authored
Hixie pointed out that what I had before was resetting all of the MediaQuery values, not just textScaleFactor. This should fix that.
-
Sarah Zakarias authored
-
Alexandre Ardhuin authored
-
Todd Volkert authored
This aids in running the tests internally in Google since the libraries upon which tests depend and the test files themselves are defined separately.
-
Michael Goderbauer authored
Merge confliuct between #12605 and #12613
-
- 18 Oct, 2017 8 commits
-
-
Michael Goderbauer authored
* Oct 12 10:12am * implicit_semantics_test.dart passes * refactoring * works in nice * minor rename * more doc comments * to be explicit check better * fix test * ++ * ++ * semantics_9_test (BlockSemantics) and implicit_semantics_test are passing * doc updates * tiny refactor * fix static errors in tests * fix gesture detector * ++ * ++ * geometry * ++ * remove noGeometry * revert test * + * all tests but scrolling/clipping pass * clipping works * scrolling halfway * sliver tests pass * ALL TESTS PASS * SemanticsNode changed * docs and tiny fixes * card test * more doc comments * remove missed print * more tests * make test pass on Linux * remove changes to intellij proj file * review comments
-
Michael Goderbauer authored
* Make Tab take a widget as child This way you can override the semantics information of a Tab (see test). Fixes https://github.com/flutter/flutter/issues/12432 * more tests * review comments * review comment * doc nits * style fix
-
Jason Simmons authored
libtxt's implementation of Paragraph.getBoxesForRange returns the full line height for all characters in a line. Blink had been returning a tighter enclosing rectangle for each individual character.
-
Ian Hickson authored
-
xster authored
-
Ian Hickson authored
-
Jason Simmons authored
-
Jason Simmons authored
libtxt has different policies than Blink for trimming whitespace. This change will make the test results consistent in both text renderers.
-
- 17 Oct, 2017 5 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
This still is very limited in what it can lerp, but it sets the stage for arbitrary lerps later.
-
Adam Barth authored
If the flex is empty, there's no space in which to draw the overflow indicator, so we shouldn't bother trying to draw it. Fixes #12532
-
amirh authored
-
Hans Muller authored
-
- 13 Oct, 2017 1 commit
-
-
Greg Spencer authored
This modifies the MaterialButton to expand vertically to fit the size of the contained child, no matter what the child widget is. It tries to be as close as possible to the minHeight constraint. Also updated some doc comments to have headers (extra blank line after first sentence), and to wrap at 80 cols. Addresses #12311
-
- 12 Oct, 2017 4 commits
-
-
gspencergoog authored
Fixes #12480
-
gspencergoog authored
Make material slider respect textScaleFactor Fixes #5938
-
amirh authored
* Keep Icon's subtree structure the same with and without a semanticLabel. This avoids rebuilding the subtree when a semanticLabel is set/unset. Also updated some doc comments. (This is a followup on post-merge comments for #12475)
-
gspencergoog authored
Fixes #12483
-
- 11 Oct, 2017 2 commits
-
-
Hans Muller authored
-
Michael Goderbauer authored
* Update Semantics for SingleChildScrollViews * refactor * review feedback * added assert and comments * doc
-