summaryrefslogtreecommitdiffstats
path: root/scene/gui/tree.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix issue causing input lock when drag scrolling a `Tree` element on touchscr...Fredia Huya-Kouadio2024-07-181-0/+2
* Fix Tree and FileSystemList edit popup double events and ESC behavior.bruvzg2024-05-171-0/+1
* Fix TreeItem button handlingHaoyu Qiu2024-04-181-0/+2
* Revert "Correctly display tooltips for buttons in Tree when they overlap cell...Haoyu Qiu2024-04-181-1/+0
* Merge pull request #88300 from FaycalElOuariachi/add-TreeItem-is_visible_in_treeRémi Verschelde2024-03-051-0/+4
|\
| * Add is_visible_in_tree in TreeItemFaycal ElOuariachi2024-03-051-0/+4
* | Add auto translation to `Tree`Michael Alexsander2024-03-011-0/+2
|/
* Add `get_button_color(column, id)`radzo732024-01-281-0/+1
* Use callable for `TreeItem` custom drawA Thousand Ships2024-01-231-2/+5
* Implement disabled state for Checkbox in TreeStanislav Labzyuk2023-11-151-0/+4
* Register theme properties with ThemeDBYuri Sizov2023-09-111-2/+1
* Correctly display tooltips for buttons in Tree when they overlap cell contentMiguel Pereira2023-08-271-0/+1
* GUI: Fix text overlapping icon in `Tree`Danil Alexeev2023-08-241-0/+4
* GUI: Fix `Tree` performance regression by using cacheDanil Alexeev2023-08-041-1/+5
* Merge pull request #78393 from AThousandShips/tree_tooltipYuri Sizov2023-07-121-0/+1
|\
| * Add ability to set the tooltip text of a `TreeItem` buttonNinni Pipping2023-06-181-0/+1
* | Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_t...Yuri Sizov2023-07-121-0/+4
|\ \ | |/ |/|
| * Add the "inner_item_margin" Theme constant to the Tree controlJoão Pedro Braz2023-06-021-0/+4
* | Tree: Add ability to configure text autowrap mode for individual cellsDanil Alexeev2023-06-031-0/+4
* | Implement `TreeItem.add_child`Yuri Sizov2023-05-311-4/+3
|/
* Merge pull request #76794 from Wiwip/inline-editRémi Verschelde2023-05-111-1/+2
|\
| * Modifies the file system dock to use the inline editor instead of a dialog.Wiwip2023-05-101-1/+2
* | Improve editor state persistenceHendrik Brucker2023-05-111-2/+6
* | Fix multiline items drawing in `Tree`Danil Alexeev2023-04-281-2/+2
|/
* Add support for multiline strings to `Tree`Danil Alexeev2023-04-251-9/+16
* Add allow_search property to ItemList and Treeneedleful2023-04-181-0/+4
* Add scrollbar offset theme constants to TreeHaoyu Qiu2023-04-061-0/+10
* Merge pull request #75340 from Barugon/tree_colunm_title_alignmentRémi Verschelde2023-04-031-0/+4
|\
| * Implement column title alignment for `Tree`Barugon2023-03-271-0/+4
* | Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-1/+5
|/
* Merge pull request #70433 from Sauermann/fix-treeitem-idRémi Verschelde2023-01-161-11/+11
|\
| * Fix confusion about TreeItem.add_button ambiguity between id and indexMarkus Sauermann2022-12-291-11/+11
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Rename theme cache separation namesIceflower2022-11-301-2/+2
* [Font] Add an import option to pre-render all glyphs required for the transla...bruvzg2022-11-101-0/+1
* Tree recursive foldingNinni Pipping2022-09-211-0/+10
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+4
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-4/+8
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-3/+3
* Replace Array return types with TypedArray 3kobewi2022-08-241-1/+1
* fixed Tree UI control bug corrupting child cachederammo2022-08-041-0/+7
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+2
* Horizontal scroll for TreeNinni Pipping2022-07-071-0/+2
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-10/+0
* tree: always emit item_editedNathan Franke2022-05-261-1/+1
* Merge pull request #60061 from monkeyman192/allow_treeitem_visibleRémi Verschelde2022-05-241-0/+8
|\
| * Allow TreeItem nodes to toggle visibilitymonkeyman1922022-05-161-0/+8
* | Add the button pressed to some signals in Treetrollodel2022-05-211-1/+1
|/