summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+1
* Merge pull request #50505 from Calinou/editor-create-dialog-display-class-nameRémi Verschelde2021-07-201-3/+11
|\
| * Display the class name in the descriptionHugo Locurcio2021-07-161-3/+11
* | Optimize StringName usagereduz2021-07-181-8/+8
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-6/+6
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Improve the editor themeHugo Locurcio2021-04-271-1/+0
* Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde2021-03-011-0/+1
|\
| * Allow to create a node at specific positionTomasz Chabora2021-02-261-0/+1
* | Change fallback icon for abstract nodes to have a grayed out colorAaron Franke2021-02-171-1/+3
|/
* Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename unselect to deselectMarcel Admiraal2020-12-211-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Small naming and tooltip tweaksMichael Alexsander2020-07-231-0/+1
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* Fix editor crash when creating a custom resource from create dialogAndrii Doroshenko (Xrayez)2020-07-061-1/+0
* Improve Create Dialog search ranking and refactor calculation.Stijn Hinlopen2020-07-031-429/+324
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+2
* Object: Add usage hint to instantiate Object properties in editorRémi Verschelde2020-06-121-17/+32