1. 25 Nov, 2019 1 commit
  2. 22 Nov, 2019 1 commit
  3. 21 Nov, 2019 1 commit
  4. 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
  5. 16 Nov, 2019 1 commit
  6. 11 Nov, 2019 1 commit
  7. 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
  8. 28 Oct, 2019 1 commit
  9. 26 Oct, 2019 1 commit
  10. 16 Oct, 2019 1 commit
  11. 15 Oct, 2019 2 commits
  12. 11 Oct, 2019 1 commit
  13. 10 Oct, 2019 1 commit
  14. 08 Oct, 2019 1 commit
  15. 04 Oct, 2019 1 commit
  16. 02 Oct, 2019 1 commit
  17. 24 Sep, 2019 3 commits
  18. 20 Sep, 2019 1 commit
  19. 19 Sep, 2019 1 commit
  20. 17 Sep, 2019 2 commits
  21. 16 Sep, 2019 1 commit
  22. 05 Sep, 2019 2 commits
    • Ian Hickson's avatar
      Docs (#39198) · a415c76b
      Ian Hickson authored
      * Minor improvements to framework documentation.
      
      * maybePop documentation fix
      
      * Mark some flutter_test arguments required.
      
      Without these set, we get a crash.
      
      * Minor correction to ListView docs
      a415c76b
    • Justin McCandless's avatar
      Null TextWidthBasis docs (#39761) · 64424a6a
      Justin McCandless authored
      Docs improvement after seeing "null" showing up for TextWidthBasis.
      64424a6a
  23. 30 Aug, 2019 1 commit
  24. 29 Aug, 2019 2 commits
  25. 28 Aug, 2019 2 commits
  26. 20 Aug, 2019 1 commit
  27. 15 Aug, 2019 1 commit
  28. 09 Aug, 2019 1 commit
  29. 31 Jul, 2019 1 commit
  30. 27 Jul, 2019 1 commit
  31. 26 Jul, 2019 1 commit
  32. 25 Jul, 2019 1 commit
  33. 24 Jul, 2019 1 commit