summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some code changed with Clang-Tidyqarmin2019-06-261-5/+1
* Added script name tooltip for Open Script IconEmmanuel Barroga2019-06-121-2/+2
* Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-3/+5
|\
| * Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-3/+5
* | Improve conections dialogMichael Alexsander Silva Dias2019-06-061-7/+18
|/
* Deselect hidden nodes on filterTomasz Chabora2019-05-261-0/+6
* Fixed scene tree update after changing node name in tool scriptPouleyKetchoupp2019-05-241-6/+14
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Undo support for locking and grouping for both 2D and 3DSintinium2019-04-261-6/+19
* Merge pull request #28130 from JFonS/add_3d_groupingRémi Verschelde2019-04-211-1/+5
|\
| * Add grouping to 3D editorJFonS2019-04-171-1/+5
* | Fix styling in 'SceneTreeDialog'Michael Alexsander Silva Dias2019-04-151-18/+11
|/
* Reorganized connection dialog for much improved ease of use.Juan Linietsky2019-04-111-2/+32
* Fix toggle visibility in SceneTreeDialogqarmin2019-03-131-1/+1
* Cleanup relationship line coding after 5f079e2Michael Alexsander Silva Dias2019-03-061-26/+17
* -Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky2019-03-061-11/+0
* Invalid node name should check if new_name is empty then cancel rename, fixes...Ankit Priyarup2019-01-291-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* General fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-171-1/+1
* Merge pull request #23464 from GameCoderStudios/masterRémi Verschelde2018-12-141-1/+1
|\
| * Ability to pick child nodes of scenes instances marked with "Editable childre...Angeloss2018-11-021-1/+1
* | If using relationship lines (now default) hide guides.Juan Linietsky2018-11-181-1/+4
|/
* Warning dialog is now shown if trying to set Node name to empty stringSilvano Cerza2018-10-301-0/+7
* fixed visibility toggle with node selectionQbieShay2018-10-141-1/+1
* Refactor editor icon retrievalwillnationsdev2018-09-141-5/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* Fix update 2D view on selections in scene treeAlexander Holland2018-08-231-1/+4
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+24
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-0/+14
* Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias2018-05-291-5/+5
* Respect visibility change by Scene dock when using Sync Scene Changesvolzhs2018-05-151-27/+15
* Check invalid node namevolzhs2018-05-031-3/+4
* Update icons when theme changedPoommetee Ketson2018-02-251-0/+4
* Draw relationship line on scene tree dock if option is onvolzhs2018-02-201-0/+1
* Merge pull request #15235 from sersoong/master-batchtoggleRémi Verschelde2018-02-181-18/+33
|\
| * Enhanced Toggle Visibility buttonsersoong2018-01-041-18/+33
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Merge pull request #14652 from hoelzl/pr-moved-instanced-childrenRémi Verschelde2017-12-161-3/+5
|\
| * Prevent users from moving instanced childrenMatthias Hoelzl2017-12-141-3/+5
* | Updated iconsDaniel J. Ramirez2017-12-141-6/+6
|/
* Fix SceneTreeEditor crashing when calling _deselect_itemsStefano Bonicatti2017-12-101-1/+2
* Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff2017-11-261-0/+8
* Merge pull request #12359 from kubecz3k/spatial-lockRémi Verschelde2017-11-201-1/+5
|\
| * ability to lock spatial nodes transform in editorJakub Grzesik2017-11-111-1/+5
* | When script changes, defer tree updating. Fixes #9704Juan Linietsky2017-11-151-1/+5
|/
* Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-121-2/+2
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-5/+5