summaryrefslogtreecommitdiff
path: root/editor/action_map_editor.h
AgeCommit message (Expand)Author
2023-01-13Fix Project Settings array/dicts initial value being shared instances of the ...Eric M
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-21Fix closing project setting window with ESC while listening for inputMarkus Sauermann
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-10-06Split `action_map_editor` file into one file per class it contained.Eric M
2022-10-03Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-04Disable add button when action name is invalidAaron Record
2022-04-12Redesign InputEvent editor pluginFireForge
2022-04-11Merge pull request #59514 from EricEzaM/input-editor-fixesRémi Verschelde
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-04-01Action Map Editor fixes and improvementsEric M
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-12Check if action name exists before adding it or renaming an action to itMarcel Admiraal
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-20Allow mouse button event detection in Action Map Editorjmb462
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-05Improve ActionMapEditorDanil Alexeev
2021-02-19New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.Eric M