-
Notifications
You must be signed in to change notification settings - Fork 35
WindowScreen & UIComponent: Improve key input handling #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Traben-0
wants to merge
43
commits into
master
Choose a base branch
from
feature/key-input-improvements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
8cb49bf
ElementaVersion: v12
Traben-0 7e60e5a
Dependencies: Bump UC
Traben-0 ac698e9
UIKeyboardEvents: Create new key events
Traben-0 def76ba
WindowScreen & UIComponent: implement `UScreen.InputHandler` & split …
Traben-0 0d413f7
Misc: usage suppressions
Traben-0 8b8f630
API: update
Traben-0 2060917
Review: fix deprecation text
Traben-0 92f656f
Review: convert to using `-> Boolean` functions
Traben-0 e94c8da
Review: comments
Traben-0 7e90891
Review: no longer use old listeners
Traben-0 67abf9f
Review: comment
Traben-0 5314522
Review: formatting
Traben-0 33f2fdd
Review: inline new functions into Window
Traben-0 fb410e0
Review: comment
Traben-0 9df4981
Review: rename functions
Traben-0 53c76df
Review: OVERRIDE_DEPRECATION -> Deprecation
Traben-0 78cdc62
Review: replace incorrect toChar() usage with a properly constructed …
Traben-0 cb51859
Review: call uSuperInputHandler() super methods
Traben-0 5dbf1ad
Review: fixup comments
Traben-0 daf24cb
Review: fixup function names
Traben-0 c5d856e
Review: keyCode -> key
Traben-0 6371b34
Review: revert unstable diff
Traben-0 3e478f7
API
Traben-0 299cb80
fix diff
Traben-0 df772bc
implement new listeners in AbstractTextInput
Traben-0 c9e2864
implement new listeners in MarkDownComponent
Traben-0 4ab4828
Review: drop functions in favour of directly modifying the listener l…
Traben-0 413d6ae
Review: OVERRIDE_DEPRECATION -> actual deprecation message
Traben-0 952c49d
Review: remove use of `run { }`
Traben-0 1412578
Review: uSuperInputHandler() -> super
Traben-0 1f717a0
Review: remove redundant checks
Traben-0 5f6f1a6
Review: space
Traben-0 41039e1
Review: return true
Traben-0 d749d5c
Review: call handleChar only if keycode wasn't handled
Traben-0 d6b9656
Review: missing condition
Traben-0 aa2a4d8
Review: fixup docs
Traben-0 443e7ba
Review: add isCopy, isCut, and isPaste helper functions to UIKeyEvent
Traben-0 7b7264c
API
Traben-0 304a3dd
Review: remove suppressions
Traben-0 849f494
bump UC
Traben-0 49d637e
implement UC modifier changes
Traben-0 75bda3e
suppress deprecated UKeyboard usages and note future changes to be made
Traben-0 a37641e
api changes
Traben-0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.