summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
2021-05-26Fixed implementation of RTL remove_line(), which fixed issues in EditorLog.Eric M
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-13Attempt to fix rich text label effects processing even whenEoin O'Neill
2021-05-05Fixed issues with Editor Log after recent changesEric M
2021-05-04Merge pull request #47855 from aaronfranke/doubleclickRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-05-04Improve output log performance.Eric M
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-30RichTextLabel: On custom effect change, parse bbcode only if it's enabled and...bruvzg
2021-03-29Use extra font spacing in the RichTextLabel line height calculation, and styl...bruvzg
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-16Fix BBCode tables overlap with bottom textjmb462
2021-03-14Fix RTL BBCode range regression and selection issues.bruvzg
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-02-24Fixed 'nonexistent action' errors spammed at startup on OSXEric M
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-15Expose RichTextLabel selection to scriptPouleyKetchoupp
2021-02-14RichTextLabel::add_image Fail if passed image has no areakleonc
2021-02-14[CTL] Fix RichTextLabel cell horizontal padding.bruvzg
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-12Use get_char_size(' ') to calculate space width.bruvzg
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-18RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...bruvzg
2021-01-15Merge pull request #44870 from alexpech12/fix-rich-text-label-set-visible-cha...Rémi Verschelde
2021-01-14Keep RichTextLabel visible character properties in syncAlexander Pech
2021-01-08RichTextLabel: Fix build after #35505Rémi Verschelde
2021-01-08Merge pull request #35505 from dalexeev/rtl_colorsRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-29Merge pull request #43691 from bruvzg/ctl_dropcapRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Merge pull request #44605 from madmiraal/rename-control-marginRémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-21Fix RichTextLabel content height and scrollbar calculations.bruvzg
2020-12-13[Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg
2020-12-11[Complex Text Layouts] Refactor RichTextLabel.bruvzg
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-17Unified named colors in RichTextLabelDanil Alexeev
2020-09-14Improvement for the Copy button in the Output LogDanil Alexeev
2020-09-11Fix RichTextLabel alignment for clickable regionsPouleyKetchoupp
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-11Fix RichTextLabel center alignment bugUmang Kalra
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-22Merge pull request #40217 from theoway/visible_line_count_fixRémi Verschelde
2020-07-14Correct RichTextLabel.custom_effects property type metadataEmmanuel Leblond
2020-07-09Fixes the get_visible_line_count() of rich text labelUmang Kalra
2020-07-03Fix RichTextLabel fill alignment regressionPouleyKetchoupp