summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
2023-04-24Improve line BiDi handling, prevent crash on recursive log updates.bruvzg
2023-04-24[TextServer] Use dedicated flag for object replacement characters.bruvzg
2023-04-24Fixed RichTextLabel wrong selection offset in padded table cell.Koyper
2023-03-27Fix get_drag_data not overridable in some Controlskobewi
2023-03-13Fix RichTextLabel crash with out of bound exceptionPaweł Fertyk
2023-02-19Ensure minimal thickness for RichTextLabel underlinesYuri Sizov
2023-02-17Set RTL minimal dash size to 2.0, add invalid dash size error to the `draw_da...bruvzg
2023-02-14RichTextLabel fixesRedMser
2023-02-03Fix `RichTextLabel` context menu not customizableDanil Alexeev
2023-01-30[RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `...bruvzg
2023-01-27Merge pull request #72149 from MinusKube/rich_text_visible_chars_bugRémi Verschelde
2023-01-27Fix char offset calculation when processing RichTextLabel line cachesMinusKube
2023-01-25Merge pull request #71983 from vmedea/push-customfxRémi Verschelde
2023-01-25Merge pull request #71330 from Geometror/richtextlabel-fit-contentRémi Verschelde
2023-01-24Expose RichTextLabel::push_customfx to GDScriptmara
2023-01-18Implement BiDi override mode for GDScript source.bruvzg
2023-01-13[RichTextLabel] Match minimum size calculation of LabelHendrik Brucker
2023-01-12Merge pull request #70566 from cg9999/richtextlabel_fixRémi Verschelde
2023-01-12Fix crash in RichTextLabel table parsingHenri Valta
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-23Merge pull request #70407 from Koyper/rich_text_bold_italicsYuri Sizov
2022-12-22Fixed RichTextLabel push bold/italic to correctly use bold_italic font.Koyper
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-15[RTL] Fix nested tables getting parent offset applied multiple times.bruvzg
2022-12-14[RTL] Fix image click detection.bruvzg
2022-12-08RichTextLabel: decouple meta cursor from underlineLluc Pares
2022-12-04[RTL] Fix search method not taking nested frame and line wraps into account.bruvzg
2022-12-02[RichTextEffect] Restore missing `relative_index` property.bruvzg
2022-11-30Rename theme cache separation namesIceflower
2022-11-24Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde
2022-11-23add possibility to use only one colorHana
2022-11-17Fix multithreaded RTL resetting scroll position on resize.bruvzg
2022-11-17Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-10-31Merge pull request #63590 from golfinq/fbg-paddingRémi Verschelde
2022-10-26Remove override_selected_font_color propertykobewi
2022-10-13Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde
2022-10-11Add Spritesheet support to RichTextLabel BBCodePetra Baranski
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-28Fix MSVC warning C4702: unreachable codeRémi Verschelde
2022-09-26[RTL] Fix font variations / OpenType features of theme default font not updat...bruvzg
2022-09-24Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M
2022-09-23Merge pull request #65158 from nongvantinh/fixed-infinite-loopRémi Verschelde
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-13RTL Improvementsbruvzg
2022-09-07[RTL] Stop threaded RTL auto-redrawing as soon as text processing is finished...bruvzg
2022-09-06Fix theming code in Panel, SplitContainer, RichTextLabelYuri Sizov
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov