summaryrefslogtreecommitdiffstats
path: root/scene/gui/rich_text_label.h
Commit message (Expand)AuthorAgeFilesLines
* [RTL] Improve BBCode parsing.bruvzg2024-09-061-0/+4
* [RTL] Expose missing default properties, ensure bbcode is reparserd when thes...bruvzg2024-08-281-0/+10
* Add RichTextLabel `is_finished()`, deprecate `is_ready()`Micky2024-08-161-1/+1
* [RTL] Fix list item prefix width not taken into account.bruvzg2024-06-101-1/+6
* Fix RichTextLabel table overlapping with next lineaaronp642024-05-311-0/+2
* [RTL] Adds extra argument to `remove_paragraph` to skip cache invalidation an...bruvzg2024-05-021-1/+3
* Merge pull request #89705 from bruvzg/rtl_draw_stepsRémi Verschelde2024-04-291-1/+9
|\
| * [RTL] Move shadow and foreground/background boxes drawing into a separate dra...bruvzg2024-04-091-1/+9
* | [RTL] Rewrite `remove_paragraph` code.bruvzg2024-04-221-1/+1
|/
* [RTL] Add optional `push_meta` argument to control how meta underline is drawn.bruvzg2024-03-011-1/+10
* [RTL] Connect image update signals.bruvzg2024-01-261-1/+21
* Fix RichTextLabel.remove_paragraph crash by popping currentNicholas Foo2024-01-161-1/+1
* Merge pull request #80410 from bruvzg/rtl_img_featuresRémi Verschelde2023-09-261-1/+27
|\
| * [RTL] Add support for image dynamic updating, padding, tooltips and size in p...bruvzg2023-09-261-1/+27
* | Merge pull request #77819 from 0xafbf/char-fx-testsRémi Verschelde2023-09-261-11/+5
|\ \ | |/ |/|
| * Add transform support to CharFXTransformAndrés Botero2023-08-231-11/+5
* | Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-0/+3
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-0/+1
* | [RTL] Adds "lang" tag to allow overriding language specific text rendering wi...bruvzg2023-08-211-1/+8
|/
* Use compile-time Unicode string conversionHugo Locurcio2023-08-071-1/+1
* Add drag and drop option for line edit and rich text labelunknown2023-07-191-0/+6
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* Merge pull request #79011 from bruvzg/pop_allYuri Sizov2023-07-141-1/+9
|\
| * [RTL] Add `pop_all`, `push_context` and `pop_context` methods, and use it for...bruvzg2023-07-091-1/+9
* | Merge pull request #77117 from Calinou/richtextlabel-add-pulse-effectYuri Sizov2023-07-121-0/+10
|\ \ | |/ |/|
| * Add a `[pulse]` built-in effect to RichTextLabelHugo Locurcio2023-06-051-0/+10
* | [RTL] Fix multithreaded resizing.bruvzg2023-06-141-0/+1
* | Fix editor log flicker.bruvzg2023-06-121-0/+1
|/
* Merge pull request #75622 from joao-pedro-braz/parse_string_paths_with_quotes...Rémi Verschelde2023-05-241-0/+1
|\
| * Make sure to normalize subtags when parsing BBCodeJoão Pedro Braz2023-05-231-0/+1
* | [RichTextLabel] Add support for tab stops.bruvzg2023-05-201-1/+3
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-1/+4
* | Improve line BiDi handling, prevent crash on recursive log updates.bruvzg2023-04-121-0/+2
* | Add translation support to RichTextLabelTimothée Giet2023-04-111-0/+1
|/
* [RTL] Add option to customize list bullet, use U+2022 by default.bruvzg2023-03-171-1/+2
* Remove methods in header removed in c7eb814George L. Albany2023-03-151-3/+0
* RichTextLabel fixesRedMser2023-02-141-1/+0
* Fix `RichTextLabel` context menu not customizableDanil Alexeev2023-02-031-1/+4
* [RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `...bruvzg2023-01-301-2/+4
* [RichTextLabel] Match minimum size calculation of LabelHendrik Brucker2023-01-131-6/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Renamed RTL remove_line() to remove_paragraph().Koyper2022-12-211-1/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-1/+3
* [RTL] Fix search method not taking nested frame and line wraps into account.bruvzg2022-12-041-0/+2
* Remove override_selected_font_color propertykobewi2022-10-261-1/+1
* Add Spritesheet support to RichTextLabel BBCodePetra Baranski2022-10-111-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* [RTL] Fix font variations / OpenType features of theme default font not updat...bruvzg2022-09-261-1/+4
* [RTL] Add option to apply built-in effects to the individual connected glyphs.bruvzg2022-09-191-3/+4
* Fix RichTextLabel not updating on theme/theme override change until text is u...bruvzg2022-09-161-0/+11