- 04 Aug, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 29 Jul, 2020 1 commit
-
-
Tong Mu authored
-
- 20 Jul, 2020 1 commit
-
- 16 Jul, 2020 1 commit
-
-
chunhtai authored
-
- 15 Jul, 2020 1 commit
-
-
- 13 Jul, 2020 1 commit
-
-
Tong Mu authored
-
- 09 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 08 Jul, 2020 1 commit
-
-
Jason Simmons authored
-
- 23 Jun, 2020 1 commit
-
-
Justin McCandless authored
Use Dart's characters package to fix user-facing grapheme cluster bugs.
-
- 22 Jun, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 59956617.
-
- 19 Jun, 2020 1 commit
-
-
Ferhat authored
-
- 17 Jun, 2020 2 commits
-
- 16 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 12 Jun, 2020 1 commit
-
-
Kate Lovett authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 09 Jun, 2020 1 commit
-
-
Jason Simmons authored
-
- 31 May, 2020 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit cd593dae.
-
- 29 May, 2020 1 commit
-
-
liyuqian authored
* Add clipBehavior to RenderFlex * Add clipBehavior to FittedBox * Add clipBehavior to Flex and FittedBox * Add clipBehavior to UnconstrainedBox * Add clipBehavior to Stack and Wrap * Add clipBehavior to TextEditable * Add clipBehavior to ListWheelScrollView * Add clipBehavior to SingleChildScrollView * Add clipBehavior to RenderViewportBase's widgets Those widgets are NestedScrollView and ShrinkWrappingViewport. * Fix tests * Remove enum Overflow and fix typo * Remove clipToSize * Analyze fix * Remove Mixin and other small fixes * Fix tests and respect Stack's default clipBehavior * Add Overflow back to make it non-breaking * Restore clipBehavior to make it non-breaking * Small fixes * Fix rebase
-
- 28 May, 2020 1 commit
-
-
Hansol Lee authored
Error message when size has not been set in RenderBox's performLayout should be well versed (#58151)
-
- 14 May, 2020 2 commits
-
-
Tong Mu authored
* Uses a special cursor value MouseCursor.defer to mark deferring. MouseTrackerAnnotation.cursor is now non-null. The mouseCursor argument of widgets or render objects can be null, which indicates using the default value. * Moves SystemMouseCursors.uncontrolled to MouseCursor.uncontrolled. * Changes how MouseCursor.debugDescription is defined. Previously MouseCursor.toString returns $runtimeType($debugDescription), while now it returns $debugDescription. Implementations of classes are updated, except for the ones of MouseCursor.defer and MouseCursor.uncontrolled are simply "defer" and "uncontrolled".
-
LongCatIsLooong authored
-
- 11 May, 2020 1 commit
-
-
Tong Mu authored
Adds the basic framework for the mouse cursor system. * Adds MouseRegion.cursor * Adds SystemMouseCursors * Adds mouseCursor to some widgets
-
- 08 May, 2020 1 commit
-
-
Ian Hickson authored
-
- 06 May, 2020 2 commits
- 22 Apr, 2020 1 commit
-
-
stuartmorgan authored
The arrow key and delete handling in RenderEditable was using single index values, which made it possible to move the cursor into the middle of a surrogate pair (allowing things like adding text at that insertion point), or to delete half of a surrogate pair. Since unpaired surrogate pairs aren't valid UTF-16, doing so would cause assertions in the text field. This makes the arrow key and delete key handling surrogate-aware (although not grapheme-cluster-aware, which is a larger fix that is out of scope here). Part of #55014
-
- 20 Apr, 2020 1 commit
-
-
chunhtai authored
* disable hit testing if the CompositedTransformFollower is hidden when there is no leader layer * update comment
-
- 16 Apr, 2020 1 commit
-
-
chunhtai authored
-
- 08 Apr, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 07 Apr, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 01 Apr, 2020 1 commit
-
-
cjng96 authored
-
- 25 Mar, 2020 1 commit
-
-
chunhtai authored
-
- 20 Mar, 2020 2 commits
-
-
Tong Mu authored
* Move mouse_tracking to rendering * Move test
-
- 19 Mar, 2020 1 commit
-
-
chunhtai authored
-
- 18 Mar, 2020 1 commit
-
-
Yegor authored
* Fix web test flakiness; enable web golden tests The fix is three-part: - Only allow one test to load _and_ test at any point in time. - Use a fresh Chrome instance for each test file. - Increase Cirrus resources. The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests. Other minor changes: - Remove test batching (it's no longer necessary) - Fix the Chrome class, which was using the wrong Completer.
-
- 02 Mar, 2020 1 commit
-
-
LongCatIsLooong authored
-