1. 24 Jun, 2020 1 commit
  2. 23 Jun, 2020 2 commits
  3. 17 Jun, 2020 1 commit
  4. 16 Jun, 2020 1 commit
  5. 11 Jun, 2020 1 commit
  6. 17 Apr, 2020 1 commit
  7. 11 Mar, 2020 1 commit
  8. 28 Feb, 2020 1 commit
  9. 12 Feb, 2020 1 commit
  10. 06 Feb, 2020 1 commit
  11. 30 Jan, 2020 1 commit
  12. 22 Jan, 2020 1 commit
  13. 19 Dec, 2019 1 commit
  14. 05 Dec, 2019 1 commit
  15. 28 Nov, 2019 1 commit
  16. 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
  17. 22 Nov, 2019 1 commit
  18. 21 Nov, 2019 1 commit
  19. 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
  20. 11 Nov, 2019 1 commit
  21. 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
  22. 24 Sep, 2019 1 commit
  23. 05 Sep, 2019 1 commit
  24. 30 Aug, 2019 1 commit
  25. 29 Aug, 2019 2 commits
  26. 28 Aug, 2019 2 commits
  27. 20 Aug, 2019 1 commit
  28. 19 Jul, 2019 1 commit
  29. 07 Jun, 2019 2 commits
  30. 06 Jun, 2019 3 commits
  31. 05 Jun, 2019 1 commit
  32. 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
  33. 25 May, 2019 1 commit
  34. 03 May, 2019 1 commit