summaryrefslogtreecommitdiffstats
path: root/scene/resources/text_line.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+23
* Do not apply extra spacing twice.bruvzg2023-10-091-6/+0
* Mark dirty flags when shaped texts are invalidatedMinusKube2023-01-281-0/+5
* 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-6/+6
* Code simplificationsMarkus Sauermann2022-11-071-5/+1
* Fix `TextLine` and `TextParagraph` `get_*_object_rect` methods not accounting...bruvzg2022-10-261-1/+42
* Fix various typos not caught by codespellluz paz2022-07-211-1/+1
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-13/+13
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-20/+22
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-16/+10
* Capitalize/fix some property enum hintsFireForge2022-05-121-1/+1
* Fix center aligned text clipping.bruvzg2022-04-041-8/+24
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-1/+1
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-27/+27
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-13/+5
* Makes FontData importable resource.bruvzg2021-08-271-4/+4
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-111-2/+55
|\
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-2/+55
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-4/+4
|/
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal...bruvzg2021-02-151-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-7/+17
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+359