summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\
| * Merge pull request #97955 from RobProductions/fix-godot-nav-presetThaddeus Crews2024-11-121-2/+2
| |\
| | * Restore `Godot` preset zoom modifierMatt Enad2024-10-081-2/+2
* | | 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
|/
* Keep advanced toggle on when searching for settingsHaoyu Qiu2024-09-211-2/+2
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-1/+1
* Add Advanced Settings switch to Editor Settingskobewi2024-09-171-0/+14
* Merge pull request #85331 from RobProductions/customize-navigation-controlsRémi Verschelde2024-08-281-1/+126
|\
| * Add customizable 3D navigation settingsMatt Enad2024-07-021-1/+126
* | Fix weird plural public method namesAdam Scott2024-08-271-2/+2
* | Fix undoredo handling in some dialogskobewi2024-07-041-13/+2
|/
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* Disable Clear All button when not filtering in Editor SettingsHaoyu Qiu2024-05-191-4/+9
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
* Add context support for editor property name i18nHaoyu Qiu2024-03-311-2/+2
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Redesign the graph editor for visual shadersHendrik Brucker2024-02-221-0/+2
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+4
* Merge pull request #86654 from ryevdokimov/fix-listening-for-input-escapeRémi Verschelde2024-02-021-0/+2
|\
| * Prevent escape key from closing Editor Settings window when filtering for sho...Robert Yevdokimov2024-01-051-0/+2
* | Introduce editor theme spacing presetsYuri Sizov2024-01-161-1/+5
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Make the search bars in the "Project Settings" dialog grab focus when they ap...Michael Alexsander2023-09-251-4/+1
|/
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Improve undo action namesHaoyu Qiu2023-09-121-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-16/+17
* Translate undo/redo messages in settings dialogsHaoyu Qiu2023-04-231-2/+2
* Apply clamp_to_embedder on parent resize and popup.Ryan Roden-Corrent2023-03-271-0/+1
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-4/+4
|/
* 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
* Merge pull request #67871 from Calinou/editor-theme-add-oled-presetRémi Verschelde2022-11-281-1/+1
|\
| * Add Black (OLED) editor theme presetHugo Locurcio2022-10-261-1/+1
* | Don't update EditorSettings dialog unnecessarilykobewi2022-11-211-1/+3
* | Fix memory leak in `EditorSettingsDialog`Rindbee2022-11-111-0/+1
* | Unify usage of undo_redo in editorkobewi2022-11-021-4/+4
|/
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-0/+2
* Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM2022-10-031-25/+46
* Merge pull request #65290 from requizm/fix/65081/cannot_set_escapeRémi Verschelde2022-09-251-0/+1
|\
| * Disabled "Escape" button when closing the shortcut windowrequizm2022-09-031-0/+1
* | Update Editor Shortcuts tree creation to always have sections in same order.Eric M2022-09-171-24/+29