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
/
gui
/
rich_text_label.h
Age
Commit message (
Expand
)
Author
2021-03-03
Hide more options of disabled properties
Michael Alexsander
2021-02-15
Expose RichTextLabel selection to script
PouleyKetchoupp
2021-02-14
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-18
RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...
bruvzg
2021-01-08
Merge pull request #35505 from dalexeev/rtl_colors
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Merge pull request #43691 from bruvzg/ctl_dropcap
Rémi Verschelde
2020-12-21
Fix RichTextLabel content height and scrollbar calculations.
bruvzg
2020-12-13
[Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.
bruvzg
2020-12-11
[Complex Text Layouts] Refactor RichTextLabel.
bruvzg
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-17
Unified named colors in RichTextLabel
Danil Alexeev
2020-09-14
Improvement for the Copy button in the Output Log
Danil Alexeev
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-19
Merge pull request #33235 from nekomatata/rich-text-label-fit-height
Rémi Verschelde
2020-05-30
Add color option for img bbcode tag in RichTextLabel to tint images
PouleyKetchoupp
2020-05-22
Option in RichTextLabel for height to fit content
PouleyKetchoupp
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-01
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-25
Merge pull request #32870 from bergmannf/27850_rtl_bold_italic
Rémi Verschelde
2019-10-16
Add push_* methods for fonts in rich_text_label
Florian Bergmann
2019-10-16
Support for resized images in RichTextLabel
PouleyKetchoupp
2019-09-26
Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ...
Relintai
2019-09-24
Merge pull request #32202 from Relintai/fix-crash-in-rich-text-label
Rémi Verschelde
2019-09-22
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-19
Fix crash on some platforms in RichTextLabel.
Relintai
2019-09-03
Update RichTextLabel to support real time effects and custom BBCodes.
Eoin O'Neill
2019-06-20
Fix for #29810
Elia Sarti
2019-02-22
Use correct meta item in rich text.
Kārlis Seņko
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-09
Fix richtextlabel meta links shouldn't open when swiping to scroll
dennisseong
2018-09-23
Add proper strikethrough BBCode to RichTextLabel
Michael Alexsander Silva Dias
2018-07-20
-Fix tooltips in inspector, now they show as rich text.
Juan Linietsky
2018-05-14
Fixed some warnings found with Cppcheck.
Michael Alexsander Silva Dias
2018-05-08
Change from "search dialog" to "search bar" on help screen
Guilherme Silva
2018-05-07
Merge pull request #18122 from olivergs/wip/rtl-content-height
Max Hilbrunner
2018-04-12
Implement font shadows for RichTextLabel
Markus Törnqvist
2018-04-11
RichTextLabel, doc: Added new method to get total content height
Oliver Gutierrez
2018-03-18
Fix bad rendering of BBCode tables in `RichTextLabel`
robfram
2018-01-14
Fixes wrong vertical font layout in RichTextLabel
Bernhard Liebl
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-10
Fix crash in RichTextLabel::selection_copy()
Bernhard Liebl
[next]