summaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-06Rename minimum_size_changed() methodkobewi
2021-12-05Bind column_titles_visible as propertykobewi
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-16Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-10-23Fix possible crash when calling Tree.notification from _readyRobin Arys
2021-10-04Remove EDSCALE dependency from /scene/guiYuri Sizov
2021-09-28Fix tree title column size minimum widthjmb462
2021-09-26Fix minimum size of TreeItemfloppyhammer
2021-09-25Merge pull request #53049 from AnilBK/dont-construct-2Rémi Verschelde
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