summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-105/+207
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-150/+0
* | Merge pull request #38594 from Calinou/rename-clear-script-actionRémi Verschelde2020-05-111-22/+22
|\ \
| * | Rename the Clear Script editor action to Detach ScriptHugo Locurcio2020-05-091-22/+22
* | | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-2/+6
* | | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-4/+8
|/ /
* | Proper naming and ordering when Duplicate nodesDominik 'dreamsComeTrue' Jasiński2020-05-011-5/+8
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-3/+3
|/
* Fix "Local" button not being pressed in the Scene dock on first runMichael Alexsander2020-04-211-0/+1
* Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-28/+28
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-11/+11
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-3/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-43/+44
* Working multiple window support, including editorJuan Linietsky2020-03-261-30/+30
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+3