- 04 May, 2022 1 commit
-
-
Callum Moffat authored
* Fix position of CupertinoContextMenu within Transform.scale (#97896) * Fix after rebase
-
- 02 May, 2022 2 commits
-
-
Darren Austin authored
This reverts commit 6ddb99e9.
-
Callum Moffat authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Apr, 2022 1 commit
-
-
Greg Spencer authored
This updates the examples for PhysicalKeyboardKey and LogicalKeyboardKey to use Focus widgets that handle the keys instead of using RawKeyboardListener, since that usually leads people down the wrong path. Updated the See Also and added tests as well. Also exposed the `physicalKey` attribute for `tester.sendKeyEvent`.
-
- 30 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 29 Jul, 2021 1 commit
-
-
Tong Mu authored
-
- 28 Jul, 2021 1 commit
-
- 26 Jul, 2021 1 commit
-
-
Tong Mu authored
-
- 29 Jun, 2021 1 commit
-
-
Janice Collins authored
-
- 19 May, 2021 1 commit
-
-
Tong Mu authored
-
- 12 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 02 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 15 Apr, 2021 1 commit
-
-
Tong Mu authored
This PR introduced a new class, ShortcutActivator, and refactored the the definition and lookup system of shortcuts, in order to solve a few issues of the previous algorithm.
-
- 01 Apr, 2021 1 commit
-
-
Chris Bracken authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 02 Nov, 2020 1 commit
-
-
Greg Spencer authored
-
- 19 Oct, 2020 1 commit
-
-
Greg Spencer authored
- - When I added notification of key events before processing them as text, it made it so that shortcut key bindings like the spacebar would prevent spaces from being inserted into text fields, which is obviously not desirable (and so that change was reverted). At the same time, we do want to make it possible to override key events so that they can do things like intercept a tab key or arrow keys that change the focus. This PR changes the behavior of the Shortcuts widget so that if it has a shortcut defined, but no action is bound to the intent, then instead of responding that the key is "handled", it responds as if nothing handled it. This allows the engine to continue to process the key as text entry. This PR includes: - Modification of the callback type for key handlers to return a KeyEventResult instead of a bool, so that we can return more information (i.e. the extra state of "stop propagation"). - Modification of the ActionDispatcher.invokeAction contract to require that Action.isEnabled return true before calling it. It will now assert if the action isn't enabled when invokeAction is called. This is to allow optimization of the number of calls to isEnabled, since the shortcuts widget now wants to know if the action was enabled before deciding to either handle the key or to return ignored. - Modification to ShortcutManager.handleKeypress to return KeyEventResult.ignored for keys which don't have an enabled action associated with them. - Adds an attribute to DoNothingAction that allows it to mark a key as not handled, even though it does have an action associated with it. This will allow disabling of a shortcut for a subtree.
-
- 08 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 30 Sep, 2020 1 commit
-
-
Mehmet Fidanboylu authored
-
- 16 Sep, 2020 2 commits
-
-
Michael R Fairhurst authored
-
Tong Mu authored
Expose GestureBinding.handlePointerEvent, replacing dispatchEvent as the preferred way to dispatch events (#64846)
-
- 27 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 17 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 15 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 13 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 12 Aug, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 11 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 04 Aug, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 29 Jul, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
-
- 28 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-