Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement Tree's internal minimum width calculation | Gilles Roudière | 2021-06-28 | 1 | -4/+4 | |
| | ||||||
* | Use bold fonts in editor | reduz | 2021-06-02 | 1 | -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 nodes | trollodel | 2021-05-17 | 1 | -6/+60 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2021-03-25 | 1 | -0/+6 | |
| | ||||||
* | docs: Add TreeItem method descriptions | James Westman | 2021-01-28 | 1 | -1/+11 | |
| | ||||||
* | [Complex Text Layouts] Add TextServer documentation. Update Font, ↵ | bruvzg | 2020-11-26 | 1 | -0/+109 | |
| | | | | CanvasItem, Theme and modified controls documentation. | |||||
* | Clarify TreeItem return values | TheDuriel | 2020-07-20 | 1 | -6/+6 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-05-11 | 1 | -0/+18 | |
| | ||||||
* | Mention how to remove TreeItem from a Tree | Tomasz Chabora | 2020-04-21 | 1 | -1/+2 | |
| | ||||||
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -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 changes | Rémi Verschelde | 2020-02-22 | 1 | -2/+2 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-02-12 | 1 | -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.0 | clayjohn | 2020-01-31 | 1 | -1/+1 | |
| | ||||||
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -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 constants | Rémi Verschelde | 2019-12-06 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-10-11 | 1 | -9/+9 | |
| | ||||||
* | Added missing bind_method to TreeItem::get_custom_color(). | dankan1890 | 2019-10-06 | 1 | -0/+9 | |
| | | | | Fix #32595 | |||||
* | Merge pull request #22834 from lupoDharkael/recursive-item | Rémi Verschelde | 2019-10-04 | 1 | -0/+9 | |
|\ | | | | | Add call_recursive method to TreeItem | |||||
| * | Add call_recursive method to TreeItem | lupoDharkael | 2019-09-04 | 1 | -0/+9 | |
| | | ||||||
* | | doc: Sync classref with current source | Rémi Verschelde | 2019-09-27 | 1 | -1/+3 | |
| | | | | | | | | And various fixes to bindings, hyperlinks and an uninitialized variable. | |||||
* | | #14011: Implement `TreeItem.get_button_tooltip(column, idx)`. | Nolan Darilek | 2019-09-26 | 1 | -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 modulation | merumelu | 2019-08-24 | 1 | -0/+20 | |
| | | ||||||
* | | documented set_button_disabled | Meriipu | 2019-07-17 | 1 | -0/+1 | |
| | | ||||||
* | | TreeItem: Rename new button disable method to set_button_disabled | Rémi Verschelde | 2019-07-09 | 1 | -0/+12 | |
| | | | | | | | | | | | | Follow-up to #30408. Also sync classref with current source. | |||||
* | | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -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 source | Rémi Verschelde | 2019-06-01 | 1 | -0/+6 | |
| | | ||||||
* | | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 | |
| | | ||||||
* | | Merge pull request #27465 from ↵ | Rémi Verschelde | 2019-04-05 | 1 | -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 Etcheverry | 2019-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class. | |||||
* | | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 | |
|/ / | ||||||
* | | doc: Add missing commas after "If true/false" | Rémi Verschelde | 2018-12-20 | 1 | -6/+6 | |
| | | ||||||
* | | [Docs] Fixed 'get_button_count's link and a typo related to 'button'. | M. Huri | 2018-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | Update class documentation xml | Kelly Thomas | 2018-10-07 | 1 | -5/+2 | |
| | | ||||||
* | | Add critical info to TreeItem.set_custom_draw documentation | florian | 2018-10-02 | 1 | -0/+1 | |
|/ | | | | Indicates that the method needs 2 arguments to be called | |||||
* | [DOCS] TreeItem: Small fix for remove_child() | Max Hilbrunner | 2018-06-18 | 1 | -1/+1 | |
| | ||||||
* | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 | |
| | | | | It has no practical use case and just generates noise for each alpha, beta, etc. | |||||
* | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 1 | -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 XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 | |
| | ||||||
* | Update docs | Bojidar Marinov | 2018-01-12 | 1 | -48/+11 | |
| | | | | [ci skip] | |||||
* | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | 2017-11-24 | 1 | -9/+9 | |
| | ||||||
* | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 | |
| | ||||||
* | doc: Remove revision.module_config from version string | Rémi Verschelde | 2017-11-15 | 1 | -1/+1 | |
| | | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | |||||
* | classref: Sync with current source | Rémi Verschelde | 2017-10-22 | 1 | -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]s | Rémi Verschelde | 2017-10-21 | 1 | -1/+1 | |
| | | | | Fixes #11517. | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2017-10-11 | 1 | -1/+1 | |
| | | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip] | |||||
* | [DOCS] Document Tree | mhilbrunner | 2017-10-09 | 1 | -0/+61 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2017-09-16 | 1 | -0/+6 | |
| | | | | [ci skip] | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2017-09-13 | 1 | -0/+14 | |
| | | | | [ci skip] | |||||
* | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+535 | |
possible to save module files in module directories and the build system will recognize them. |