summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #65352 from Mickeon/try-scene-tree-filter-multi-wordRémi Verschelde2022-09-091-9/+80
|\
| * Improve Scene Tree Dock's Node filter (Allow multiple terms & more)Micky2022-09-091-9/+80
* | Fix tool script button color overriding custom type colorMicky2022-09-061-5/+6
|/
* Mark Script button if it's tool in Scene Tree EditorMicky2022-09-011-1/+9
* Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde2022-08-301-1/+1
|\
| * Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-1/+1
* | Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-3/+3
|/
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+6
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-6/+1
* Merge pull request #64733 from Mickeon/try-editor-warning-spacingRémi Verschelde2022-08-231-1/+13
|\
| * Add spacing after newline on editor warning tooltipMicky2022-08-231-1/+13
* | Merge pull request #58377 from MrBBBaiXue/type-filterRémi Verschelde2022-08-221-1/+3
|\ \
| * | Add a way to filter nodes by type.MrBBBaiXue2022-08-101-1/+3
| |/
* / Add per-scene UndoRedokobewi2022-08-221-3/+7
|/
* Merge pull request #63518 from timothyqiu/window-toggleRémi Verschelde2022-08-081-6/+3
|\
| * Add a Window visibility toggle button to the Scene treeHaoyu Qiu2022-07-271-6/+3
* | Distinguish multiple node configuration warnings in the scene tree dockHugo Locurcio2022-08-041-1/+11
* | Improve tooltips for grouping/ungrouping nodesfoxydevloper2022-07-311-2/+2
* | Remove Signal connect bindsJuan Linietsky2022-07-291-6/+6
|/
* 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
|\