index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
rich_text_label.cpp
Age
Commit message (
Expand
)
Author
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-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
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: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-07
Merge pull request #31086 from volzhs/underline
Rémi Verschelde
2020-04-30
Fixed bbcode parsing for built-in RichTextEffects in RichTextLabel
Darenn
2020-04-29
Use underline position and thickness value in font file
volzhs
2020-04-13
Fixed 0 width issue of rich text label
janglee
2020-04-07
Fixed underlines and striketrough not respecting visible character
janglee
2020-04-06
Calculate strike-through position correctly
Dominik 'dreamsComeTrue' Jasiński
2020-04-05
Merge pull request #37397 from Eoin-ONeill-Yokai/Bug37081
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-29
Correction to RichTextLabel Tabulation
Eoin O'Neill
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-24
Make search in RichTextLabel case-insensitive
Tomasz Chabora
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
[next]