summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1543/+0
* Optimize Node::add_child validationJuan Linietsky2023-04-071-1/+1
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+2
* Have the Rename Node action use the targeted Node to determine the current un...Robbie Cooper2023-03-151-1/+1
* Merge pull request #65137 from dalexeev/editor-namingYuri Sizov2023-01-241-1/+1
|\
| * Rearrange `editor/naming/*` project settingsDanil Alexeev2023-01-121-1/+1
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\ \
| * | Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | | Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+3
|/ /
* | Merge pull request #71152 from nongvantinh/fix-70981Rémi Verschelde2023-01-131-0/+4
|\ \ | |/ |/|
| * fixes: #70981Nong Van Tinh2023-01-101-0/+4
* | Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-2/+10
* Use forward-declarations in big editor classestrollodel2022-11-291-1/+1
* Unify usage of undo_redo in editorkobewi2022-11-021-5/+7
* Added custom node exportGuilherme Sousa2022-10-141-2/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-24/+24
* Merge pull request #65939 from Mickeon/editor-scene-tree-filter-type-inheritedRémi Verschelde2022-10-071-12/+22
|\
| * Include inherited classes in Filter Nodes' "type:" filter & fix "group:"Micky2022-10-061-12/+22
* | Expose and warn about Node Filters in Scene Tree DockMicky2022-10-061-2/+7
|/
* Fix selection applying to hidden Nodes when filtering Scene Tree EditorMicky2022-10-031-0/+4
* SceneTreeDialog: focus search bar by defaultRedMser2022-09-231-0/+3
* Automatically use class name for empty renameskobewi2022-09-221-6/+9
* Merge pull request #65630 from aaronfranke/no-defer-ste-warn-chRémi Verschelde2022-09-191-1/+1
|\
| * Don't defer SceneTreeEditor::_warning_changed signal connectionAaron Franke2022-09-101-1/+1
* | Port remaining connections to callable_mpTomasz Chabora2022-09-181-1/+1
|/
* 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