Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 1 | -1/+1 |
| | |||||
* | [RTL] Expose missing default properties, ensure bbcode is reparserd when ↵ | bruvzg | 2024-08-28 | 1 | -1/+1 |
| | | | | these are changed. | ||||
* | Make `Label3D` obey auto translation | Michael Alexsander | 2024-03-01 | 1 | -0/+1 |
| | |||||
* | Add missing tutorials to documentation classes | Hugo Locurcio | 2023-08-19 | 1 | -0/+1 |
| | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -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-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Display `BitField[Enum]` in docs to distinguish from `Enum` | Danil Alexeev | 2023-06-15 | 1 | -1/+1 |
| | |||||
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. ↵ | bruvzg | 2023-05-15 | 1 | -0/+3 |
| | | | | Add flags to control last/single line justification. | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Add line breaking support to the TextMesh. | bruvzg | 2022-08-10 | 1 | -0/+12 |
| | |||||
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -24/+1 |
| | |||||
* | Implement TextMesh resource. | bruvzg | 2022-05-13 | 1 | -0/+77 |
Apply simulated slant and embolden to the TextServer `gont_get_glyph_contours` results. |