summaryrefslogtreecommitdiffstats
path: root/doc/classes/TreeItem.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix many untagged true/false/null in the documentationMicky2024-11-101-3/+3
* Add auto translate mode for cells in TreeHaoyu Qiu2024-10-011-0/+16
* Merge pull request #96643 from bruvzg/fs_linksRémi Verschelde2024-09-121-0/+15
|\
| * [FileSystem Dock] Add symlink indicator and tooltip.bruvzg2024-09-061-0/+15
* | Updated TreeItem documentationApples2024-09-061-5/+5
|/
* Improve documentation on TreeItem's cell modeskobewi2024-05-191-7/+16
* Merge pull request #88300 from FaycalElOuariachi/add-TreeItem-is_visible_in_treeRémi Verschelde2024-03-051-0/+6
|\
| * Add is_visible_in_tree in TreeItemFaycal ElOuariachi2024-03-051-0/+6
* | Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-2/+2
* | Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-2/+1
|/
* Merge pull request #82376 from MewPurPur/add-missing-docsRémi Verschelde2024-02-081-0/+1
|\
| * Add missing docs for worker thread pool ProjectSettings and TreeItem.uncollap...MewPurPur2024-01-161-0/+1
* | Add `get_button_color(column, id)`radzo732024-01-281-0/+8
* | Use callable for `TreeItem` custom drawA Thousand Ships2024-01-231-1/+18
|/
* GUI: Fix text overlapping icon in `Tree`Danil Alexeev2023-08-241-0/+15
* Merge pull request #78393 from AThousandShips/tree_tooltipYuri Sizov2023-07-121-0/+9
|\
| * Add ability to set the tooltip text of a `TreeItem` buttonNinni Pipping2023-06-181-0/+9
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/
* Tree: Add ability to configure text autowrap mode for individual cellsDanil Alexeev2023-06-031-0/+15
* Implement `TreeItem.add_child`Yuri Sizov2023-05-311-1/+9
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-4/+4
* Clarify range of various ID values are 32 bitNinni Pipping2023-05-191-0/+1
* Improve editor state persistenceHendrik Brucker2023-05-111-2/+18
* Add support for multiline strings to `Tree`Danil Alexeev2023-04-251-5/+21
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-2/+2
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Fix confusion about TreeItem.add_button ambiguity between id and indexMarkus Sauermann2022-12-291-21/+21
* Use capitalized ID in the docHaoyu Qiu2022-12-081-2/+2
* Expose TreeItem::set_button_colorJummit2022-10-091-0/+9
* Tree recursive foldingNinni Pipping2022-09-211-0/+15
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-7/+7
* Replace Array return types with TypedArray 3kobewi2022-08-241-1/+1
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-38/+38
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-124/+124
* Clarified usage of TreeItem get_next*() and get_prev*() functions.Derwent Ready (drentsoft)2022-07-081-4/+4
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-24/+0
* Allow TreeItem nodes to toggle visibilitymonkeyman1922022-05-161-0/+4
* Implement Label3D node.bruvzg2022-04-221-2/+2
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-1/+1
* Fix documentation about TreeItem button IDHaoyu Qiu2022-02-171-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Improve TreeItem button APIHaoyu Qiu2022-02-081-2/+18
* Improve some method bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-3/+3
* Add usage of indeterminate checkboxes to editorkobewi2022-01-221-1/+1
* Addded methods to propagate checks & refactored classes to use new methods.Kevin Fischer2022-01-181-0/+8
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-14/+5
* Makes FontData importable resource.bruvzg2021-08-271-0/+17
* Added icons and API for indeterminate checkmarks for the Tree class.Kevin Fischer2021-08-161-1/+17
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-400/+200