summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-2/+2
|\ \
| * | Remove more instances of 'instance' being used as a verbVolTer2022-11-161-2/+2
* | | Merge pull request #67798 from KoBeWi/code_resurrectionRémi Verschelde2022-11-151-2/+1
|\ \ \ | |/ / |/| |
| * | Uncomment drag forwarding in CreateDialogkobewi2022-10-231-2/+1
| |/
* | Don't allow instancing virtual node types in the Create New Node dialogAaron Franke2022-11-051-4/+4
* | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
|/
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-3/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-10/+10
* Fix creating Nodes from Recent listMarkus Sauermann2022-09-301-9/+10
* Add ability to flag classes as experimental or deprecated.SaracenOne2022-09-111-0/+9
* simplify title of create/change node dialogNathan Franke2022-09-071-7/+3
* Improve handling of custom typeskobewi2022-09-051-2/+2
* Merge pull request #65039 from Mickeon/rename-treeitem-tooltipRémi Verschelde2022-08-301-1/+1
|\
| * Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-4/+4
|/
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+7
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-7/+2
|/
* Changed the title of change node type dialogUmang Kalra2022-08-201-2/+6
* Move editor paths into the EditorPaths classAaron Franke2022-07-291-3/+4
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+2
* Rework scene creation dialogkobewi2022-06-211-0/+7
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Merge pull request #59498 from adamscott/add-custom-type-check-before-hiding-...Rémi Verschelde2022-05-121-1/+1
|\
| * [Fix #58248] Add custom type check before hiding typeAdam Scott2022-03-241-1/+1
* | Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-22/+26
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-14/+7
|/
* Discern between virtual and abstract class bindingsreduz2022-03-101-2/+2
* Fix crash in Create New Node dialog with certain user-created scriptsHaoyu Qiu2022-02-191-11/+11
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-0/+3
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+4
* Merge pull request #40140 from hinlopen/tree-scroll-centerRémi Verschelde2022-02-081-3/+3
|\
| * Center when scrolling to tree item.Stijn Hinlopen2022-02-051-3/+3
* | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* | Merge pull request #43015 from Xrayez/refactor-auto-instapropRémi Verschelde2022-02-081-11/+1
|\ \
| * | Refactor auto-instantiation of `Object` properties in editorAndrii Doroshenko (Xrayez)2021-12-281-11/+1
* | | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
| |/ |/|
* | Vectors: Use clear() and has().Anilforextra2022-02-021-5/+5
* | Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* | Merge pull request #55509 from V-Sekai/create_node_and_doc_fixRémi Verschelde2022-01-171-13/+64
|\ \
| * | Properly handle named class types inheriting from scripts without names.SaracenOne2021-12-011-13/+64
* | | Fix theming update in several editor classesYuri Roubinsky2022-01-161-3/+10
* | | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| |/ |/|
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* | Fix error emitting when called new shader dialog from resource dialogYuri Roubinsky2021-12-071-1/+3
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-4/+4
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1