summaryrefslogtreecommitdiffstats
path: root/editor/gui/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+12
|\
| * Restore original root name if renaming instance to emptykobewi2024-11-121-1/+12
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-6/+6
|\|
| * Merge pull request #97722 from dustdfg/fix_wrong_groups_tooltipThaddeus Crews2024-11-111-6/+6
| |\
| | * Fix tooltip message of button that opens groups/signals dockYevhen Babiichuk (DustDFG)2024-10-021-6/+6
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-12/+25
|\| |
| * | Add type filters to AnimationPlayer's "Add Track"Jason Morgado2024-11-091-12/+25
| |/
* | 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
* Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-161-0/+15
|\
| * Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-0/+15
* | Merge pull request #96569 from AThousandShips/fix_tree_buttonRémi Verschelde2024-09-051-2/+6
|\ \
| * | [Editor] Prevent duplicate `Open in Editor` buttons in scene tree dockA Thousand Ships2024-09-041-2/+6
| |/
* | Merge pull request #95343 from Giganzo/unique-name-dialogRémi Verschelde2024-09-041-6/+43
|\ \ | |/ |/|
| * Add ConfirmationDialog when clicking on % button in SceneTreeGiganzo2024-09-041-6/+43
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* | Disable text trimming in SceneTreeEditorkobewi2024-08-211-0/+1
* | Merge pull request #94773 from Hilderin/fix-add-child-node-problem-no-auto-ex...Rémi Verschelde2024-08-191-1/+18
|\ \
| * | Fix scene node selection problem when no auto expandHilderin2024-08-171-1/+18
| |/
* / Fix order of Lock and Group icons in SceneTreeGiganzo2024-08-091-7/+7
|/
* Fix reselecting scene tree node after inspecting a resourceAnni Ryynänen2024-06-241-1/+0
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* Consistently display script icons for nodes in connect dialog's scene tree ed...Stephen Berry2024-06-101-10/+14
* Fix some incorrect uses of `String` over `StringName`A Thousand Ships2024-06-031-1/+1
* Fix scene hash not updated when scene is emptykobewi2024-05-221-1/+1
* Create AudioStreamPlayer when dropping AudioStreamHaoyu Qiu2024-05-191-4/+17
* Use Core/Scene stringnames consistentlykobewi2024-05-131-12/+12
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* Merge pull request #86605 from KoBeWi/update_all_of_the_tree_notRémi Verschelde2024-04-261-1/+0
|\
| * Don't update tree on deselectkobewi2023-12-291-1/+0
* | SceneTreeEditor: Fix crash when TreeItem is removed before callbackRémi Verschelde2024-04-051-1/+10
* | Improve SceneTreeEditor usabilityRedMser2024-03-311-1/+24
* | Fix unexpected auto-translation of more editor componentsHaoyu Qiu2024-03-281-1/+1
* | Merge pull request #88003 from kitbdev/dock-manager-fixesRémi Verschelde2024-03-241-5/+3
|\ \
| * | Refactor and fix issues in Editor Dock Managerkit2024-03-161-5/+3
* | | Allow node visibility to work with custom user-provided node typesAaron Franke2024-03-071-61/+26
|/ /
* | Allow to easily rename multiple nodeskobewi2024-03-031-14/+38
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* | Revert "Allow configuration warnings to refer to a property"Rémi Verschelde2024-02-171-7/+43
* | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* | Allow configuration warnings to refer to a propertyRedMser2024-02-081-43/+7
* | Merge pull request #87535 from Mickeon/scene-tree-configuration-warnings-cleanupRémi Verschelde2024-01-291-17/+28
|\ \
| * | Improve appearance of Node configuration warningsMicky2024-01-271-17/+28
* | | Fix renaming a node to the name of its siblings breaking NodePathajreckof2024-01-161-3/+2
|/ /
* | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-4/+4
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Update deferred calls to use Callableskobewi2024-01-091-8/+6