summaryrefslogtreecommitdiffstats
path: root/editor/project_settings_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* 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
|/
* 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/+10
* Add feature tags to signify engine float precisionMikael Hermansson2022-12-071-0/+2
* Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière2022-12-011-2/+4
* Unify usage of undo_redo in editorkobewi2022-11-021-3/+8
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-4/+4
* Only show named layers in layer menuHaoyu Qiu2022-10-081-1/+6
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-0/+1
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-15/+20
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-20/+15
* Add per-scene UndoRedokobewi2022-08-221-2/+3