summaryrefslogtreecommitdiff
path: root/core/input/input_map.cpp
AgeCommit message (Expand)Author
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-03-02Remove `TTRC()` with empty stringHaoyu Qiu
2022-01-24Fix action exact matchNathan Franke
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-09-28Replace auto completion shortcut for macfabriceci
2021-09-21Improve implementation of builtin action overridesEric M
2021-09-15InputMap: Fixup `macos` feature tag overrides after #52291Rémi Verschelde
2021-09-15Rename `osx` to `macos` in input map feature tag handlingHugo Locurcio
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-01Fix InputMap and display server not nulling singleton on freePaulb23
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-16Adding InputMap action error suggestion for Input singletonjmb462
2021-08-16Fix input methods returning zero strength when pressed status not requestedMai Lavelle
2021-08-07Fix action_get_events returning booleans instead of InputKey entriesJulien Nguyen
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-02Add `get_dead_zone()` method to `InputMap`Nick H
2021-06-20Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde
2021-06-16Documentation search fixesGregory Basile
2021-06-15Added Input_Map entry for backspacing using Shift+BackspaceSpaghettiCoder01
2021-06-01Move and expose AutoComplete in CodeEditPaulb23
2021-05-22Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-19Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal
2021-05-03Add Enter as alternate key to complete codekobewi
2021-04-18Print suggestions when requesting a nonexistent InputMap actionHugo Locurcio
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-24Fixed 'nonexistent action' errors spammed at startup on OSXEric M
2021-02-22Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+YRémi Verschelde
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-18Added ability to override built-in actions for the editorEric M
2021-02-15Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-15Allow checking for exact matches with Action events.EricEzaM
2020-11-19Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde
2020-11-19load_from_globals() -> load_from_project_settings()Eric M
2020-11-16Merge pull request #42976 from aaronfranke/input-get-axisRémi Verschelde
2020-11-12Release pressed action if event is removedTomasz Chabora
2020-11-11Allow getting Input axis/vector values by specifying multiple actionsAaron Franke
2020-11-11Add raw strength value for internal useAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-29Removed unnecessary keyword, fix comment styleCraig-Stoneham
2020-09-23Check for null in InputMap::_find_eventTomasz Chabora
2020-06-15Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard