summaryrefslogtreecommitdiffstats
path: root/core/input/input_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add Home/End to text caret movements on macOSMikael Hermansson2024-07-081-0/+4
* Add event_index to InputEventActionkobewi2024-05-301-0/+7
* Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+5
* Add autocompletion for InputMap's methodsMicky2024-03-011-0/+29
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* Rework input actions to be reliablekobewi2023-11-101-3/+15
* feat(gamepad): improve gamepad behavior with slider and popup_menuLuc-Frédéric Langis2023-06-051-0/+4
* [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg2023-02-201-0/+4
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unified shortcut to clear carets and selectionsAlfred Reinold Baudisch2022-11-021-2/+2
* Shortcut and Bind to Remove Secondary CaretsAlfred Reinold Baudisch2022-10-311-0/+5
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde2022-10-311-0/+22
|\ \
| * | Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer092022-10-181-0/+22
| |/
* / Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch2022-10-211-1/+6
|/
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-31/+31
* Replace Array return types with TypedArray 2kobewi2022-08-231-4/+5
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Add a new HashMap implementationreduz2022-05-121-20/+20
* Remove `TTRC()` with empty stringHaoyu Qiu2022-03-021-1/+1
* Fix action exact matchNathan Franke2022-01-241-28/+14
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-86/+86
* 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