summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
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
2020-01-08Fixes RichTextLabel click issue when cell text wrapsHaoyu Qiu
2020-01-07Check if cursor is inside meta when getting cursor shapeKanabenki
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-12Fixes crash after remove_line in RichTextLabelHaoyu Qiu
2019-10-25Merge pull request #32870 from bergmannf/27850_rtl_bold_italicRémi Verschelde
2019-10-22Shadows Now Properly Translate by RichTextEffect offset.Eoin O'Neill
2019-10-22Merge pull request #32965 from volzhs/richtextlabel-scroll-activeRémi Verschelde
2019-10-22Fix scrolling RichTextLabel with scroll_active=falsevolzhs
2019-10-16Add push_* methods for fonts in rich_text_labelFlorian Bergmann
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
2019-10-05Fix crash in Control functionsqarmin
2019-09-26Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ...Relintai
2019-09-11Fix Sanitization BugEoin O'Neill
2019-09-03Update RichTextLabel to support real time effects and custom BBCodes.Eoin O'Neill
2019-08-30Merge pull request #30927 from mahubu/console-multi-selection-cursorRémi Verschelde
2019-08-01Same method when redrawing as when theme changedCameron Reikes
2019-07-29Change cursor to multi-selection cursor when selecting text in RichTextLabel.Teto