summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
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-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
2020-06-19Merge pull request #33235 from nekomatata/rich-text-label-fit-heightRémi Verschelde
2020-06-15Merge pull request #39485 from theoway/append_bbcode_animation_bugRémi Verschelde
2020-06-14Re-enable scroll follow on RichTextLabel clearTomasz Chabora
2020-06-13Fixes the stopping of animation effects in bbcode after appendingUmang Kalra
2020-06-03Merge pull request #39164 from theoway/richlabeltext_align_bugRémi Verschelde
2020-06-03Allow scroll_to_line when scroll_active is 'false'Dominik 'dreamsComeTrue' Jasiński
2020-06-03Fixes the right and center alignment bug of rich text labelUmang Kalra
2020-05-30Add color option for img bbcode tag in RichTextLabel to tint imagesPouleyKetchoupp
2020-05-22Option in RichTextLabel for height to fit contentPouleyKetchoupp
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-07Merge pull request #31086 from volzhs/underlineRémi Verschelde
2020-04-30Fixed bbcode parsing for built-in RichTextEffects in RichTextLabelDarenn
2020-04-29Use underline position and thickness value in font filevolzhs
2020-04-13Fixed 0 width issue of rich text labeljanglee
2020-04-07Fixed underlines and striketrough not respecting visible characterjanglee
2020-04-06Calculate strike-through position correctlyDominik 'dreamsComeTrue' Jasiński
2020-04-05Merge pull request #37397 from Eoin-ONeill-Yokai/Bug37081Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-29Correction to RichTextLabel TabulationEoin O'Neill
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-24Make search in RichTextLabel case-insensitiveTomasz Chabora
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde