summaryrefslogtreecommitdiffstats
path: root/editor/action_map_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Disable Clear All button when not filtering in Editor SettingsHaoyu Qiu2024-05-191-1/+2
* Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-0/+1
* Fix Project Settings array/dicts initial value being shared instances of the ...Eric M2023-01-131-0/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix closing project setting window with ESC while listening for inputMarkus Sauermann2022-12-211-0/+3
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-4/+4
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-129/+10
* Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM2022-10-031-16/+45
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-4/+10
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-1/+1
* Disable add button when action name is invalidAaron Record2022-05-041-0/+3
* Redesign InputEvent editor pluginFireForge2022-04-121-1/+1
* Merge pull request #59514 from EricEzaM/input-editor-fixesRémi Verschelde2022-04-111-4/+5
|\
| * Action Map Editor fixes and improvementsEric M2022-04-011-4/+5
* | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-18/+18
|/
* Initialize bools in the headers in editorAaron Franke2022-03-121-1/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+7
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Check if action name exists before adding it or renaming an action to itMarcel Admiraal2022-01-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Allow mouse button event detection in Action Map Editorjmb4622021-09-201-0/+2
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
* Improve ActionMapEditorDanil Alexeev2021-05-051-7/+3
* New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.Eric M2021-02-191-0/+203