- 03 Aug, 2022 1 commit
-
-
Matej Knopp authored
-
- 27 May, 2022 1 commit
-
-
Justin McCandless authored
Implements ctrl-T to transpose characters on Mac and iOS
-
- 18 May, 2022 1 commit
-
-
Justin McCandless authored
-
- 17 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 May, 2022 1 commit
-
-
chunhtai authored
-
- 05 May, 2022 1 commit
-
-
chunhtai authored
-
- 28 Apr, 2022 1 commit
-
-
apeltop authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 22 Feb, 2022 1 commit
-
-
Justin McCandless authored
Fixes a bug especially with text fields in a ListTile where space and enter didn't work.
-
- 11 Feb, 2022 1 commit
-
-
Justin McCandless authored
-
- 08 Feb, 2022 1 commit
-
-
Justin McCandless authored
-
- 13 Jan, 2022 1 commit
-
-
Justin McCandless authored
-
- 22 Dec, 2021 1 commit
-
-
Sam Rawlins authored
-
- 14 Dec, 2021 1 commit
-
-
Tong Mu authored
-
- 23 Nov, 2021 1 commit
-
-
Justin McCandless authored
Support for Windows home/end keyboard shortcuts
-
- 03 Nov, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 27 Oct, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit a24d5566.
-
Justin McCandless authored
-
- 27 Aug, 2021 1 commit
-
-
Justin McCandless authored
Keyboard shortcuts near wordwrapped lines could be buggy before this fix.
-
- 12 Aug, 2021 1 commit
-
-
Justin McCandless authored
Support for more desktop keyboard keys/shortcuts.
-
- 01 Jul, 2021 1 commit
-
-
YeungKC authored
No more RawKeyboard listeners in RenderEditable, use Shortcuts instead.
-
- 28 Jun, 2021 2 commits
-
-
Justin McCandless authored
-
Justin McCandless authored
Control + A to select all text is now overridable.
-
- 26 Apr, 2021 1 commit
-
-
Tong Mu authored
Applies #78522 to existing code, by replacing all occurrences of LogicalKeySet to SingleActivator or ShortcutActivator.
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 07 Apr, 2021 3 commits
-
-
Ricardo Canastro authored
Adds support for overridable delete/backspace keyboard shortcuts
-
Jenn Magder authored
This reverts commit 0ba2f6a8.
-
Ricardo Canastro authored
Support for keyboard backspace/delete shortcuts
-
- 02 Apr, 2021 3 commits
-
-
Justin McCandless authored
Just a docs typo fix.
-
Greg Spencer authored
This reverts commit 75453e6a because it breaks flutter/test/rendering/editable_test.dart Landing on red to fix the build.
-
Ricardo Canastro authored
-
- 22 Mar, 2021 1 commit
-
-
Justin McCandless authored
-
- 12 Mar, 2021 1 commit
-
-
Greg Spencer authored
Landing this on red to fix the build. TBR=@justinmc
-
- 11 Mar, 2021 1 commit
-
-
Justin McCandless authored
Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup. First PR in a plan to port all text editing keyboard handling to shortcuts.
-