summaryrefslogtreecommitdiffstats
path: root/editor/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
* Rework global class hiding in addonskobewi2024-06-251-2/+7
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* Improve performance of the 'Create New Node' dialogMarius Hanl2024-05-151-61/+44
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Editor: Display deprecated/experimental messages in tooltipsDanil Alexeev2024-04-181-13/+3
* Disable Create button for abstract classeskobewi2024-04-171-1/+8
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+2
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+1
|\
| * Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* | Improve threading in ClassDB and EditorHelpYuri Sizov2023-10-201-3/+5
|/
* Revamp how documentation tooltips workMichael Alexsander2023-10-031-2/+3
* Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-supportRémi Verschelde2023-09-251-2/+8
|\
| * C#: Abstract script class support398utubzyt2023-09-151-2/+8
* | Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-7/+2
|/
* Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_interna...Rémi Verschelde2023-09-111-0/+4
|\
| * Allow GDExtension to register unexposed class.Daylily-Zeleen2023-09-041-0/+4
* | Add EditorStringNames singletonkobewi2023-09-031-8/+9
|/
* Use the gray color for all abstract classesMewPurPur2023-08-311-8/+6
* Only display 15 nodes in the Recent section of the Create New Node dialogHugo Locurcio2023-06-231-2/+4
* Merge pull request #63732 from DarkMessiah/create-new-node-arrow-navigationYuri Sizov2023-05-291-2/+15
|\
| * Add spacebar for folding in the Create New Node windowStanislav Labzyuk2023-05-281-2/+15
* | Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+5
* | Apply clamp_to_embedder on parent resize and popup.Ryan Roden-Corrent2023-03-271-1/+2
* | Fix filtering editor nodes in Create Dialogkobewi2023-01-271-1/+6
|/
* Remove set_drag_forwarding_compat()kobewi2023-01-141-7/+1
* GDScript: Fix extending abstract classes, forbid their constructionDmitrii Maganov2023-01-121-0/+5
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Check if class exists before checking if it's virtual in Create DialogAaron Franke2022-12-111-1/+2
* Merge pull request #67553 from Sauermann/fix-new-node-dialog-descriptionRémi Verschelde2022-12-051-1/+2
|\
| * Fix Updating New Node Dialog Description of Custom NodesMarkus Sauermann2022-10-181-1/+2
* | 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