summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.h
AgeCommit message (Expand)Author
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-02-15Expose RichTextLabel selection to scriptPouleyKetchoupp
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-18RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...bruvzg
2021-01-08Merge pull request #35505 from dalexeev/rtl_colorsRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Merge pull request #43691 from bruvzg/ctl_dropcapRémi Verschelde
2020-12-21Fix 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-09Cleanup unused engine codeTomasz Chabora
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-17Unified named colors in RichTextLabelDanil Alexeev
2020-09-14Improvement for the Copy button in the Output LogDanil Alexeev
2020-07-10Add override keywords.Marcel Admiraal
2020-06-19Merge pull request #33235 from nekomatata/rich-text-label-fit-heightRémi Verschelde
2020-05-30Add color option for img bbcode tag in RichTextLabel to tint imagesPouleyKetchoupp
2020-05-22Option in RichTextLabel for height to fit contentPouleyKetchoupp
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-25Merge pull request #32870 from bergmannf/27850_rtl_bold_italicRémi Verschelde
2019-10-16Add push_* methods for fonts in rich_text_labelFlorian Bergmann
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
2019-09-26Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ...Relintai
2019-09-24Merge pull request #32202 from Relintai/fix-crash-in-rich-text-labelRémi Verschelde
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-19Fix crash on some platforms in RichTextLabel.Relintai
2019-09-03Update RichTextLabel to support real time effects and custom BBCodes.Eoin O'Neill
2019-06-20Fix for #29810Elia Sarti
2019-02-22Use correct meta item in rich text.Kārlis Seņko
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-09Fix richtextlabel meta links shouldn't open when swiping to scrolldennisseong
2018-09-23Add proper strikethrough BBCode to RichTextLabelMichael Alexsander Silva Dias
2018-07-20-Fix tooltips in inspector, now they show as rich text.Juan Linietsky
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-05-08Change from "search dialog" to "search bar" on help screenGuilherme Silva
2018-05-07Merge pull request #18122 from olivergs/wip/rtl-content-heightMax Hilbrunner
2018-04-12Implement font shadows for RichTextLabelMarkus Törnqvist
2018-04-11RichTextLabel, doc: Added new method to get total content heightOliver Gutierrez
2018-03-18Fix bad rendering of BBCode tables in `RichTextLabel`robfram
2018-01-14Fixes wrong vertical font layout in RichTextLabelBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-10Fix crash in RichTextLabel::selection_copy()Bernhard Liebl