summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde2021-03-011-1/+28
|\ \
| * | Allow to create a node at specific positionTomasz Chabora2021-02-261-1/+28
* | | SceneTreeDock: Changed "Save Branch as Scene" to make use of Node::duplicate_...Oliver Dick2021-02-281-3/+17
| |/ |/|
* | Prevent 'Change Type' on nodes from an instanced scenehilfazer2021-02-261-1/+34
* | Merge pull request #45943 from KoBeWi/YEEEETRémi Verschelde2021-02-181-30/+0
|\ \
| * | Remove Merge From Scenekobewi2021-02-131-30/+0
* | | Fix internal resource detecting when pasting nodeskobewi2021-02-131-2/+2
|/ /
* | Merge pull request #34892 from KoBeWi/copy-pasta_v7Rémi Verschelde2021-02-121-4/+194
|\ \
| * | Duplicate resources pasted to other sceneskobewi2021-02-121-1/+65
| * | Add node copy-pasteTomasz Chabora2021-02-091-4/+130
* | | Fix LineEdit minimum widthreduz2021-02-121-1/+1
|/ /
* | Change how editable children data is storedkobewi2021-01-171-1/+0
* | Unify single and multiscene instancingkobewi2021-01-151-21/+7
|/
* Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-2/+2
* Properly edit the instanced node in the inspectorkobewi2021-01-051-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-11/+11
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* Cleanup unused engine codeTomasz Chabora2020-12-091-17/+0
* Remove connect *_compat methodsAaron Franke2020-12-051-4/+4
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+6
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+1
| * Added accept_event() calls for SceneTreeDock and BaseButtonEric M2020-11-231-0/+5
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+3
|/
* Fixed deletion of nodes with exported node pathsMarcus Brummer2020-11-181-2/+2
* Merge pull request #38201 from Calinou/editor-f2-rename-nodeRémi Verschelde2020-11-171-2/+2
|\
| * Require Ctrl for switching between editors, bind F2 to Rename NodeHugo Locurcio2020-04-251-2/+2
* | SceneTree: Fix reparent crash with animation tracks renaming disabledRémi Verschelde2020-11-131-4/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* | Fix error on attaching scriptGilles Roudière2020-10-261-1/+4
* | Keep 'Editor Description' metadata when changing a Node's typeGabriel Van Eyck2020-10-181-2/+6
* | Add ability to bind an unbind arguments to Callable.reduz2020-10-091-1/+1
* | Fixed renaming/moving of nodes with exported NodePathsMarcus Brummer2020-09-251-9/+27
* | Fix changing icons' colors when switch dark and light themebooer2020-09-171-3/+7
* | Fix TTR misuseSkyJJ2020-07-241-1/+1
* | Small naming and tooltip tweaksMichael Alexsander2020-07-231-0/+1
* | Remove duplicate node update callNehluxhes2020-07-211-4/+2
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-3/+2
* | Merge pull request #40034 from hinlopen/fix-new-node-crashRémi Verschelde2020-07-021-4/+8
|\ \
| * | Fix crash by calculating wrong size of array.Stijn Hinlopen2020-07-021-4/+8
* | | Fix some popups menu missing screen transform.Juan Linietsky2020-07-011-1/+1
|/ /
* | Merge pull request #39954 from hinlopen/delete-nodes-msgRémi Verschelde2020-07-011-8/+19
|\ \
| * | Deleting multiple nodes displays correct message.Stijn Hinlopen2020-07-011-8/+19
* | | Add Control to preferred typesStijn Hinlopen2020-06-301-7/+12
|/ /
* | Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-7/+14
* | Fix scene tree showing up when the root selection is presentMichael Alexsander2020-06-091-1/+3
* | Prevent crash attaching a script with no languages registeredAndrii Doroshenko (Xrayez)2020-05-311-0/+5
* | Keep "lock" metadata when changing a Node's type, if applicableMichael Alexsander2020-05-191-0/+12
* | Replace 'add_child_below_node' with 'add_sibling' in NodeDominik 'dreamsComeTrue' Jasiński2020-05-151-1/+2