summaryrefslogtreecommitdiffstats
path: root/core/input/input_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move and expose AutoComplete in CodeEditPaulb232021-06-011-1/+5
* Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio2021-05-221-0/+5
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Add Enter as alternate key to complete codekobewi2021-05-031-0/+1
* Print suggestions when requesting a nonexistent InputMap actionHugo Locurcio2021-04-181-9/+38
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-0/+1
* Fixed 'nonexistent action' errors spammed at startup on OSXEric M2021-02-241-1/+1
* Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+YRémi Verschelde2021-02-221-1/+1
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-0/+4
* Added ability to override built-in actions for the editorEric M2021-02-181-84/+440
* Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...Rémi Verschelde2021-02-151-10/+12
|\
| * Allow checking for exact matches with Action events.EricEzaM2020-12-151-10/+12
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
|/
* Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde2020-11-191-2/+2
|\
| * load_from_globals() -> load_from_project_settings()Eric M2020-11-191-2/+2
* | Merge pull request #42976 from aaronfranke/input-get-axisRémi Verschelde2020-11-161-4/+14
|\ \
| * | Allow getting Input axis/vector values by specifying multiple actionsAaron Franke2020-11-111-0/+6
| * | Add raw strength value for internal useAaron Franke2020-11-111-4/+8
| |/
* / Release pressed action if event is removedTomasz Chabora2020-11-121-0/+4
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Removed unnecessary keyword, fix comment styleCraig-Stoneham2020-09-291-1/+1
* Check for null in InputMap::_find_eventTomasz Chabora2020-09-231-0/+2
* Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard2020-06-151-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+20
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-20/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+338