summaryrefslogtreecommitdiff
path: root/editor/create_dialog.cpp
AgeCommit message (Expand)Author
2023-01-14Remove set_drag_forwarding_compat()kobewi
2023-01-12GDScript: Fix extending abstract classes, forbid their constructionDmitrii Maganov
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-11Check if class exists before checking if it's virtual in Create DialogAaron Franke
2022-12-05Merge pull request #67553 from Sauermann/fix-new-node-dialog-descriptionRémi Verschelde
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-15Merge pull request #67798 from KoBeWi/code_resurrectionRémi Verschelde
2022-11-05Don't allow instancing virtual node types in the Create New Node dialogAaron Franke
2022-10-23Uncomment drag forwarding in CreateDialogkobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-18Fix Updating New Node Dialog Description of Custom NodesMarkus Sauermann
2022-10-10SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-30Fix creating Nodes from Recent listMarkus Sauermann
2022-09-11Add ability to flag classes as experimental or deprecated.SaracenOne
2022-09-07simplify title of create/change node dialogNathan Franke
2022-09-05Improve handling of custom typeskobewi
2022-08-30Merge pull request #65039 from Mickeon/rename-treeitem-tooltipRémi Verschelde
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
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-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-20Changed the title of change node type dialogUmang Kalra
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-06-21Rework scene creation dialogkobewi
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Merge pull request #59498 from adamscott/add-custom-type-check-before-hiding-...Rémi Verschelde
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-24[Fix #58248] Add custom type check before hiding typeAdam Scott
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-19Fix crash in Create New Node dialog with certain user-created scriptsHaoyu Qiu
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Merge pull request #40140 from hinlopen/tree-scroll-centerRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Merge pull request #43015 from Xrayez/refactor-auto-instapropRémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-05Center when scrolling to tree item.Stijn Hinlopen
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-17Merge pull request #55509 from V-Sekai/create_node_and_doc_fixRémi Verschelde
2022-01-16Fix theming update in several editor classesYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde