summaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
AgeCommit message (Expand)Author
2021-09-25Construct values only when necessary.Anilforextra
2021-09-25Correctly calculate position of the folding arrow in TreeYuri Sizov
2021-09-15Merge pull request #52313 from groud/cache_tree_item_sizeRémi Verschelde
2021-09-13Fix error when click edge of the tree iconTomasz Chabora
2021-09-01Cache TreeItem minimum size for performance.Gilles Roudière
2021-08-28Add support for internal nodeskobewi
2021-08-27Merge pull request #52096 from kleonc/tree-item-drag-drop-drawingMax Hilbrunner
2021-08-27Makes FontData importable resource.bruvzg
2021-08-25Tree Fix line rendering when drag and dropping TreeItemkleonc
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-16Added icons and API for indeterminate checkmarks for the Tree class.Kevin Fischer
2021-07-18Optimize StringName usagereduz
2021-07-13Merge pull request #50135 from KoBeWi/🌲.update()Rémi Verschelde
2021-07-07Merge pull request #49890 from voxelv/fix_tree_range_click_timeout_crash_46648Hugo Locurcio
2021-07-04Clean up Treereduz
2021-07-04Update Tree when modifiedkobewi
2021-06-30Avoid using a nullptr root in Tree._range_click_timeout().voxelv
2021-06-29Fixes crash in case no column in tree is expanded and has minimum sizeGilles Roudière
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-25Allow disabling scrolling in TreeGilles Roudière
2021-06-21Make relationship lines draw on top of TreeItemsYuri Sizov
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Documentation search fixesGregory Basile
2021-06-02Use bold fonts in editorreduz
2021-06-01fix-tree-item-draggingfloppyhammer
2021-05-26Fix disappearing relationship lines in Tree when item is out of viewYuri Sizov
2021-05-25Add highlight to the relationship lines of selected Tree itemsYuri Sizov
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-16Fix Tree::get_column_at_position crashHaoyu Qiu
2021-05-09Fix Tree's background focus outline displaying behind section headingsHugo Locurcio
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-06Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde
2021-05-06Merge pull request #44831 from gongpha/dont-update-tree-if-selectedRémi Verschelde
2021-05-04Merge pull request #47855 from aaronfranke/doubleclickRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-28Calculate __focus_rect when TreeItem is focusedTomasz Chabora
2021-04-27Improve the editor themeHugo Locurcio
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-22Improved 3D Scene ImporterJuan Linietsky
2021-03-18Check for null pointer in get_column_width(0)Justin Ho
2021-03-03Deselect column only if belongs to deselected itemkobewi
2021-02-22Merge pull request #45994 from Jummit/expose-edit-selectedRémi Verschelde
2021-02-22expose edit_selected in TreeJummit
2021-02-16Select TreeItem if none is selectedkobewi
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut