summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #49725 from EricEzaM/multi-node-picking-fixesRémi Verschelde2021-07-121-1/+8
|\
| * Fixes for multi-node editing interactions.Eric M2021-06-191-1/+8
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
|/
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-2/+2
* Merge pull request #44831 from gongpha/dont-update-tree-if-selectedRémi Verschelde2021-05-061-0/+4
|\
| * Blocking updating in SceneTreeEditor when editing an itemgongpha2021-01-061-0/+4
* | Implement Particle Trailsreduz2021-04-301-1/+4
* | Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-1/+1
* | Use Array for node configuration warningsNathan Franke2021-04-111-3/+3
* | Allow to drop files on filtered scene treekobewi2021-03-221-4/+1
* | Fix Node can not be reselectedray905142021-03-131-1/+2
* | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-3/+5
|\ \
| * | Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-3/+5
* | | Merge pull request #46191 from reduz/refactor-process-modeRémi Verschelde2021-02-191-0/+9
|\ \ \
| * | | Refactor Process Modereduz2021-02-181-0/+9