index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
text_paragraph.cpp
Age
Commit message (
Expand
)
Author
2021-08-27
Makes FontData importable resource.
bruvzg
2021-08-21
Fix ItemList layout (+EditorFileDialog)
Hendrik Brucker
2021-08-11
Merge pull request #51178 from Geometror/layout-options-textline-textparagraph
Rémi Verschelde
2021-08-11
Various text layout improvements (TextLine, TextParagraph, Label, TextServer)
Hendrik Brucker
2021-08-08
[Text Server] Improve object (image/table) inline alignment.
bruvzg
2021-05-25
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-03-29
Use extra font spacing in the RichTextLabel line height calculation, and styl...
bruvzg
2021-02-15
Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal...
bruvzg
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-29
Merge pull request #43691 from bruvzg/ctl_dropcap
Rémi Verschelde
2020-12-28
Rename 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