summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+2
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+2
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\|
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-20/+13
* 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