index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
input
/
input_map.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Add Home/End to text caret movements on macOS
Mikael Hermansson
2024-07-08
1
-0
/
+4
*
Add event_index to InputEventAction
kobewi
2024-05-30
1
-0
/
+7
*
Add 'Skip to next (text) occurrence' feature to text editor
Christophe Andral
2024-03-25
1
-0
/
+5
*
Add autocompletion for InputMap's methods
Micky
2024-03-01
1
-0
/
+29
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
*
Rework input actions to be reliable
kobewi
2023-11-10
1
-3
/
+15
*
feat(gamepad): improve gamepad behavior with slider and popup_menu
Luc-Frédéric Langis
2023-06-05
1
-0
/
+4
*
[macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...
bruvzg
2023-02-20
1
-0
/
+4
*
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unified shortcut to clear carets and selections
Alfred Reinold Baudisch
2022-11-02
1
-2
/
+2
*
Shortcut and Bind to Remove Secondary Carets
Alfred Reinold Baudisch
2022-10-31
1
-0
/
+5
*
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
|
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-31
1
-0
/
+22
|
\
\
|
*
|
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-18
1
-0
/
+22
|
|
/
*
/
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-21
1
-1
/
+6
|
/
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-31
/
+31
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-4
/
+5
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Add a new HashMap implementation
reduz
2022-05-12
1
-20
/
+20
*
Remove `TTRC()` with empty string
Haoyu Qiu
2022-03-02
1
-1
/
+1
*
Fix action exact match
Nathan Franke
2022-01-24
1
-28
/
+14
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-86
/
+86
*
Replace auto completion shortcut for mac
fabriceci
2021-09-28
1
-1
/
+1
*
Improve implementation of builtin action overrides
Eric M
2021-09-21
1
-15
/
+39
*
InputMap: Fixup `macos` feature tag overrides after #52291
Rémi Verschelde
2021-09-15
1
-5
/
+5
*
Rename `osx` to `macos` in input map feature tag handling
Hugo Locurcio
2021-09-15
1
-26
/
+26
*
Merge pull request #50375 from Paulb23/code_edit_unit_tests
Rémi Verschelde
2021-09-13
1
-0
/
+4
|
\
|
*
Fix InputMap and display server not nulling singleton on free
Paulb23
2021-09-01
1
-0
/
+4
*
|
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-31
/
+31
|
/
*
Adding InputMap action error suggestion for Input singleton
jmb462
2021-08-16
1
-9
/
+9
*
Fix input methods returning zero strength when pressed status not requested
Mai Lavelle
2021-08-16
1
-2
/
+3
*
Fix action_get_events returning booleans instead of InputKey entries
Julien Nguyen
2021-08-07
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-14
/
+10
*
Add `get_dead_zone()` method to `InputMap`
Nick H
2021-07-02
1
-0
/
+1
*
Merge pull request #48696 from madmiraal/fix-48692
Rémi Verschelde
2021-06-20
1
-4
/
+1
|
\
|
*
Fix InputMap.action_erase_event() failing to erase events correctly.
Marcel Admiraal
2021-05-19
1
-4
/
+1
*
|
Documentation search fixes
Gregory Basile
2021-06-16
1
-1
/
+7
*
|
Added Input_Map entry for backspacing using Shift+Backspace
SpaghettiCoder01
2021-06-15
1
-0
/
+1
*
|
Move and expose AutoComplete in CodeEdit
Paulb23
2021-06-01
1
-1
/
+5
*
|
Add a keyboard shortcut to select the word under cursor in TextEdit
Hugo Locurcio
2021-05-22
1
-0
/
+5
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
|
/
*
Add Enter as alternate key to complete code
kobewi
2021-05-03
1
-0
/
+1
*
Print suggestions when requesting a nonexistent InputMap action
Hugo Locurcio
2021-04-18
1
-9
/
+38
[next]