summaryrefslogtreecommitdiffstats
path: root/editor/gui/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | | Merge pull request #82916 from jsjtxietian/update-scene-tree-tooltip-after-ed...Rémi Verschelde2024-01-031-26/+50
|\ \ \ | |_|/ |/| |
| * | support updating tooltip after editor description changejsjtxietian2023-11-151-26/+50
* | | Improve action name for ungroup button in Scene dockHaoyu Qiu2023-12-221-1/+1
| |/ |/|
* | Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
* | Merge pull request #82528 from SaracenOne/path_typesYuri Sizov2023-12-081-3/+40
|\ \
| * | Script path type support in editor:Saracen2023-11-081-3/+40
| |/
* / Allow dragging editable childrenHaoyu Qiu2023-11-011-7/+18
|/
* Remove toggling of unique names in subscenesSaracen2023-10-281-1/+1
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-3/+3
* Fix theme access and improve UX in AnimationTree editorYuri Sizov2023-09-231-10/+5
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-10/+10
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Add EditorStringNames singletonkobewi2023-09-031-36/+37
* Properly remember custom text color in scene treekobewi2023-08-281-8/+18
* Show only compatible nodes in 'Select a node' windowMartin Boué2023-08-181-8/+41
* Use compile-time Unicode string conversionHugo Locurcio2023-08-071-1/+1
* Show valid types in SceneTreeDialogkobewi2023-08-041-4/+48
* Merge pull request #78292 from ajreckof/Fix-batch-rename-for-unique-name-and-...Rémi Verschelde2023-08-031-32/+39
|\
| * Fix batch rename for unique name and empty name.ajreckof2023-08-031-32/+39
* | Fix dragged nodes have icon sizeSeptian2023-07-101-1/+4
* | Merge pull request #71024 from marzecdawid/better-cursor-behaviour-in-tree-wi...Rémi Verschelde2023-07-081-2/+8
|\ \ | |/ |/|
| * Fix cursor behaviour in Tree while holding CTRLDawid Marzec2023-06-211-2/+8
* | Merge pull request #79090 from mb4c/wrap-tooltipRémi Verschelde2023-07-071-1/+8
|\ \
| * | Add tooltip description wrapping in scene tree and plugin settingsmb4c2023-07-071-1/+8
| |/
* / Do not change a node unique name to the same nameAlfonso J. Ramos2023-07-061-5/+12
|/
* Merge pull request #76672 from kleonc/scene-tree-item-unify-tooltip-creationRémi Verschelde2023-06-201-24/+13
|\
| * Unify setting tooltips for items in SceneTreeEditorkleonc2023-05-021-24/+13
* | Merge pull request #77992 from ajreckof/Prevent-unselectable-nodes-when-switc...Rémi Verschelde2023-06-151-9/+7
|\ \
| * | Prevent unselectable nodes when switching filter and no children match the ne...ajreckof2023-06-141-9/+7
* | | properly update nodepath with batch renameajreckof2023-06-141-50/+51
|/ /
* / Fix nodes selectable abnormally when using filterkobewi2023-06-131-0/+13
|/
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+1545