summaryrefslogtreecommitdiff
path: root/editor/scene_tree_dock.cpp
AgeCommit message (Expand)Author
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-07Merge pull request #47530 from likeich/add_instance_child_shortcutRémi Verschelde
2021-05-06Remove extra separatorKyle
2021-05-06Fixed cut/copy/paste visibilityKyle
2021-04-30Implement Particle Trailsreduz
2021-04-19Merge pull request #47611 from Bhu1-V/PR/instance-scene-fixRémi Verschelde
2021-04-17instance-scene: make parent as edited_scene if no parent selected.Bhuvan Vemula
2021-04-12Add a tooltip to document performance issues of the Remote scene treeHugo Locurcio
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-01Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde
2021-03-31Add ctrl+shift+a to instance scene in scenetree dockKyle
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-21Tweak error messages for the Save Branch as Scene editor optionHugo Locurcio
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-03-11Merge pull request #46510 from hilfazer/nested_scene_duplication_4_0Rémi Verschelde
2021-03-11Support for duplication of nested instanced sceneshilfazer
2021-03-01Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde
2021-02-28SceneTreeDock: Changed "Save Branch as Scene" to make use of Node::duplicate_...Oliver Dick
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-02-26Prevent 'Change Type' on nodes from an instanced scenehilfazer
2021-02-18Merge pull request #45943 from KoBeWi/YEEEETRémi Verschelde
2021-02-13Fix internal resource detecting when pasting nodeskobewi
2021-02-13Remove Merge From Scenekobewi
2021-02-12Merge pull request #34892 from KoBeWi/copy-pasta_v7Rémi Verschelde
2021-02-12Duplicate resources pasted to other sceneskobewi
2021-02-12Fix LineEdit minimum widthreduz
2021-02-09Add node copy-pasteTomasz Chabora
2021-01-17Change how editable children data is storedkobewi
2021-01-15Unify single and multiscene instancingkobewi
2021-01-06Fix cases of resources destroyed too earlyPedro J. Estébanez
2021-01-05Properly edit the instanced node in the inspectorkobewi
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-11-23Added accept_event() calls for SceneTreeDock and BaseButtonEric M
2020-11-18Fixed deletion of nodes with exported node pathsMarcus Brummer
2020-11-17Merge pull request #38201 from Calinou/editor-f2-rename-nodeRémi Verschelde
2020-11-13SceneTree: Fix reparent crash with animation tracks renaming disabledRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-26Fix error on attaching scriptGilles Roudière
2020-10-18Keep 'Editor Description' metadata when changing a Node's typeGabriel Van Eyck
2020-10-09Add ability to bind an unbind arguments to Callable.reduz
2020-09-25Fixed renaming/moving of nodes with exported NodePathsMarcus Brummer
2020-09-17Fix changing icons' colors when switch dark and light themebooer