summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextLine.xml
Commit message (Collapse)AuthorAgeFilesLines
* [Text Overrun] Add option to set custom ellipsis character, add support for ↵bruvzg2023-12-041-0/+3
| | | | system font fallback.
* 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'
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-1/+1
|
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-0/+2
|
* Update TextLine.xmlIan Gaither2022-10-241-0/+1
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-3/+3
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-23/+23
|
* Use BitField hint for the TextServer enums. Add missing parts for BitField ↵bruvzg2022-07-151-2/+2
| | | | support to the GDextension API.
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+4
|
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the ↵bruvzg2022-06-161-19/+2
| | | | TextServer.
* 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.
* [TextServer] Add function to change font, font size, and OpenType features ↵bruvzg2022-02-021-0/+1
| | | | without invalidating line break points, justification points, or recreating shaped text buffer.
* Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-2/+1
| | | | | Also make sure to always convert multiline dictionaries to a single line for its EditorHelp representation, as multiline values break formatting.
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-4/+3
|
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-111-0/+18
|\ | | | | Various text layout improvements (TextLine, TextParagraph, Label, TextServer)
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-0/+18
| |
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-2/+2
|/
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-82/+41
| | | | | | | | 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.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
|
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
|
* [Complex Text Layouts] Add TextServer documentation. Update Font, ↵bruvzg2020-11-261-0/+212
CanvasItem, Theme and modified controls documentation.