Age | Commit message (Expand) | Author |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-30 | RichTextLabel: On custom effect change, parse bbcode only if it's enabled and... | bruvzg |
2021-03-29 | Use extra font spacing in the RichTextLabel line height calculation, and styl... | bruvzg |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-16 | Fix BBCode tables overlap with bottom text | jmb462 |
2021-03-14 | Fix RTL BBCode range regression and selection issues. | bruvzg |
2021-03-03 | Hide more options of disabled properties | Michael Alexsander |
2021-02-24 | Fixed 'nonexistent action' errors spammed at startup on OSX | Eric M |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M |
2021-02-15 | Expose RichTextLabel selection to script | PouleyKetchoupp |
2021-02-14 | RichTextLabel::add_image Fail if passed image has no area | kleonc |
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-12 | Use get_char_size(' ') to calculate space width. | bruvzg |
2021-02-10 | Removed _change_notify | reduz |
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-15 | Merge pull request #44870 from alexpech12/fix-rich-text-label-set-visible-cha... | Rémi Verschelde |
2021-01-14 | Keep RichTextLabel visible character properties in sync | Alexander Pech |
2021-01-08 | RichTextLabel: Fix build after #35505 | Rémi Verschelde |
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 | Fix missed renamings from empty() to is_empty() | Rémi Verschelde |
2020-12-29 | Merge pull request #43691 from bruvzg/ctl_dropcap | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Merge pull request #44605 from madmiraal/rename-control-margin | Rémi Verschelde |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
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-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
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-09-11 | Fix RichTextLabel alignment for clickable regions | PouleyKetchoupp |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-11 | Fix RichTextLabel center alignment bug | Umang Kalra |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-22 | Merge pull request #40217 from theoway/visible_line_count_fix | Rémi Verschelde |
2020-07-14 | Correct RichTextLabel.custom_effects property type metadata | Emmanuel Leblond |
2020-07-09 | Fixes the get_visible_line_count() of rich text label | Umang Kalra |
2020-07-03 | Fix RichTextLabel fill alignment regression | PouleyKetchoupp |
2020-06-19 | Merge pull request #33235 from nekomatata/rich-text-label-fit-height | Rémi Verschelde |
2020-06-15 | Merge pull request #39485 from theoway/append_bbcode_animation_bug | Rémi Verschelde |
2020-06-14 | Re-enable scroll follow on RichTextLabel clear | Tomasz Chabora |
2020-06-13 | Fixes the stopping of animation effects in bbcode after appending | Umang Kalra |
2020-06-03 | Merge pull request #39164 from theoway/richlabeltext_align_bug | Rémi Verschelde |
2020-06-03 | Allow scroll_to_line when scroll_active is 'false' | Dominik 'dreamsComeTrue' Jasiński |
2020-06-03 | Fixes the right and center alignment bug of rich text label | Umang Kalra |