summaryrefslogtreecommitdiff
path: root/tools/editor/scene_tree_editor.cpp
AgeCommit message (Expand)Author
2017-01-192D Editor: Don't show lock icons for hidden nodes.Andreas Haas
2017-01-18Fix editor method calls to is_visible for Spatial and CanvasItem and is_visib...Ray Koopa
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-12some class renamesJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-02Merge pull request #7382 from volzhs/fix-visibilityRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-28Show visual notice for visibility on Scene Dockvolzhs
2016-12-28Able to change visibility when ancestor node is hiddenvolzhs
2016-12-02Show selected node in Scene dock when parent node is foldedvolzhs
2016-10-27Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-30Fix typo for word_wrapvolzhs
2016-08-03More progress on visual script editingJuan Linietsky
2016-07-18Fix crash when dropping scene as a sibling of the root nodeFranklin Sobrinho
2016-07-16Fix signals/group button on Scene dockFranklin Sobrinho
2016-06-28Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
2016-06-13Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky
2016-06-12Add subsequence search to toolsGeorge Marques
2016-06-11Ability to discard instancing from menu, closes #4903Juan Linietsky
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky
2016-06-04Created a NodeDock with signals and groupsJuan Linietsky
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-17-Added configuration warning system for nodesJuan Linietsky
2016-05-17Merge pull request #4690 from volzhs/dnd-visualRémi Verschelde
2016-05-17Scenetree Nodes drag and drop visual representationvolzhs
2016-05-17use case insensitive for searching nodes in Scene tree dockvolzhs
2016-05-16Contextualized Scene Tree menuJuan Linietsky
2016-05-15Experimental Right Mouse Button menu for SceneTreeJuan Linietsky
2016-05-11ability to drag scenes from filesystem to tree for instancingJuan Linietsky
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-09-Allow renaming root node of inherited sceneJuan Linietsky
2016-01-26Fix crash when renaming nodes using focus lossFranklin Sobrinho
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky
2016-01-16-Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-13Double-click item for reparent and choose a node in NodePath dialogFranklin Sobrinho
2015-11-28Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when...Franklin Sobrinho
2015-11-10Fix node renaming bug when using the '.' charactersanikoyes
2015-10-17-Propertly restrict renaming of nodes in inherited scenes, fixes #2615Juan Linietsky