Thaddeus Crews
|
ecc2eb73fc
Merge pull request #97707 from Sauermann/fix-input-device-clash
|
10 months ago |
Markus Sauermann
|
916d480686
Fix InputEvent device id clash
|
10 months ago |
Roman Morozov
|
d532eecc81
Changed the default deadzone value for new actions from 0.5 to 0.2
|
11 months ago |
bruvzg
|
b776f55bcb
Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is entered.
|
11 months ago |
Mikael Hermansson
|
085f0cc50a
Add Home/End to text caret movements on macOS
|
1 year ago |
kobewi
|
17d3f26e5d
Add event_index to InputEventAction
|
1 year ago |
Christophe Andral
|
c988bec4b3
Add 'Skip to next (text) occurrence' feature to text editor
|
1 year ago |
Micky
|
70b428041b
Add autocompletion for InputMap's methods
|
1 year ago |
Wilson E. Alvarez
|
a3cb1b096f
Add const references detected by clang-tidy
|
1 year ago |
kobewi
|
d9d0cfaf38
Rework input actions to be reliable
|
1 year ago |
Luc-Frédéric Langis
|
166ca77f20
feat(gamepad): improve gamepad behavior with slider and popup_menu
|
2 years ago |
bruvzg
|
b3c64675cc
[macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid conflicts with special character input.
|
2 years ago |
Haoyu Qiu
|
84aee17901
Improvements and fixes based on Weblate comments
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Alfred Reinold Baudisch
|
a862583d05
Unified shortcut to clear carets and selections
|
2 years ago |
Alfred Reinold Baudisch
|
fcff978763
Shortcut and Bind to Remove Secondary Carets
|
2 years ago |
Rémi Verschelde
|
5947f22be9
Merge pull request #67578 from KoBeWi/GEDITOR
|
2 years ago |
Rémi Verschelde
|
273410ba5a
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
|
2 years ago |
Alfred Reinold Baudisch
|
7d15ecc3af
Add Selection and Caret for Next Occurrence of Selection
|
2 years ago |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
PucklaMotzer09
|
e5354cacd0
Add Caret Insert Below and Above shortcuts to TextEdit
|
2 years ago |
bruvzg
|
6f4d233062
Fix key mapping changes when moving from macOS to other platform
|
3 years ago |
kobewi
|
1abdffe7a0
Replace Array return types with TypedArray 2
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
Haoyu Qiu
|
d1ca29cd8c
Remove `TTRC()` with empty string
|
3 years ago |
Nathan Franke
|
dc1c4cfbfa
Fix action exact match
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |