summaryrefslogtreecommitdiffstats
path: root/doc/classes/TreeItem.xml
Commit message (Collapse)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.
| * [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 `TreeItem`
| * 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
|\ | | | | | | Document worker thread pool project settings and `TreeItem.uncollapse_tree()`
| * Add missing docs for worker thread pool ProjectSettings and ↵MewPurPur2024-01-161-0/+1
| | | | | | | | TreeItem.uncollapse_tree()
* | Add `get_button_color(column, id)`radzo732024-01-281-0/+8
| | | | | | | | Docs should point to Color constuctor instead of just the class, but I unfortunately cannot.
* | Use callable for `TreeItem` custom drawA Thousand Ships2024-01-231-1/+18
|/ | | | Deprecating old functionality
* 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` button
| * 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
| | | | | | | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/ | | | Keep on waitin'
* 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
| | | | | | | | | | | Also: - Add an option to limit the icon size in PopupMenu. This is similar to how this works in Tree and TreeItem. - Add the same option to TabBar. - Add a theme constant for Tree, PopupMenu, Button, and TabBar to apply this limit on the control level. Co-authored-by: Daylily-Zeleen <daylily-zeleen@foxmail.com>
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix confusion about TreeItem.add_button ambiguity between id and indexMarkus Sauermann2022-12-291-21/+21
| | | | | | | A TreeItem button has an id and an index, which can be distinct. This leads to confusion. This PR documents the distinction between id and index.
* 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
| | | | | | | | | `set_tooltip` -> `set_tooltip_text` `get_tooltip` -> `get_tooltip_text` For consistency: `get_button_tooltip` -> `get_button_tooltip_text` And the `tooltip` parameter in `add_button` was renamed to `tooltip_text`
* 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
| | | | | | | | | Add "generate_mipmap" font import option. Add some missing features to the Sprite3D. Move BiDi override code from Control to TextServer. Add functions to access TextServer font cache textures. Add MSDF related flags and shader to the standard material. Change standard material cache to use HashMap instead of Vector.
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-1/+1
| | | | | | | | | | | | | | Type emit_signal exposed method return type set UndoRedo add_do_method and add_undo_method exposed return void Set TreeItem::_call_recursive_bind returns void Set _rpc_bind and _rpc_id_bind returns void in Node Set _call_group and _call_group_flags method returns void in SceneTree Set godot-cpp-test CI flag to false
* Fix documentation about TreeItem button IDHaoyu Qiu2022-02-171-2/+2
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Improve TreeItem button APIHaoyu Qiu2022-02-081-2/+18
|
* Improve some method bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-3/+3
| | | | | This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer.
* 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
| | | | | | | Adds multi-channel SDF font texture generation and rendering support. Adds per-font oversampling support. Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading. Adds BMFont binary format and outline support.
* 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
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.