summaryrefslogtreecommitdiffstats
path: root/scene/gui/rich_text_label.h
Commit message (Expand)AuthorAgeFilesLines
* Fix RichTextLabel content height and scrollbar calculations.bruvzg2020-12-211-1/+1
* [Complex Text Layouts] Refactor RichTextLabel.bruvzg2020-12-111-111/+157
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-4/+0
* Improvement for the Copy button in the Output LogDanil Alexeev2020-09-141-0/+1
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Merge pull request #33235 from nekomatata/rich-text-label-fit-heightRémi Verschelde2020-06-191-1/+6
|\
| * Option in RichTextLabel for height to fit contentPouleyKetchoupp2020-05-221-1/+6
* | Add color option for img bbcode tag in RichTextLabel to tint imagesPouleyKetchoupp2020-05-301-1/+4
|/
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-7/+7
* Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-0/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #32870 from bergmannf/27850_rtl_bold_italicRémi Verschelde2019-10-251-0/+5
|\
| * Add push_* methods for fonts in rich_text_labelFlorian Bergmann2019-10-161-0/+5
* | Support for resized images in RichTextLabelPouleyKetchoupp2019-10-161-1/+2
|/
* Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ...Relintai2019-09-261-117/+31
* Merge pull request #32202 from Relintai/fix-crash-in-rich-text-labelRémi Verschelde2019-09-241-22/+71
|\
| * Fix crash on some platforms in RichTextLabel.Relintai2019-09-191-22/+71
* | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+1
|/
* Update RichTextLabel to support real time effects and custom BBCodes.Eoin O'Neill2019-09-031-3/+147
* Fix for #29810Elia Sarti2019-06-201-0/+1
* Use correct meta item in rich text.Kārlis Seņko2019-02-221-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix richtextlabel meta links shouldn't open when swiping to scrolldennisseong2018-10-091-0/+1
* Add proper strikethrough BBCode to RichTextLabelMichael Alexsander Silva Dias2018-09-231-0/+8
* -Fix tooltips in inspector, now they show as rich text.Juan Linietsky2018-07-201-0/+5
* Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias2018-05-141-1/+0
* Change from "search dialog" to "search bar" on help screenGuilherme Silva2018-05-081-1/+2
* Merge pull request #18122 from olivergs/wip/rtl-content-heightMax Hilbrunner2018-05-071-0/+2
|\
| * RichTextLabel, doc: Added new method to get total content heightOliver Gutierrez2018-04-111-0/+2
* | Implement font shadows for RichTextLabelMarkus Törnqvist2018-04-121-1/+1
|/
* Fix bad rendering of BBCode tables in `RichTextLabel`robfram2018-03-181-0/+2
* Fixes wrong vertical font layout in RichTextLabelBernhard Liebl2018-01-141-0/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix crash in RichTextLabel::selection_copy()Bernhard Liebl2017-12-101-2/+2
* Adding ability for single meta hoveringWill Nations2017-11-171-0/+3
* Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde2017-10-151-0/+4
|\
| * keep font color on selection as defaulttoger52017-09-281-0/+4
* | RichTextLabel: Added get_visible_line_count method.Ferenc Arn2017-09-211-1/+3
|/
* richTextLable implemented stylebox supporttoger52017-09-021-0/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
* Added additional functions to RichTextLabel:TwistedTwigleg2017-07-081-0/+6
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-64/+63