1. 17 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Re-implement hardware keyboard text selection. (#42879) · a7aa6616
      Greg Spencer authored
      This re-implements keyboard text selection so that it will work on platforms other than Android (e.g. macOS, Linux, etc.).
      
      Also, fixed a number of bugs in editing selection via a hardware keyboard (unable to select backwards, incorrect conversion to ASCII when cutting to clipboard, lack of support for CTRL-SHIFT-ARROW word selection, etc.).
      
      Did not address the keyboard locale issues that remain, or add platform specific switches for the bindings. All that will need some more design work before implementing them.
      
      Related Issues
      Fixes #31951
      a7aa6616
  2. 30 Sep, 2019 1 commit
  3. 24 Sep, 2019 3 commits
    • Alexandre Ardhuin's avatar
      fix some bad indentations (#41172) · b8731621
      Alexandre Ardhuin authored
      b8731621
    • Greg Spencer's avatar
      Add fake keyboard key generation to the testing framework (#40706) · 0e6cb28d
      Greg Spencer authored
      There were four or five different implementations in various tests for sendFakeKeyEvent, which roughly all did the same thing. I was going to add yet another one, and decided that it needed to be generalized and centralized. This replaces those instances with something that just takes a LogicalKeyboardKey so that it's self-documenting, and can be used with multiple platforms.
      
      This adds two functions to widget tester: sendKeyDownEvent and sendKeyUpEvent which simulate key up/down from a physical keyboard. It also adds global functions simulateKeyDownEvent and simulateKeyUpEvent that can be called without a widget tester. All are async functions protected by the async guard.
      0e6cb28d
    • Alexandre Ardhuin's avatar
  4. 19 Sep, 2019 1 commit
  5. 21 Aug, 2019 1 commit
  6. 09 Aug, 2019 2 commits
  7. 07 Aug, 2019 1 commit
  8. 01 Aug, 2019 1 commit
  9. 31 Jul, 2019 1 commit
  10. 30 Jul, 2019 1 commit
  11. 27 Jul, 2019 1 commit
  12. 26 Jul, 2019 1 commit
  13. 19 Jul, 2019 1 commit