summaryrefslogtreecommitdiffstats
path: root/scene/resources/text_paragraph.h
Commit message (Expand)AuthorAgeFilesLines
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-3/+0
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+4
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-2/+2
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-3/+7
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+3
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-14/+3
* [RTL] Add support for shaping in background thread.bruvzg2022-05-191-1/+5
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-5/+5
* Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-091-0/+3
|\
| * [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-011-0/+3
* | Fix: typo in TextParagraph class and docsMurilo Gonçalves2021-10-191-1/+1
|/
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-6/+4
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-111-2/+24
|\
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-2/+24
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-2/+2
|/
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Use extra font spacing in the RichTextLabel line height calculation, and styl...bruvzg2021-03-291-0/+3
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg2020-12-131-2/+16
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-0/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+124