- 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.
-
- 11 Nov, 2019 1 commit
-
-
Greg Spencer authored
Convert the call to getWordBoundary to use a TextPosition, in preparation for landing flutter/engine#13727, which switches the desired API to the final desired API.
-
- 09 Nov, 2019 1 commit
-
-
Greg Spencer authored
This removes TextRange from the framework and moves it to the engine, in preparation for using it to return text ranges from the text extent APIs, and updates the APIs that use Paragraph.getWordBoundary (there was only one) to expect a TextRange or a pair of ints temporarily until the engine side returns TextRanges, so that I can convert over without breaking the builds.
-
- 24 Sep, 2019 1 commit
-
-
chunhtai authored
* Implement system fonts system channel listener
-
- 05 Sep, 2019 1 commit
-
-
Justin McCandless authored
Docs improvement after seeing "null" showing up for TextWidthBasis.
-
- 30 Aug, 2019 1 commit
-
-
Gary Qian authored
-
- 29 Aug, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit d67f47b2.
-
Gary Qian authored
-
- 28 Aug, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit ddd31bce.
-
Ian Hickson authored
-
- 20 Aug, 2019 1 commit
-
-
Gary Qian authored
-
- 19 Jul, 2019 1 commit
-
-
chunhtai authored
-
- 07 Jun, 2019 2 commits
-
-
Gary Qian authored
Reland "Text inline widgets, TextSpan rework (#30069)" with improved backwards compatibility (#34051)
-
- 06 Jun, 2019 3 commits
- 05 Jun, 2019 1 commit
-
- 04 Jun, 2019 1 commit
-
-
Gary Qian authored
* Merge in changes for inline widgets * Make analyzer happy, fix tests * Fix analyzer * Add missing doc * Docs on RichText * Fix analyzer some more * Remove whitespace at end of line * Update goldens * Text fixes * Analyzer
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 03 May, 2019 1 commit
-
-
Justin McCandless authored
Add `textWidthBasis` param to Text to allow calculating width according to longest line.
-
- 02 May, 2019 2 commits
-
-
Justin McCandless authored
This reverts commit 323108ff due to weird engine dependency bug
-
Justin McCandless authored
Add `textWidthBasis` param to Text to allow calculating width according to longest line.
-
- 25 Apr, 2019 1 commit
-
-
Justin McCandless authored
Fix a bug where text selection handles were invisible in iOS
-
- 17 Apr, 2019 1 commit
-
-
Gary Qian authored
Will cause golden and Scuba changes. Caret will become taller and shift upwards by 2 pixels.
-
- 16 Apr, 2019 2 commits
-
-
Gary Qian authored
- 10 Apr, 2019 1 commit
-
-
Justin McCandless authored
* Disallow cursor from appearing beyond the width of the input. * Test that verifies the cursor can't exceed the width of the input * Use constant from editable.dart to explain 1 pixel difference in test * Fix failing test that tested the case of overflowing spaces
-
- 28 Feb, 2019 1 commit
-
-
Greg Spencer authored
Fix the spelling errors in the dartdocs for the framework. There are no functionality changes here, just documentation fixes.
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-