Age | Commit message (Expand) | Author |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-09 | Use doubles for time in many other places | Aaron Franke |
2021-08-08 | [Text Server] Improve object (image/table) inline alignment. | bruvzg |
2021-06-20 | Merge pull request #35608 from golfinq/master | Rémi Verschelde |
2021-06-20 | Rich Text Label now allows for foreground colors and background colors | golfinq |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-16 | Documentation search fixes | Gregory Basile |
2021-05-26 | Fixed implementation of RTL remove_line(), which fixed issues in EditorLog. | Eric M |
2021-05-04 | Improve output log performance. | Eric M |
2021-03-03 | Hide more options of disabled properties | Michael Alexsander |
2021-02-15 | Expose RichTextLabel selection to script | PouleyKetchoupp |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-18 | RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `... | bruvzg |
2021-01-08 | Merge pull request #35505 from dalexeev/rtl_colors | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-29 | Merge pull request #43691 from bruvzg/ctl_dropcap | Rémi Verschelde |
2020-12-21 | Fix 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-09 | Cleanup unused engine code | Tomasz Chabora |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-17 | Unified named colors in RichTextLabel | Danil Alexeev |
2020-09-14 | Improvement for the Copy button in the Output Log | Danil Alexeev |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-06-19 | Merge pull request #33235 from nekomatata/rich-text-label-fit-height | Rémi Verschelde |
2020-05-30 | Add color option for img bbcode tag in RichTextLabel to tint images | PouleyKetchoupp |
2020-05-22 | Option in RichTextLabel for height to fit content | PouleyKetchoupp |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-25 | Merge pull request #32870 from bergmannf/27850_rtl_bold_italic | Rémi Verschelde |
2019-10-16 | Add push_* methods for fonts in rich_text_label | Florian Bergmann |
2019-10-16 | Support for resized images in RichTextLabel | PouleyKetchoupp |
2019-09-26 | Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ... | Relintai |
2019-09-24 | Merge pull request #32202 from Relintai/fix-crash-in-rich-text-label | Rémi Verschelde |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-09-19 | Fix crash on some platforms in RichTextLabel. | Relintai |
2019-09-03 | Update RichTextLabel to support real time effects and custom BBCodes. | Eoin O'Neill |
2019-06-20 | Fix for #29810 | Elia Sarti |
2019-02-22 | Use correct meta item in rich text. | Kārlis Seņko |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-09 | Fix richtextlabel meta links shouldn't open when swiping to scroll | dennisseong |
2018-09-23 | Add proper strikethrough BBCode to RichTextLabel | Michael Alexsander Silva Dias |
2018-07-20 | -Fix tooltips in inspector, now they show as rich text. | Juan Linietsky |
2018-05-14 | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias |