summaryrefslogtreecommitdiffstats
path: root/doc/classes/RichTextLabel.xml
Commit message (Expand)AuthorAgeFilesLines
* [RTL] Add support for shaping in background thread.bruvzg2022-05-191-0/+27
* Merge pull request #60261 from fire-forge/theme-prop-renamesRémi Verschelde2022-04-251-2/+2
|\
| * Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* | Implement Label3D node.bruvzg2022-04-221-2/+2
|/
* Add context menu to RichTextLabelConteZero2022-04-121-0/+19
* Add select_all() to RichTextLabelConteZero2022-04-101-0/+7
* Add deselect() to RichTextLabelConteZero2022-04-041-0/+6
* Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde2022-03-181-2/+14
|\
| * Add RichTextLabel "hint" tag.bruvzg2022-02-211-2/+14
* | Rename Control's Rect properties to exclude rect_ partMarcel Admiraal2022-03-081-1/+1
|/
* Merge pull request #58055 from markdibarry/add_get_line_offsetRémi Verschelde2022-02-161-0/+14
|\
| * Add offset methods for lines and paragraphs in RichTextLabelmarkdibarry2022-02-131-0/+14
* | Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-151-1/+1
|\ \
| * | Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| |/
* / Add get_character_line method for RichTextLabelmarkdibarry2022-02-131-0/+14
|/
* Add get_content_width methodmarkdibarry2022-02-101-0/+6
* Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...bruvzg2022-02-031-0/+15
* Mention that modifying text erases BBCode stackskobewi2022-01-151-1/+1
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-1/+1
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-1/+1
* | Merge pull request #55636 from bruvzg/vis_char_modesRémi Verschelde2021-12-231-0/+18
|\ \
| * | Add different "visible characters" behavior modes.bruvzg2021-12-061-0/+18
* | | Document that transparent StyleBoxes/textures should be used for UI focusHugo Locurcio2021-12-151-1/+1
* | | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-15/+3
|/ /
* | Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
* | Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-46/+46
|/
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg2021-11-061-3/+3
* Merge pull request #54166 from ConteZero/unique_selectionRémi Verschelde2021-10-271-0/+3
|\
| * Add option to make selection uniqueConteZero2021-10-271-0/+3
* | Make RichTextLabel's parse_bbcode and append_text return voidHaoyu Qiu2021-10-231-4/+4
|/
* Add warnings to methods that give access to internal nodesYuri Sizov2021-10-101-0/+1
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Remove bbcode_text from RichTextLabelHaSa10022021-09-161-11/+13
* Merge pull request #50197 from SirQuartz/patch-16Max Hilbrunner2021-09-161-0/+1
|\
| * Add note to `RichTextLabel`Nick Huelin2021-07-071-0/+1
* | Fix line_separation constant working incorrectly in RichTextLabelrequizm2021-08-201-1/+1
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-2/+2
* | Add theme item descriptions to the online documentationYuri Sizov2021-08-041-27/+27
* | doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-200/+100
|/
* Rich Text Label now allows for foreground colors and background colorsgolfinq2021-06-201-3/+25
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-14/+14
* Expose RichTextLabel selection to scriptPouleyKetchoupp2021-02-151-0/+21
* [CTL] Add missing font outline drawing routines and theme constants.bruvzg2021-02-141-0/+6
* doc: Sync classref with current sourceRémi Verschelde2021-01-281-3/+3
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-4/+4
* RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...bruvzg2021-01-181-1/+24
* Keep RichTextLabel visible character properties in syncAlexander Pech2021-01-141-0/+1
* Merge pull request #44710 from Calinou/doc-richtextlabel-no-entangled-tagsRémi Verschelde2020-12-291-0/+1
|\
| * Document RichTextLabel not supporting entangled BBCode tagsHugo Locurcio2020-12-261-0/+1