summaryrefslogtreecommitdiff
path: root/doc/classes/RichTextLabel.xml
AgeCommit message (Expand)Author
2022-07-26[RichTextLabel] Fix theme bold / italics / bold italics and mono font size no...bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-19[RTL] Add support for shaping in background thread.bruvzg
2022-04-25Merge pull request #60261 from fire-forge/theme-prop-renamesRémi Verschelde
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-22Implement Label3D node.bruvzg
2022-04-12Add context menu to RichTextLabelConteZero
2022-04-10Add select_all() to RichTextLabelConteZero
2022-04-04Add deselect() to RichTextLabelConteZero
2022-03-18Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde
2022-03-08Rename Control's Rect properties to exclude rect_ partMarcel Admiraal
2022-02-21Add RichTextLabel "hint" tag.bruvzg
2022-02-16Merge pull request #58055 from markdibarry/add_get_line_offsetRémi Verschelde
2022-02-15Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-13Add offset methods for lines and paragraphs in RichTextLabelmarkdibarry
2022-02-13Add get_character_line method for RichTextLabelmarkdibarry
2022-02-10Add get_content_width methodmarkdibarry
2022-02-03Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...bruvzg
2022-01-15Mention that modifying text erases BBCode stackskobewi
2022-01-03Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde
2021-12-23Merge pull request #55636 from bruvzg/vis_char_modesRémi Verschelde
2021-12-15Document that transparent StyleBoxes/textures should be used for UI focusHugo Locurcio
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Add different "visible characters" behavior modes.bruvzg
2021-12-03Make overridden properties link to parent definitionYuri Sizov
2021-12-01Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov
2021-11-30Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-06Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg
2021-10-27Merge pull request #54166 from ConteZero/unique_selectionRémi Verschelde
2021-10-27Add option to make selection uniqueConteZero
2021-10-23Make RichTextLabel's parse_bbcode and append_text return voidHaoyu Qiu
2021-10-10Add warnings to methods that give access to internal nodesYuri Sizov
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-09-16Remove bbcode_text from RichTextLabelHaSa1002
2021-09-16Merge pull request #50197 from SirQuartz/patch-16Max Hilbrunner
2021-08-20Fix line_separation constant working incorrectly in RichTextLabelrequizm
2021-08-08[Text Server] Improve object (image/table) inline alignment.bruvzg
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-07Add note to `RichTextLabel`Nick Huelin
2021-06-20Rich Text Label now allows for foreground colors and background colorsgolfinq
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-02-15Expose RichTextLabel selection to scriptPouleyKetchoupp
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-01-28doc: Sync classref with current sourceRémi Verschelde
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal