summaryrefslogtreecommitdiffstats
path: root/doc/classes/CharFXTransform.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove link to outdated CharFX example projectskyace652024-10-271-1/+0
|
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|
* Add transform support to CharFXTransformAndrés Botero2023-08-231-0/+3
| | | | | | Use absolute transforms for CharFX fix formatting
* 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'
* Ensure `RID`, `Callable`, and `Signal` are stored as stringsNinni Pipping2023-06-221-1/+1
| | | | | Prevents parser errors in `.tscn` and `.tres` files where the assignment would otherwise be empty.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [RichTextEffect] Restore missing `relative_index` property.bruvzg2022-12-021-0/+3
|
* 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.
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* Add that elapsed_time in CharFXTransform resets when RichTextLabels text is ↵Xeadriel2021-10-131-1/+1
| | | | | | | | changed Update doc/classes/CharFXTransform.xml Grammar fix Co-authored-by: Aaron Record <50304111+LightningAA@users.noreply.github.com>
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
|
* Add flag to connected grapheme. Apply RTL displacement FX only to the whole ↵bruvzg2021-09-211-0/+6
| | | | connected grapheme. Pass more glyph info to the custom RTL FX.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* 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.