summaryrefslogtreecommitdiffstats
path: root/editor/action_map_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* Defer `ActionMapEditor::_action_edited` signal to prevent tree updates when t...bruvzg2024-05-291-1/+2
* Disable Clear All button when not filtering in Editor SettingsHaoyu Qiu2024-05-191-1/+5
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-3/+3
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-0/+4
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Improve "Add" button consistency in Project SettingsChristian Kaiser2024-01-111-0/+4
* Merge pull request #82283 from YeldhamDev/focus_that_search_bar!Rémi Verschelde2024-01-041-1/+1
|\
| * Make the search bars in the "Project Settings" dialog grab focus when they ap...Michael Alexsander2023-09-251-1/+1
* | Add input action name to window title in input map editorHugo Locurcio2023-12-181-2/+2
|/
* Add EditorStringNames singletonkobewi2023-09-031-15/+16
* save show built-in actions button statejsjtxietian2023-08-221-1/+5
* Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dic...Rémi Verschelde2023-02-011-0/+15
|\
| * Fix Project Settings array/dicts initial value being shared instances of the ...Eric M2023-01-131-0/+15
* | Cleanup and unify keyboard input.bruvzg2023-01-231-2/+6
* | Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* 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/+13
* Refactor `get_event_text` to a static method, remove high deadzone from event...Eric M2022-11-181-1/+1
* Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-6/+1
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-770/+5
* Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM2022-10-031-105/+184
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-42/+38
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-4/+4
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+0
|/
* Fix input map settings themingYuri Rubinsky2022-08-251-0/+3
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-0/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-3/+7
* Cleanup metadata usagekobewi2022-05-061-4/+3
* Disable add button when action name is invalidAaron Record2022-05-041-8/+25
* Redesign InputEvent editor pluginFireForge2022-04-121-6/+4
* Action Map Editor fixes and improvementsEric M2022-04-011-35/+70
* Fixup enum compare after #53734Rémi Verschelde2022-03-251-1/+1
* Merge pull request #53734 from jmb462/fix-missing-action-iconsRémi Verschelde2022-03-251-0/+25
|\
| * Fix missing action icons in action map editorjmb4622021-10-121-0/+25
* | Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-1/+0
* | Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* | Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
* | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-4/+0
* | Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1