summaryrefslogtreecommitdiff
path: root/scene/resources/text_paragraph.cpp
AgeCommit message (Expand)Author
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-03-29Use extra font spacing in the RichTextLabel line height calculation, and styl...bruvzg
2021-02-15Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal...bruvzg
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-29Merge pull request #43691 from bruvzg/ctl_dropcapRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-13[Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg
2020-12-06[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg