summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable the OK button when no node is selected.Chia-Hsiang Cheng2022-07-141-0/+8
* Avoid possibly showing two Dialogs at the same timeRindbee2022-06-211-1/+2
* Fix crash with empty sceneskobewi2022-06-041-0/+5
* Merge pull request #61488 from fire-forge/filterRémi Verschelde2022-05-301-1/+1
|\
| * Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* | Optimize SceneTreeEditor filteringkobewi2022-05-241-33/+43
|/
* Add the button pressed to some signals in Treetrollodel2022-05-211-5/+19
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Show list of groups in node tooltipkobewi2022-05-121-5/+16
* Cleanup metadata usagekobewi2022-05-061-8/+4
* Merge pull request #60161 from V-Sekai/instanced_children_colorRémi Verschelde2022-05-051-1/+1
|\
| * Make instance's editable children use warning color instead of disabled colorSaracenOne2022-04-111-1/+1
* | Implement Scene Unique Nodesreduz2022-04-251-0/+18
|/
* Fix errors when locking nodesMichael Alexsander2022-03-271-4/+4
* Initialize bools in the headers in editorAaron Franke2022-03-121-10/+0
* Replace some bits of code left to work with the new `TabContainer`Michael Alexsander2022-03-041-2/+4
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-0/+5
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-2/+2
* Add visibility to CanvasLayerkobewi2022-02-051-1/+15
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Store panels and docks singletons in their own classestrollodel2022-01-201-4/+4
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-2/+9
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-7/+7
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
* Merge pull request #52962 from mujpao/fix-right-click-sub-nodesRémi Verschelde2021-10-071-1/+1
|\
| * Fix right clicking sub nodes after renaming parentmujpao2021-09-231-1/+1
* | Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde2021-10-061-2/+2
|\ \
| * | Implemented SkeletonEditorGizmoSilc Renew2021-10-071-2/+2
* | | Merge pull request #51413 from KoBeWi/🚗Rémi Verschelde2021-10-041-10/+19
|\ \ \ | |/ / |/| |
| * | Add option to not expand tree on node selectkobewi2021-08-121-10/+19
* | | Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-4/+4
* | | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-3/+3
|\ \ \ | |_|/ |/| |
| * | Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-3/+3
* | | Display the node name in scene tree dock tooltipsHugo Locurcio2021-09-011-3/+5
|/ /
* / fixed the node not renaming when clicking elsewhere on the scene tree.developer2021-08-171-2/+1
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+1
* Remove extra signal firing in SELECT_MULTI modeSilc 'Tokage' Renew2021-07-231-5/+2
* Revert "Fix duplicate selection in SceneTree"Silc 'Tokage' Renew2021-07-231-9/+22
* Merge pull request #50517 from KoBeWi/🌳💣Rémi Verschelde2021-07-191-2/+11
|\
| * Assign value to property by dropping to scene treekobewi2021-07-191-2/+11
* | Optimize StringName usagereduz2021-07-181-44/+44
* | Fix duplicate selection in SceneTreereduz2021-07-171-22/+9
|/
* Do not update scene tree dock when node edited outside of itNathan Franke2021-07-151-0/+4
* Add header theme type variations to labelskobewi2021-07-131-0/+1