- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- 22 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* Rename WindowPadding to ViewPadding * dart fix * typos
-
- 21 Feb, 2023 1 commit
-
-
Mouad Debbar authored
* [web] Temporarily disable a line boundary test * [web] Unify line boundary expectations on web and non-web
-
- 17 Feb, 2023 1 commit
-
-
Mouad Debbar authored
-
- 08 Feb, 2023 1 commit
-
-
Greg Price authored
* Add test for RenderProxyBoxMixin; clarify doc, resolve TODO The TODO comment suggested this mixin would no longer be needed once a Dart issue on inherited constructors was fixed: https://github.com/dart-lang/sdk/issues/31543 That issue is now long since fixed, so I went to go carry out the TODO. But in doing so, I realized that the mixin's documentation was more right than the TODO comment: even with that issue fixed, there is a legitimate use case for this mixin, namely to reuse the implementation of RenderProxyBox in a class that also inherits from some other base class. Moreover, searching GitHub I found an example of a library that makes real use of that capability. So I think the right resolution is to accept that this separation is useful and delete the TODO. Then, add a test with an extremely simplified sketch of that real-world example. In case someone in the future attempts to simplify this mixin away, the test will point us at the use case that would be broken by such a change. Also remove the only in-tree use of the mixin, which was redundant; and expand the mixin's documentation to advise about that case. * Tweak formatting Co-authored-by:
Michael Goderbauer <goderbauer@google.com> * Cut comments --------- Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- 03 Feb, 2023 1 commit
-
-
Jonah Williams authored
* [framework] use shader tiling instead of repeated calls to drawImage * ++ * ++ * review and test updates * ++ * Update decoration_image.dart * Update decoration_image.dart * ++ * ++ * ++ * ++ * ++ * Update painting.dart * Update decoration_test.dart
-
- 02 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* Make Flex,Row,Column const for real * dart fix --apply * fix snippets * fix integration test * add comment
-
- 31 Jan, 2023 1 commit
-
-
LongCatIsLooong authored
* PostFrameCallbacks -> compositionCallbacks * review * review
-
- 27 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 20 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 05 Jan, 2023 1 commit
-
-
LongCatIsLooong authored
* Avoid affinity like the plague * ignore lint * clean up * fix test * review * Move wordboundary to text painter * docs * fix tests
-
- 04 Jan, 2023 1 commit
-
-
Sam Rawlins authored
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Dec, 2022 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* Enable lint * note about discarded_futures * note about use_decorated_box * update note on require_trailing_commas
-
- 17 Dec, 2022 1 commit
-
-
Lucas.Xu authored
-
- 16 Dec, 2022 1 commit
-
-
Lucas.Xu authored
-
- 10 Dec, 2022 1 commit
-
-
Callum Moffat authored
* Floating cursor cleanup * Use TextSelection.fromPosition
-
- 17 Nov, 2022 1 commit
-
-
chunhtai authored
* Add selection feedback for both selection area and text field * Addressing comment * Fixes more test
-
- 07 Nov, 2022 1 commit
-
-
Bruno Leroux authored
* Use upper AnnotatedRegion properties when no bottom one found (and vice versa) * Update comments Co-authored-by:
Bruno Leroux <bruno.leroux@gmail.com>
-
- 04 Nov, 2022 1 commit
-
-
chunhtai authored
* Support keyboard selection in selectable region * fix some comments * addressing comments
-
- 26 Oct, 2022 1 commit
-
-
Alex Wallen authored
-
- 25 Oct, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 28 Sep, 2022 1 commit
-
-
LongCatIsLooong authored
-
- 20 Sep, 2022 2 commits
-
-
Polina Cherkasova authored
-
Kate Lovett authored
-
- 19 Sep, 2022 1 commit
-
-
fzyzcjy authored
-
- 08 Sep, 2022 1 commit
-
-
Jonah Williams authored
-
- 30 Aug, 2022 1 commit
-
-
Jason Simmons authored
-
- 29 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 22 Aug, 2022 1 commit
-
-
Kate Lovett authored
-
- 20 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 16 Aug, 2022 1 commit
-
-
fzyzcjy authored
Fix that RenderEditable (TextField) ignores offset in painting, making text selections shifted when offset is nonzero (#109287) Small fix in text layout math, unlikely to affect most normal usages.
-
- 03 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 29 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2022 1 commit
-
-
Dan Field authored
-
- 27 Jul, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 22 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-