summaryrefslogtreecommitdiffstats
path: root/doc/classes/TreeItem.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-4/+4
|
* Use bold fonts in editorreduz2021-06-021-0/+18
| | | | | | | * Labels are now bold * Categories in trees are bold * Main editor buttons are bold * Fixed section folding arrows in inspector
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-6/+60
|
* doc: Sync classref with current sourceRémi Verschelde2021-03-251-0/+6
|
* docs: Add TreeItem method descriptionsJames Westman2021-01-281-1/+11
|
* [Complex Text Layouts] Add TextServer documentation. Update Font, ↵bruvzg2020-11-261-0/+109
| | | | CanvasItem, Theme and modified controls documentation.
* Clarify TreeItem return valuesTheDuriel2020-07-201-6/+6
|
* doc: Sync classref with current sourceRémi Verschelde2020-05-111-0/+18
|
* Mention how to remove TreeItem from a TreeTomasz Chabora2020-04-211-1/+2
|
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+1
| | | | | | | | | | For us, it practically only changes the fact that `A<A<int>>` is now used instead of the C++03 compatible `A<A<int> >`. Note: clang-format 10+ changed the `Standard` arguments to fully specified `c++11`, `c++14`, etc. versions, but we can't use `c++17` now if we want to preserve compatibility with clang-format 8 and 9. `Cpp11` is still supported as deprecated alias for `Latest`.
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-2/+2
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-11/+12
| | | | | | | | Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* doc: Markup fixes for enums and constantsRémi Verschelde2019-12-061-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-10-111-9/+9
|
* Added missing bind_method to TreeItem::get_custom_color().dankan18902019-10-061-0/+9
| | | | Fix #32595
* Merge pull request #22834 from lupoDharkael/recursive-itemRémi Verschelde2019-10-041-0/+9
|\ | | | | Add call_recursive method to TreeItem
| * Add call_recursive method to TreeItemlupoDharkael2019-09-041-0/+9
| |
* | doc: Sync classref with current sourceRémi Verschelde2019-09-271-1/+3
| | | | | | | | And various fixes to bindings, hyperlinks and an uninitialized variable.
* | #14011: Implement `TreeItem.get_button_tooltip(column, idx)`.Nolan Darilek2019-09-261-0/+9
| | | | | | | | | | | | When added to `TreeItem`, buttons are given tooltips. When returned via `get_button(...)`, however, the button is a `Texture` and the tooltip information isn't included. For accessibility purposes, it is useful to have access to the tooltip text. As such, we can retrieve a button's tooltip to use as a button label.
* | Tree: fix and expose icon modulationmerumelu2019-08-241-0/+20
| |
* | documented set_button_disabledMeriipu2019-07-171-0/+1
| |
* | TreeItem: Rename new button disable method to set_button_disabledRémi Verschelde2019-07-091-0/+12
| | | | | | | | | | | | Follow-up to #30408. Also sync classref with current source.
* | Proofread and improve the whole class referenceHugo Locurcio2019-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* | doc: Sync classref with current sourceRémi Verschelde2019-06-011-0/+6
| |
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
| |
* | Merge pull request #27465 from ↵Rémi Verschelde2019-04-051-1/+1
|\ \ | | | | | | | | | | | | neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support
| * | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-1/+1
| | | | | | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
* | | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/ /
* | doc: Add missing commas after "If true/false"Rémi Verschelde2018-12-201-6/+6
| |
* | [Docs] Fixed 'get_button_count's link and a typo related to 'button'.M. Huri2018-10-131-1/+1
| |
* | Update class documentation xmlKelly Thomas2018-10-071-5/+2
| |
* | Add critical info to TreeItem.set_custom_draw documentationflorian2018-10-021-0/+1
|/ | | | Indicates that the method needs 2 arguments to be called
* [DOCS] TreeItem: Small fix for remove_child()Max Hilbrunner2018-06-181-1/+1
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Update docsBojidar Marinov2018-01-121-48/+11
| | | | [ci skip]
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-9/+9
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-10-221-1/+1
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde2017-10-211-1/+1
| | | | Fixes #11517.
* doc: Sync classref with current sourceRémi Verschelde2017-10-111-1/+1
| | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
* [DOCS] Document Treemhilbrunner2017-10-091-0/+61
|
* doc: Sync classref with current sourceRémi Verschelde2017-09-161-0/+6
| | | | [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-0/+14
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+535
possible to save module files in module directories and the build system will recognize them.