summaryrefslogtreecommitdiff
path: root/editor/scene_create_dialog.cpp
AgeCommit message (Expand)Author
2023-01-09Fix inconsistent state of Controls when editing and running scenesYuri Sizov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-22Fixed root name invalid at scene creation.Nong Van Tinh
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-06-21Rework scene creation dialogkobewi