index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
input
/
input_map.cpp
Age
Commit message (
Expand
)
Author
2022-10-31
Shortcut and Bind to Remove Secondary Carets
Alfred Reinold Baudisch
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-21
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-03-02
Remove `TTRC()` with empty string
Haoyu Qiu
2022-01-24
Fix action exact match
Nathan Franke
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-09-28
Replace auto completion shortcut for mac
fabriceci
2021-09-21
Improve implementation of builtin action overrides
Eric M
2021-09-15
InputMap: Fixup `macos` feature tag overrides after #52291
Rémi Verschelde
2021-09-15
Rename `osx` to `macos` in input map feature tag handling
Hugo Locurcio
2021-09-13
Merge pull request #50375 from Paulb23/code_edit_unit_tests
Rémi Verschelde
2021-09-01
Fix InputMap and display server not nulling singleton on free
Paulb23
2021-08-31
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-16
Adding InputMap action error suggestion for Input singleton
jmb462
2021-08-16
Fix input methods returning zero strength when pressed status not requested
Mai Lavelle
2021-08-07
Fix action_get_events returning booleans instead of InputKey entries
Julien Nguyen
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-02
Add `get_dead_zone()` method to `InputMap`
Nick H
2021-06-20
Merge pull request #48696 from madmiraal/fix-48692
Rémi Verschelde
2021-06-16
Documentation search fixes
Gregory Basile
2021-06-15
Added Input_Map entry for backspacing using Shift+Backspace
SpaghettiCoder01
2021-06-01
Move and expose AutoComplete in CodeEdit
Paulb23
2021-05-22
Add a keyboard shortcut to select the word under cursor in TextEdit
Hugo Locurcio
2021-05-20
Fix typos with codespell
Rémi Verschelde
2021-05-19
Fix InputMap.action_erase_event() failing to erase events correctly.
Marcel Admiraal
2021-05-03
Add Enter as alternate key to complete code
kobewi
2021-04-18
Print suggestions when requesting a nonexistent InputMap action
Hugo Locurcio
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-24
Fixed 'nonexistent action' errors spammed at startup on OSX
Eric M
2021-02-22
Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+Y
Rémi Verschelde
2021-02-18
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-18
Added ability to override built-in actions for the editor
Eric M
2021-02-15
Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-15
Allow checking for exact matches with Action events.
EricEzaM
2020-11-19
Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globals
Rémi Verschelde
2020-11-19
load_from_globals() -> load_from_project_settings()
Eric M
2020-11-16
Merge pull request #42976 from aaronfranke/input-get-axis
Rémi Verschelde
2020-11-12
Release pressed action if event is removed
Tomasz Chabora
[next]