summaryrefslogtreecommitdiffstats
path: root/editor/plugins/input_event_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-1/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-0/+3
* Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM2022-10-031-4/+4
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Use new inspector button style in InputEvent editorFireForge2022-06-151-2/+1
* Redesign InputEvent editor pluginFireForge2022-04-121-18/+20
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-4/+4
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make various strings translatablefoxydevloper2021-07-191-1/+1
* Added EditorInspectorPlugin to aid in editing InputEvents in resources and sh...Eric M2021-07-061-0/+122