summaryrefslogtreecommitdiffstats
path: root/scene/resources/text_paragraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-2/+4
* Use extra font spacing in the RichTextLabel line height calculation, and styl...bruvzg2021-03-291-0/+11
* Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal...bruvzg2021-02-151-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-1/+1
* Merge pull request #43691 from bruvzg/ctl_dropcapRémi Verschelde2020-12-291-15/+206
|\
| * [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg2020-12-131-15/+206
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
|/
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-21/+36
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+517