- 16 Aug, 2019 3 commits
-
-
Yegor authored
Teach Layer and its implementations, RenderObject and its implementations, and PaintingContext to reuse engine layers. The idea is that a concrete RenderObject creates a Layer and holds on to it as long as it needs it (i.e. when it is composited, and the layer type does not change). In return, each Layer object holds on to an EngineLayer and reports it to the engine via addRetained and oldLayer. This allows the Web engine to reuse DOM elements across frames. Without it, each frame drops all previously rendered HTML and regenerates it from scratch.
-
brandondiamond authored
-
Tom Robinson authored
getTransformTo now includes ancestor in the transform it returns, except for if ancestor is the root view, ensuring that the transform remains in logical pixel space.
-
- 07 Aug, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 11 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 09 Jul, 2019 2 commits
-
-
chunhtai authored
Rendering errors with root causes in the widget layer should have a reference to the widget (#32511)
-
Michael Goderbauer authored
-
- 03 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 28 Jun, 2019 1 commit
-
-
Dan Field authored
Default `semanticsEnabled` to true for `testWidgets` and fix associated bugs
-
- 27 Jun, 2019 1 commit
-
-
Yegor authored
-
- 20 Jun, 2019 1 commit
-
-
Jacob Richman authored
Breaking change to extremely rarely used ParentDataWidget.debugDescribeInvalidAncestorChain api changing the return type of the method from String to DiagnosticsNode.
-
- 19 Jun, 2019 1 commit
-
-
Justin McCandless authored
Adds the `textAlignVertical` param to TextField and InputDecorator, allowing arbitrary vertical positioning of text in its input.
-
- 04 Jun, 2019 2 commits
-
-
-
Todd Volkert authored
This reverts commit 90500a5d.
-
- 03 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Updates documentation and non-public API to use American spellings for consistency with the rest of the codebase. No changes to behaviour... other than how it's spelt.
-
- 14 May, 2019 1 commit
-
-
Greg Spencer authored
Added diagnostic output for needsCompositing to RenderObject diagnostics output.
-
- 01 May, 2019 1 commit
-
-
Jacob Richman authored
Make FlutterError objects more structured so they can be displayed better in debugging tools such as Dart DevTools.
-
- 10 Apr, 2019 1 commit
-
-
Sam Rawlins authored
-
- 11 Mar, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 06 Mar, 2019 1 commit
-
-
Phil Quitslund authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Jan, 2019 3 commits
-
-
Alexandre Ardhuin authored
-
Konstantin Scheglov authored
-
Michael Goderbauer authored
-
- 16 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 21 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
This reverts commit ea7d086e. The revert did not fix the flakiness.
-
- 14 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
This reverts commit 5c1f1d76. Reverting to see if that fixes flakiness of flutter_gallery__transition_perf_with_semantics in devicelab.
-
- 13 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 10 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
Fixes #20313.
-
- 08 Nov, 2018 1 commit
-
-
Greg Spencer authored
This converts existing ## Sample code samples to {@tool sample}...{@end-tool} form. Also: 1. Fixed a minor bug in analyze-sample-code.dart 2. Made the snippet tool only insert descriptions if the description is non-empty. 3. Moved the Card diagram to before the code sample.
-
- 03 Nov, 2018 1 commit
-
-
Yegor authored
-
- 31 Oct, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 29 Oct, 2018 1 commit
-
-
Jacob Richman authored
-
- 25 Oct, 2018 1 commit
-
-
liyuqian authored
For #21756
-
- 17 Oct, 2018 1 commit
-