summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-1/+2
|\
| * Merge pull request #98232 from dbnicholson/editor-dock-select-rootThaddeus Crews2024-11-101-1/+2
| |\
| | * Fix selecting root node before button releasedDan Nicholson2024-10-161-1/+2
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-18/+18
|\| |
| * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-18/+18
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-4/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #96786 from passivestar/spin-slider-focus-fixThaddeus Crews2024-10-251-4/+5
| |\ \
| | * | Fix EditorSpinSlider blocking viewport from getting focuspassivestar2024-09-101-4/+5
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-23/+98
|\| | |
| * | | Enforce that custom nodes keep their original typebjornmp2024-10-221-23/+98
| | |/ | |/|
* / | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | New Quick Open DialogStijn Hinlopen2024-10-011-9/+5
* | Merge pull request #96124 from AeioMuch/check_mouse_pos_inside_inspectorRémi Verschelde2024-10-011-15/+25
|\ \
| * | Prevent selecting the hovered node if the mouse is not inside the inspector a...AeioMuch2024-09-091-15/+25
* | | Set position to zero when saving a positioned branch as sceneHolonProduction2024-09-301-0/+49
* | | Merge pull request #96776 from aXu-AP/detach-script-undoRémi Verschelde2024-09-161-0/+8
|\ \ \
| * | | Make detach script non-destructive operationaXu-AP2024-09-101-0/+8
| | |/ | |/|
* | | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-4/+0
* | | Merge pull request #96539 from KoBeWi/feat_context_menu_plugin4.x_2-electric_...Rémi Verschelde2024-09-111-9/+20
|\ \ \
| * | | Add EditorContextMenuPluginManager and refactor menu pluginskobewi2024-09-031-9/+20
* | | | Extract editor main screenkit2024-09-091-1/+2
| |/ / |/| |
* | | Merge pull request #96189 from SaracenOne/disable_placeholder_toggleRémi Verschelde2024-09-081-0/+4
|\ \ \ | |_|/ |/| |
| * | Add Instance Placeholder validation check.Saracen2024-08-271-0/+4
* | | Fix "reparent to new node" when node has internal childrenRedMser2024-09-061-1/+1
* | | Fix "reparent to new node" not remembering indexRedMser2024-09-051-30/+45
* | | Merge pull request #95343 from Giganzo/unique-name-dialogRémi Verschelde2024-09-041-0/+1
|\ \ \ | |_|/ |/| |
| * | Add ConfirmationDialog when clicking on % button in SceneTreeGiganzo2024-09-041-0/+1
* | | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-031-1/+1
|\ \ \
| * | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* | | | Merge pull request #94582 from citizenll/feat_context_menu_plugin4.xRémi Verschelde2024-09-031-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for custom items to editor right-click context menuscitizenl2024-09-031-0/+21
* | | | Fix SceneTreeDock invalid state after trying to remove internal Nodekleonc2024-08-281-4/+7
| |_|/ |/| |
* | | Support opening custom class documentation with "Open Documentation" menu entryjsjtxietian2024-08-271-1/+10
* | | Merge pull request #95171 from KoBeWi/remove_saveRémi Verschelde2024-08-171-6/+9
|\ \ \ | |_|/ |/| |
| * | Avoid saving EditorSettings on startupkobewi2024-08-051-6/+9
* | | Don't drop PackedScene as propertyHaoyu Qiu2024-08-031-3/+4
|/ /
* / Fix node gets wrongly selected after moving another node in the treeAeioMuch2024-07-231-0/+1
|/
* Removed Unique Name Access From Node Moved To RootiiMidknightii2024-07-171-0/+2
* Merge pull request #93165 from passivestar/scenetree-shortcut-focusRémi Verschelde2024-07-171-2/+7
|\
| * Prevent node rename shortcut from stealing focus from controlspassivestar2024-07-091-2/+7
* | Fix wrong inspected node after drag&dropkobewi2024-07-081-1/+10
* | Fix clear_custom_color on invalid tree_item_inspectedAeioMuch2024-06-281-4/+5
* | Fix reselecting scene tree node after inspecting a resourceAnni Ryynänen2024-06-241-0/+1
* | Merge pull request #93110 from Hilderin/fix-signal-panel-after-connectionRémi Verschelde2024-06-191-0/+1
|\ \
| * | Fix Can't reopen signals panel immediately after connecting a signal #92996Hilderin2024-06-181-0/+1
| |/
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-9/+9
|/
* Merge pull request #92930 from passivestar/inspector-node-deleteRémi Verschelde2024-06-111-0/+1
|\