summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.h
AgeCommit message (Expand)Author
2023-01-30[RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `...bruvzg
2023-01-13[RichTextLabel] Match minimum size calculation of LabelHendrik Brucker
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-21Renamed RTL remove_line() to remove_paragraph().Koyper
2022-12-15[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg
2022-12-04[RTL] Fix search method not taking nested frame and line wraps into account.bruvzg
2022-10-26Remove override_selected_font_color propertykobewi
2022-10-11Add Spritesheet support to RichTextLabel BBCodePetra Baranski
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-26[RTL] Fix font variations / OpenType features of theme default font not updat...bruvzg
2022-09-19[RTL] Add option to apply built-in effects to the individual connected glyphs.bruvzg
2022-09-16Fix RichTextLabel not updating on theme/theme override change until text is u...bruvzg
2022-09-02Fix theme propagation in various parts of the editorYuri Sizov
2022-08-26Rename Label & RichTextLabel.`percent_visible` to `visible_ratio`Micky
2022-08-23[RTL] Improve meta click position.bruvzg
2022-07-26[RichTextLabel] Fix theme bold / italics / bold italics and mono font size no...bruvzg
2022-07-13Make the meta click area fitRindbee
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-06-05Fix richTextLabel scroll showingiwek
2022-05-19[RTL] Add support for shaping in background thread.bruvzg
2022-04-22Implement Label3D node.bruvzg
2022-04-12Add context menu to RichTextLabelConteZero
2022-04-10Add select_all() to RichTextLabelConteZero
2022-04-06[RTL] Improve table cell selection.bruvzg
2022-04-04Add deselect() to RichTextLabelConteZero
2022-03-18Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde
2022-03-04Add optional constructor arguments to more Control nodesHugo Locurcio
2022-02-21Add RichTextLabel "hint" tag.bruvzg
2022-02-16Merge pull request #58055 from markdibarry/add_get_line_offsetRémi Verschelde
2022-02-13Add offset methods for lines and paragraphs in RichTextLabelmarkdibarry
2022-02-13Add get_character_line method for RichTextLabelmarkdibarry
2022-02-10Merge pull request #55207 from ConteZero/rich_text_label_dragRémi Verschelde
2022-02-10Add drag to RichTextLabelConteZero
2022-02-10Add get_content_width methodmarkdibarry
2022-02-03Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...bruvzg
2022-02-02[TextServer] Add function to change font, font size, and OpenType features wi...bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
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-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Add different "visible characters" behavior modes.bruvzg
2021-11-30Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander
2021-11-06Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
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-09-21Add flag to connected grapheme. Apply RTL displacement FX only to the whole c...bruvzg
2021-09-16Remove bbcode_text from RichTextLabelHaSa1002