summaryrefslogtreecommitdiffstats
path: root/doc/classes/Theme.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix below what value is invalid in default_font_size docGiganzo2024-09-091-1/+1
|
* 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'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
|
* Fix various typos in the classrefHaoyu Qiu2023-03-091-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-8/+8
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-55/+54
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-108/+108
|
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+6
|
* 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.
* Add an explicit way to remove a theme typeYuri Sizov2022-02-111-0/+15
|
* Refine Theme documentation to make it more factualYuri Sizov2022-02-041-88/+112
|
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
|
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+1
| | | | And fix up formatting not supported by makerst.
* Add the base scale factor to the Theme resourceYuri Sizov2021-10-041-2/+26
|
* Add support for partial custom editor themesYuri Sizov2021-08-141-13/+8
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-328/+164
| | | | | | | | 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.
* Add type variations to ThemeYuri Sizov2021-07-131-0/+52
|
* Add theme_custom_type property to Control and WindowYuri Sizov2021-05-171-102/+102
|
* doc: Sync classref with current sourceRémi Verschelde2021-03-291-1/+1
|
* Add utility methods to Theme, improve error messages and documentationYuri Sizov2021-03-221-6/+206
|
* [docs] Clarification on theme's get_styleboxAndy Maloney2021-02-201-1/+3
| | | | Remove reference to "icon" (must have been a copy-paste error) & clarify where to find out what names & node_types are valid.
* Remove unused argument in Theme method and expose missing methodsYuri Sizov2020-12-171-5/+31
|
* [Complex Text Layouts] Add TextServer documentation. Update Font, ↵bruvzg2020-11-261-0/+60
| | | | CanvasItem, Theme and modified controls documentation.
* Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio2020-10-271-63/+63
| | | | | | | This makes it clearer that it expects a node type as a string (such as "Label") instead of a type like "TYPE_ARRAY". This is backwards-compatible since only the name of the parameter is changed, not its order.
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-40/+40
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-14/+14
| | | | Handle removal of Pool*Array types and other recent changes.
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-6/+6
| | | | | | | | 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-34/+34
|
* Add descriptions to clear and copy_theme.conankzhang2019-10-301-0/+2
|
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-1/+1
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-1/+1
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-34/+34
| | | | | | | | | | | | | - 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: Make all tutorial links track "latest" in master branchRémi Verschelde2019-06-011-1/+1
| | | | | | | | | | | | While the master branch is in development state for the next stable branch, its links should point to the "latest" docs branch, to ensure that users of the unstable builds are linked to the relevant documentation. Those links could be switched to stable branch subdomains before branching off for a new major or minor release, to start tracking the frozen stable docs branches. See discussion in #29104.
* Add "GUI skinning" tutorial link to the 'Theme' docMichael Alexsander Silva Dias2019-05-241-0/+1
|
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-01-261-0/+8
|
* doc: Sync classref with current sourceRémi Verschelde2018-12-041-0/+6
|
* 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
|
* Added documentation for World, Theme, StreamTexture, Sky, and ShortCutTwistedTwigleg2017-11-281-0/+39
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-14/+0
|