| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #99020 from Mickeon/documentation-example-pruning-2 | Thaddeus Crews | 2024-11-12 | 1 | -3/+3 |
|\ |
|
| * | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 1 | -3/+3 |
* | | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 1 | -1/+1 |
|/ |
|
* | [RTL] Expose missing default properties, ensure bbcode is reparserd when thes... | bruvzg | 2024-08-28 | 1 | -0/+9 |
* | Merge pull request #93940 from Mickeon/deprecate_RichTextLabel_is_ready | Rémi Verschelde | 2024-08-26 | 1 | -10/+16 |
|\ |
|
| * | Add RichTextLabel `is_finished()`, deprecate `is_ready()` | Micky | 2024-08-16 | 1 | -10/+16 |
* | | Add `push_url` as a keyword for `push_meta` | Micky | 2024-07-09 | 1 | -2/+2 |
|/ |
|
* | [RTL] Adds references to cell and column configuration methods. | bruvzg | 2024-05-29 | 1 | -2/+2 |
* | [RTL] Adds extra argument to `remove_paragraph` to skip cache invalidation an... | bruvzg | 2024-05-02 | 1 | -0/+9 |
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -2/+2 |
* | Fix issues with text clearing in `RichTextLabel` | Michael Alexsander | 2024-03-02 | 1 | -2/+3 |
* | [RTL] Add optional `push_meta` argument to control how meta underline is drawn. | bruvzg | 2024-03-01 | 1 | -0/+11 |
* | Merge pull request #88956 from akien-mga/doc-rtl-zero-idx | Rémi Verschelde | 2024-02-29 | 1 | -2/+2 |
|\ |
|
| * | RTL: Clarify that line, paragraph, and character numbers are zero-indexed | Rémi Verschelde | 2024-02-28 | 1 | -2/+2 |
* | | Merge pull request #88255 from Calinou/doc-richtextlabel-meta-clicked | Rémi Verschelde | 2024-02-29 | 1 | -2/+13 |
|\ \ |
|
| * | | Document using RichTextLabel's `meta_clicked` to handle clickable URLs | Hugo Locurcio | 2024-02-27 | 1 | -2/+13 |
| |/ |
|
* / | Use black for font outlines by default instead of white | Hugo Locurcio | 2024-02-28 | 1 | -1/+1 |
|/ |
|
* | Improve RichTextLabel `install_effect()` documentation | Hugo Locurcio | 2023-12-19 | 1 | -1/+22 |
* | Merge pull request #79571 from Calinou/doc-richtextlabel-padding | Rémi Verschelde | 2023-10-30 | 1 | -2/+2 |
|\ |
|
| * | Clarify the purpose of RichTextLabel text highlight padding | Hugo Locurcio | 2023-07-17 | 1 | -2/+2 |
* | | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -29/+29 |
* | | [RTL] Add support for image dynamic updating, padding, tooltips and size in p... | bruvzg | 2023-09-26 | 1 | -0/+48 |
* | | [RTL] Adds "lang" tag to allow overriding language specific text rendering wi... | bruvzg | 2023-08-21 | 1 | -0/+7 |
* | | Add drag and drop option for line edit and rich text label | unknown | 2023-07-19 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #79011 from bruvzg/pop_all | Yuri Sizov | 2023-07-14 | 1 | -0/+18 |
|\ |
|
| * | [RTL] Add `pop_all`, `push_context` and `pop_context` methods, and use it for... | bruvzg | 2023-07-09 | 1 | -0/+18 |
* | | Merge pull request #79053 from Daylily-Zeleen/daylily-zeleen/rich_text_label_... | Yuri Sizov | 2023-07-12 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Add missing default value for RichTextLabel method | Daylily-Zeleen | 2023-07-11 | 1 | -2/+3 |
* | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
|/ |
|
* | Display `BitField[Enum]` in docs to distinguish from `Enum` | Danil Alexeev | 2023-06-15 | 1 | -1/+1 |
* | Fixed `RichTextLabel::clear` documentation | Felipe Augusto Marques | 2023-06-13 | 1 | -1/+2 |
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -4/+4 |
* | [RichTextLabel] Add support for tab stops. | bruvzg | 2023-05-20 | 1 | -0/+1 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -0/+1 |
* | Fixed various typos across the docs | UltraBIF | 2023-05-02 | 1 | -1/+1 |
* | [RTL] Add option to customize list bullet, use U+2022 by default. | bruvzg | 2023-03-17 | 1 | -0/+1 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | RichTextLabel fixes | RedMser | 2023-02-14 | 1 | -55/+1 |
* | Fix `RichTextLabel` context menu not customizable | Danil Alexeev | 2023-02-03 | 1 | -0/+55 |
* | Merge pull request #71983 from vmedea/push-customfx | Rémi Verschelde | 2023-01-25 | 1 | -0/+8 |
|\ |
|
| * | Expose RichTextLabel::push_customfx to GDScript | mara | 2023-01-24 | 1 | -0/+8 |
* | | Merge pull request #71330 from Geometror/richtextlabel-fit-content | Rémi Verschelde | 2023-01-25 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | [RichTextLabel] Match minimum size calculation of Label | Hendrik Brucker | 2023-01-13 | 1 | -4/+3 |
* | | add RichTextLabel::push_font_size description | matt08-prog | 2023-01-16 | 1 | -0/+1 |
|/ |
|
* | Renamed RTL remove_line() to remove_paragraph(). | Koyper | 2022-12-21 | 1 | -4/+4 |
* | Document MDSF font outlines may require `msdf_pixel_range` adjustments | Hugo Locurcio | 2022-12-19 | 1 | -0/+1 |
* | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | 2022-12-15 | 1 | -0/+1 |
* | [RTL] Fix search method not taking nested frame and line wraps into account. | bruvzg | 2022-12-04 | 1 | -0/+6 |
* | Merge pull request #63590 from golfinq/fbg-padding | Rémi Verschelde | 2022-10-31 | 1 | -0/+6 |
|\ |
|