summaryrefslogtreecommitdiffstats
path: root/editor/project_settings_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+2
|\
| * Replace default deadzone magic number with named constantMalcolm Anderson2024-11-121-1/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-3/+3
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #96615 from KoBeWi/run_as_administratorRémi Verschelde2024-10-041-3/+3
|\
| * Globally remember advanced toggle in project settingskobewi2024-09-051-3/+3
* | Merge pull request #97281 from reptofrog/deadzone-new-defaultRémi Verschelde2024-10-021-1/+1
|\ \
| * | Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-1/+1
* | | Keep advanced toggle on when searching for settingsHaoyu Qiu2024-09-211-4/+3
|/ /
* | Merge pull request #97187 from KoBeWi/do_notRémi Verschelde2024-09-191-1/+1
|\ \
| * | Don't store project metadata when loadingkobewi2024-09-191-1/+1
| |/
* / Don't show project settings starting with underscorekobewi2024-09-181-1/+1
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+1
* Fix undoredo handling in some dialogskobewi2024-07-041-13/+2
* Fix synchronization of global class nameHilderin2024-06-251-0/+4
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* Add Globals tab to reorganize Project Settings dialogkobewi2024-06-051-4/+8
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* Increase width of project settings windowlmyers4212024-05-221-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* Add separate feature tags for editor runtimekobewi2024-04-261-0/+2
* Merge pull request #87870 from ryevdokimov/remove-unnecessary-focus-methodsRémi Verschelde2024-03-111-10/+2
|\
| * Remove unnecessary focus methods and directly bind to 'set_close_on_escape'Robert Yevdokimov2024-02-021-10/+2
* | Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-1/+27
* | Remove code relative to obsoleted ETC texture formatRémi Verschelde2024-02-141-1/+0
|/
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Improve "Add" button consistency in Project SettingsChristian Kaiser2024-01-111-0/+2
* Merge pull request #82283 from YeldhamDev/focus_that_search_bar!Rémi Verschelde2024-01-041-2/+23
|\
| * Make the search bars in the "Project Settings" dialog grab focus when they ap...Michael Alexsander2023-09-251-2/+23
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
| |/
* / Implement project-wide node groupsStanislav Labzyuk2023-12-191-0/+7
|/
* Add EditorStringNames singletonkobewi2023-09-031-6/+7
* Deprecate project_settings_changed signalkobewi2023-08-101-2/+0
* fix errors while reordering input mapsjpcerrone2023-05-121-1/+2
* Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-0/+1
|\
| * Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* | Translate undo/redo messages in settings dialogsHaoyu Qiu2023-04-231-2/+2
|/
* Merge pull request #75141 from rcorre/rrc/dialog-posYuri Sizov2023-03-281-0/+1
|\
| * Apply clamp_to_embedder on parent resize and popup.Ryan Roden-Corrent2023-03-271-0/+1
* | clear filter input in Project Settings when opening Layersyedpodtrzitko2023-03-101-1/+5
|/
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-1/+1
* Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dic...Rémi Verschelde2023-02-011-11/+3
|\
| * Fix Project Settings array/dicts initial value being shared instances of the ...Eric M2023-01-131-11/+3
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-8/+8
|/