summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
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
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-17Merge pull request #36229 from dreamsComeTrue/rich-text-label-key-eventsRémi Verschelde
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-14RichTextLabel: proper handling of internal key eventsDominik 'dreamsComeTrue' Jasiński
2020-02-11Texture refactorJuan Linietsky
2020-02-09Merge pull request #35768 from Eoin-ONeill-Yokai/hiddenRichTextRémi Verschelde
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-01-30Fix RichTextEffect `visibility` to Account for Skipped Characters.Eoin O'Neill
2020-01-08Emits meta_hover_ended when mouse exit RichTextLabelHaoyu Qiu