summaryrefslogtreecommitdiffstats
path: root/core/input/input_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace auto completion shortcut for macfabriceci2021-09-281-1/+1
* Improve implementation of builtin action overridesEric M2021-09-211-15/+39
* InputMap: Fixup `macos` feature tag overrides after #52291Rémi Verschelde2021-09-151-5/+5
* Rename `osx` to `macos` in input map feature tag handlingHugo Locurcio2021-09-151-26/+26
* Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde2021-09-131-0/+4
|\
| * Fix InputMap and display server not nulling singleton on freePaulb232021-09-011-0/+4
* | Make platform feature tag names lowercaseHugo Locurcio2021-08-311-31/+31
|/
* Adding InputMap action error suggestion for Input singletonjmb4622021-08-161-9/+9
* Fix input methods returning zero strength when pressed status not requestedMai Lavelle2021-08-161-2/+3
* Fix action_get_events returning booleans instead of InputKey entriesJulien Nguyen2021-08-071-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-14/+10
* Add `get_dead_zone()` method to `InputMap`Nick H2021-07-021-0/+1
* Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde2021-06-201-4/+1
|\
| * Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal2021-05-191-4/+1
* | Documentation search fixesGregory Basile2021-06-161-1/+7
* | Added Input_Map entry for backspacing using Shift+BackspaceSpaghettiCoder012021-06-151-0/+1
* | 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