summaryrefslogtreecommitdiffstats
path: root/core/input/input_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-3/+5
|\
| * Merge pull request #90723 from Calinou/textedit-autocompletion-always-replace...Thaddeus Crews2024-11-271-3/+5
| |\
| | * Make TextEdit autocompletion replace word unless Shift is heldHugo Locurcio2024-04-161-3/+5
* | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-1/+3
|\| |
| * | Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-201-1/+3
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\| |
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+2
|\| |
| * | Replace default deadzone magic number with named constantMalcolm Anderson2024-11-121-2/+2
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\| |
| * | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-3/+1
|\| |
| * | Merge pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-211-3/+1
| |\ \
| | * | Fix InputEvent device id clashMarkus Sauermann2024-10-201-3/+1
* | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ / /
* / / Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-2/+3
|/ /
* | Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...bruvzg2024-09-121-0/+5
* | 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