summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
2019-10-05Fix crash in Control functionsqarmin
2019-09-26Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ...Relintai
2019-09-11Fix Sanitization BugEoin O'Neill
2019-09-03Update RichTextLabel to support real time effects and custom BBCodes.Eoin O'Neill
2019-08-30Merge pull request #30927 from mahubu/console-multi-selection-cursorRémi Verschelde
2019-08-01Same method when redrawing as when theme changedCameron Reikes
2019-07-29Change cursor to multi-selection cursor when selecting text in RichTextLabel.Teto
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-20Fix for #29810Elia Sarti
2019-06-14Fix RichTextLabel alignment tags not working properlyElia Sarti
2019-06-07Fix RichLabelText::_process_line crashqarmin
2019-05-27Fix uninitialised member variable 'meta_hovering' in RichTextLabelIbrahn Sahir
2019-04-27Fix the unclickable links inside the docDaw11
2019-04-23Revert "RichTextLabel: Adding the ability to change the default cursor"Rémi Verschelde
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-04-02Fixed an issue where changing the default_cursor on the RichTextLabel's meta_...Robear Selwans
2019-03-08Added the ability to change the default cursor property for the RichTextLabel...Robear Selwans
2019-02-22Use correct meta item in rich text.Kārlis Seņko
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-13Merge pull request #22870 from semtri/godot-issue-7620Rémi Verschelde
2018-12-02RichTextLabel: update the cache when the scroll hide.allkhor
2018-11-23RichTextLabel: clear the scroll offset.allkhor
2018-10-25Fix "fill" justification in RichTextLabel to only affect lines that have auto...Sean McCarthy
2018-10-09Fix richtextlabel meta links shouldn't open when swiping to scrolldennisseong
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-27Inspector: Enable wrap for multiline text widgetRémi Verschelde
2018-09-23Add proper strikethrough BBCode to RichTextLabelMichael Alexsander Silva Dias
2018-09-15Rename ScrollBar's drag_slave to drag_nodeRémi Verschelde
2018-09-12Merge pull request #21877 from DualMatrix/richlabelRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-08Fixed the remove_line function in richtextlabel. It was totally brokenDualMatrix
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-20-Fix tooltips in inspector, now they show as rich text.Juan Linietsky
2018-07-01Fix underline_meta not working in RichTextLabelWill Nations
2018-05-08Change from "search dialog" to "search bar" on help screenGuilherme Silva
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-05-07Merge pull request #18122 from olivergs/wip/rtl-content-heightMax Hilbrunner
2018-05-05Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner
2018-04-21fix clang6 assignment errorthfrwn
2018-04-12Implement font shadows for RichTextLabelMarkus Törnqvist
2018-04-11RichTextLabel, doc: Added new method to get total content heightOliver Gutierrez