summaryrefslogtreecommitdiffstats
path: root/doc/classes/RichTextLabel.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-3/+3
|\
| * Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-3/+3
* | [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-1/+1
|/
* [RTL] Expose missing default properties, ensure bbcode is reparserd when thes...bruvzg2024-08-281-0/+9
* Merge pull request #93940 from Mickeon/deprecate_RichTextLabel_is_readyRémi Verschelde2024-08-261-10/+16
|\
| * Add RichTextLabel `is_finished()`, deprecate `is_ready()`Micky2024-08-161-10/+16
* | Add `push_url` as a keyword for `push_meta`Micky2024-07-091-2/+2
|/
* [RTL] Adds references to cell and column configuration methods.bruvzg2024-05-291-2/+2
* [RTL] Adds extra argument to `remove_paragraph` to skip cache invalidation an...bruvzg2024-05-021-0/+9
* Update links to outdated asset library demosskyace652024-04-071-2/+2
* Fix issues with text clearing in `RichTextLabel`Michael Alexsander2024-03-021-2/+3
* [RTL] Add optional `push_meta` argument to control how meta underline is drawn.bruvzg2024-03-011-0/+11
* Merge pull request #88956 from akien-mga/doc-rtl-zero-idxRémi Verschelde2024-02-291-2/+2
|\
| * RTL: Clarify that line, paragraph, and character numbers are zero-indexedRémi Verschelde2024-02-281-2/+2
* | Merge pull request #88255 from Calinou/doc-richtextlabel-meta-clickedRémi Verschelde2024-02-291-2/+13
|\ \
| * | Document using RichTextLabel's `meta_clicked` to handle clickable URLsHugo Locurcio2024-02-271-2/+13
| |/
* / Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
|/
* Improve RichTextLabel `install_effect()` documentationHugo Locurcio2023-12-191-1/+22
* Merge pull request #79571 from Calinou/doc-richtextlabel-paddingRémi Verschelde2023-10-301-2/+2
|\
| * Clarify the purpose of RichTextLabel text highlight paddingHugo Locurcio2023-07-171-2/+2
* | Validate `code` tags for class and member referencesYuri Sizov2023-10-031-29/+29
* | [RTL] Add support for image dynamic updating, padding, tooltips and size in p...bruvzg2023-09-261-0/+48
* | [RTL] Adds "lang" tag to allow overriding language specific text rendering wi...bruvzg2023-08-211-0/+7
* | Add drag and drop option for line edit and rich text labelunknown2023-07-191-0/+3
|/
* Merge pull request #79011 from bruvzg/pop_allYuri Sizov2023-07-141-0/+18
|\
| * [RTL] Add `pop_all`, `push_context` and `pop_context` methods, and use it for...bruvzg2023-07-091-0/+18
* | Merge pull request #79053 from Daylily-Zeleen/daylily-zeleen/rich_text_label_...Yuri Sizov2023-07-121-2/+3
|\ \ | |/ |/|
| * Add missing default value for RichTextLabel methodDaylily-Zeleen2023-07-111-2/+3
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-1/+1
* Fixed `RichTextLabel::clear` documentationFelipe Augusto Marques2023-06-131-1/+2
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-4/+4
* [RichTextLabel] Add support for tab stops.bruvzg2023-05-201-0/+1
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-0/+1
* Fixed various typos across the docsUltraBIF2023-05-021-1/+1
* [RTL] Add option to customize list bullet, use U+2022 by default.bruvzg2023-03-171-0/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* RichTextLabel fixesRedMser2023-02-141-55/+1
* Fix `RichTextLabel` context menu not customizableDanil Alexeev2023-02-031-0/+55
* Merge pull request #71983 from vmedea/push-customfxRémi Verschelde2023-01-251-0/+8
|\
| * Expose RichTextLabel::push_customfx to GDScriptmara2023-01-241-0/+8
* | Merge pull request #71330 from Geometror/richtextlabel-fit-contentRémi Verschelde2023-01-251-4/+3
|\ \ | |/ |/|
| * [RichTextLabel] Match minimum size calculation of LabelHendrik Brucker2023-01-131-4/+3
* | add RichTextLabel::push_font_size descriptionmatt08-prog2023-01-161-0/+1
|/
* Renamed RTL remove_line() to remove_paragraph().Koyper2022-12-211-4/+4
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-0/+1
* [RTL] Fix search method not taking nested frame and line wraps into account.bruvzg2022-12-041-0/+6
* Merge pull request #63590 from golfinq/fbg-paddingRémi Verschelde2022-10-311-0/+6
|\