summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-1/+1
|\
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-1/+1
* | striped edges on node rename in SceneTreeDockLeleat2020-09-131-0/+3
* | Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ2020-08-191-1/+1
* | Added plurals and context support to TranslationSkyJJ2020-08-191-18/+26
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-0/+5
* | Prevent dragging from SceneTree buttonsHaoyu Qiu2020-07-021-0/+4
* | Fix some popups menu missing screen transform.Juan Linietsky2020-07-011-1/+1
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-67/+130
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-72/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-29/+29
* Working multiple window support, including editorJuan Linietsky2020-03-261-9/+10
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-0/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-51/+33
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-33/+33
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-3/+2
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-24/+1
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-1/+2
* Minor visual adjustment in drag preview of the scene and file tree editorsMichael Alexsander Silva Dias2019-09-301-0/+1
* Add an `editor_description` property to Node for documentation purposesHugo Locurcio2019-08-231-5/+23
* Merge pull request #31423 from Calinou/improve-node-signal-group-tooltipRémi Verschelde2019-08-181-9/+24
|\
| * Improve the scene tree signals/groups tooltipHugo Locurcio2019-08-171-9/+24
* | Adds Attaching Script via Script EditorEmmanuel Barroga2019-08-161-0/+21
|/
* Make custom types more subtle and more usefulBojidar Marinov2019-07-191-3/+15
* Fix potential crash caused by type mismatch in RefShiqing2019-07-121-4/+6
* Added filter to SceneTreeDialogunknown2019-07-061-1/+20
* 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