summaryrefslogtreecommitdiffstats
path: root/editor/scene_create_dialog.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-2/+2
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Improve threading in ClassDB and EditorHelpYuri Sizov2023-10-201-2/+4
* Merge pull request #81075 from SekoiaTree/prevent-leading-dotRémi Verschelde2023-09-081-0/+2
|\
| * Prevent creating any type of file with a leading dotsekoia2023-09-071-0/+2
* | Add EditorStringNames singletonkobewi2023-09-031-7/+8
|/
* Disable translation of root name on scene creationNolkaloid2023-08-201-0/+1
* Standardize dialog input validation as a new classkobewi2023-08-081-64/+26
* Respect "editor/naming/node_name_casing" in Create New Scene dialogSam Freed2023-07-271-3/+21
* Fix missing translation in SceneCreateDialogkobewi2023-06-261-1/+1
* Fix inconsistent state of Controls when editing and running scenesYuri Sizov2023-01-091-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Fixed root name invalid at scene creation.Nong Van Tinh2022-09-221-1/+1
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* 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
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Rework scene creation dialogkobewi2022-06-211-0/+312