- 01 Dec, 2021 1 commit
-
-
Greg Spencer authored
-
- 11 Nov, 2021 1 commit
-
-
smitsk authored
-
- 08 Nov, 2021 1 commit
-
-
Tomasz Gucio authored
-
- 03 Nov, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 11 Sep, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 07 Sep, 2021 1 commit
-
-
Justin McCandless authored
Simplifying and refactoring parts of RenderEditable. Functionality is the same.
-
- 26 Jul, 2021 1 commit
-
-
Harry Terkelsen authored
-
- 02 Jun, 2021 1 commit
-
-
omchiii authored
-
- 14 Apr, 2021 1 commit
-
-
Pedro Massango authored
-
- 31 Mar, 2021 2 commits
-
-
LongCatIsLooong authored
-
Alexandre Ardhuin authored
-
- 23 Sep, 2020 1 commit
-
-
Gary Qian authored
-
- 09 Sep, 2020 1 commit
-
-
Anatoly Pulyaevskiy authored
-
- 28 Aug, 2020 1 commit
-
-
Paul Berry authored
-
- 27 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 21 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 20 Aug, 2020 1 commit
-
-
Paul Berry authored
-
- 14 Aug, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate painting to nullsafety * address review comments
-
- 04 Aug, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 28 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 24 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 23 Jun, 2020 2 commits
-
-
Justin McCandless authored
Use Dart's characters package to fix user-facing grapheme cluster bugs.
-
Justin McCandless authored
-
- 17 Jun, 2020 1 commit
-
- 16 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 17 Apr, 2020 1 commit
-
-
Justin McCandless authored
Fixes an alignment bug seen when using both TextWidthBasis.longestLine and TextAlign.right.
-
- 11 Mar, 2020 1 commit
-
-
Gary Qian authored
-
- 28 Feb, 2020 1 commit
-
-
Jason Simmons authored
Use strut box heights to calculate selection rectangles in order to ensure that they remain within visible bounds (#50354)
-
- 12 Feb, 2020 1 commit
-
-
Gary Qian authored
-
- 06 Feb, 2020 1 commit
-
-
Gary Qian authored
-
- 30 Jan, 2020 1 commit
-
-
Gary Qian authored
-
- 22 Jan, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 19 Dec, 2019 1 commit
-
-
Gary Qian authored
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Nov, 2019 1 commit
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 22 Nov, 2019 1 commit
-
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
- 21 Nov, 2019 1 commit
-
-
Gary Qian authored
-
- 18 Nov, 2019 1 commit
-
-
Greg Spencer authored
This adds support for the command key for text selection/editing on macOS. I had ported the text editing code (in #42879), but forgot to add support for the command key itself. This also adds a test that tests the text editing on multiple platforms instead of just testing Android. There appears to still be a bug (filed #44135) where we're losing key events sometimes on macOS, leaving some keys "stuck" on, but this PR at least allows the right key combinations to be used.
-