summaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
AgeCommit message (Expand)Author
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
2021-02-09Merge pull request #45812 from RandomShaper/keep_selected_visibleRémi Verschelde
2021-02-08Expose Tree::scroll_to_item()Pedro J. Estébanez
2021-02-07Set selected Tree item to null when deselectedkobewi
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-06Blocking updating in SceneTreeEditor when editing an itemgongpha
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg