summaryrefslogtreecommitdiffstats
path: root/doc/classes/CharFXTransform.xml
Commit message (Collapse)AuthorAgeFilesLines
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-3/+3
|
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
|
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using codespell 2.0.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-1/+1
| | | | And fix various bogus bindings following previous PRs.
* [Complex Text Layouts] Refactor RichTextLabel.bruvzg2020-12-111-20/+11
|
* Translate GDScript Code Examples to C# (C)HaSa10022020-09-261-2/+9
| | | | | | | | | | | | | | | Translates Code Examples in classes beginning with `C`. Includes: * Callable * CanvasItem * CharFXTransform * Color * ColorRect * ConfigFile * ConfirmationDialog * Control * Crypto
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-2/+2
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* Fix some URLs to use HTTPS when availableRémi Verschelde2020-01-291-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.
* CharFXTransform: Drop unnecessary get_value_or()Rémi Verschelde2019-12-121-11/+0
| | | | | | | | See https://github.com/godotengine/godot/pull/23658#issuecomment-562706669 The method was implemented back when Dictionary.get(key, default) did not exist, but now that it does we do not need a custom method in CharFXTransform. It's a new feature in 3.2, so does not break compat with 3.1.x.
* Document RichTextEffect and CharFXTransformHugo Locurcio2019-12-061-0/+23
|
* doc: Sync classref with current sourceRémi Verschelde2019-09-241-0/+41
Fix a few missing bindings or unspecified argument names and default values.