- 08 Jul, 2020 2 commits
-
-
Kate Lovett authored
-
zljj0818 authored
-
- 07 Jul, 2020 1 commit
-
-
Tong Mu authored
-
- 05 Jul, 2020 1 commit
-
-
Maurice Parrish authored
Have AndroidViewController extend PlatformViewController and add support for hybrid platform views (#60320)
-
- 26 Jun, 2020 1 commit
-
-
Dan Field authored
-
- 24 Jun, 2020 1 commit
-
-
chunhtai authored
-
- 23 Jun, 2020 3 commits
-
-
Justin McCandless authored
Use Dart's characters package to fix user-facing grapheme cluster bugs.
-
chunhtai authored
-
chunhtai authored
-
- 22 Jun, 2020 1 commit
-
- 18 Jun, 2020 1 commit
-
-
chunhtai authored
-
- 17 Jun, 2020 2 commits
-
- 16 Jun, 2020 2 commits
-
-
Justin McCandless authored
-
Michael Goderbauer authored
* Word substitutions * ++
-
- 12 Jun, 2020 2 commits
-
-
Todd Volkert authored
-
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
-
- 03 Jun, 2020 2 commits
-
-
Dan Field authored
-
MH Johnson authored
-
- 02 Jun, 2020 1 commit
-
-
Ian Hickson 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)
-
- 27 May, 2020 1 commit
-
-
Tim Sneath authored
-
- 18 May, 2020 2 commits
-
-
Michel Feinstein authored
-
Alexandre Ardhuin authored
-
- 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
- 05 May, 2020 1 commit
-
-
Andre authored
-
- 25 Apr, 2020 1 commit
-
-
Justin McCandless authored
-
- 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
-