| Commit message (Expand) | Author | Age | Files | Lines |
* | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 1 | -0/+3 |
* | [RTL] Expose missing default properties, ensure bbcode is reparserd when thes... | bruvzg | 2024-08-28 | 1 | -1/+1 |
* | [RTL] Fix text size rounding with MSDF fonts. | bruvzg | 2024-07-22 | 1 | -1/+1 |
* | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+3 |
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | Display `BitField[Enum]` in docs to distinguish from `Enum` | Danil Alexeev | 2023-06-15 | 1 | -2/+2 |
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -1/+1 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -2/+2 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | 2022-12-15 | 1 | -0/+2 |
* | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney | 2022-08-11 | 1 | -7/+7 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -56/+56 |
* | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -2/+5 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -21/+7 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -19/+2 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -0/+1 |
* | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde | 2022-01-18 | 1 | -4/+2 |
* | Fix usage of "Return" in the docs | kobewi | 2022-01-02 | 1 | -1/+1 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
* | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | 2021-11-09 | 1 | -0/+3 |
|\ |
|
| * | [Text Server] Add support for user defined punctuation list, used for word br... | bruvzg | 2021-10-01 | 1 | -0/+3 |
* | | Fix: typo in TextParagraph class and docs | Murilo Gonçalves | 2021-10-19 | 1 | -1/+1 |
|/ |
|
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg | 2021-10-01 | 1 | -1/+1 |
* | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -2/+2 |
* | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde | 2021-08-11 | 1 | -0/+21 |
|\ |
|
| * | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker | 2021-08-11 | 1 | -0/+21 |
* | | [Text Server] Improve object (image/table) inline alignment. | bruvzg | 2021-08-08 | 1 | -2/+2 |
|/ |
|
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -182/+91 |
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -9/+9 |
* | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -1/+1 |
* | Use extra font spacing in the RichTextLabel line height calculation, and styl... | bruvzg | 2021-03-29 | 1 | -0/+14 |
* | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 |
* | [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL. | bruvzg | 2020-12-13 | 1 | -5/+85 |
* | [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,... | bruvzg | 2020-11-26 | 1 | -0/+299 |