1. 12 Feb, 2020 1 commit
  2. 06 Feb, 2020 1 commit
  3. 30 Jan, 2020 1 commit
  4. 22 Jan, 2020 1 commit
  5. 19 Dec, 2019 1 commit
  6. 05 Dec, 2019 1 commit
  7. 28 Nov, 2019 1 commit
  8. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  9. 22 Nov, 2019 1 commit
  10. 21 Nov, 2019 1 commit
  11. 18 Nov, 2019 1 commit
    • Greg Spencer's avatar
      Add command key bindings to macOS text editing and fix selection. (#44130) · 21158d83
      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.
      21158d83
  12. 11 Nov, 2019 1 commit
  13. 09 Nov, 2019 1 commit
    • Greg Spencer's avatar
      Remove TextRange, export it from dart:ui (#44422) · dd90ff42
      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.
      dd90ff42
  14. 24 Sep, 2019 1 commit
  15. 05 Sep, 2019 1 commit
  16. 30 Aug, 2019 1 commit
  17. 29 Aug, 2019 2 commits
  18. 28 Aug, 2019 2 commits
  19. 20 Aug, 2019 1 commit
  20. 19 Jul, 2019 1 commit
  21. 07 Jun, 2019 2 commits
  22. 06 Jun, 2019 3 commits
  23. 05 Jun, 2019 1 commit
  24. 04 Jun, 2019 1 commit
    • Gary Qian's avatar
      Text inline widgets, TextSpan rework (#33794) · 86862c1e
      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
      86862c1e
  25. 25 May, 2019 1 commit
  26. 03 May, 2019 1 commit
  27. 02 May, 2019 2 commits
  28. 25 Apr, 2019 1 commit
  29. 17 Apr, 2019 1 commit
  30. 16 Apr, 2019 2 commits
  31. 10 Apr, 2019 1 commit
    • Justin McCandless's avatar
      Fix cursor outside of input width (#30525) · ed91a3be
      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
      ed91a3be
  32. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  33. 21 Feb, 2019 1 commit