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.h
Age
Commit message (
Expand
)
Author
2022-02-03
Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...
bruvzg
2022-02-02
[TextServer] Add function to change font, font size, and OpenType features wi...
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2021-12-23
Merge pull request #55636 from bruvzg/vis_char_modes
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-06
Add different "visible characters" behavior modes.
bruvzg
2021-11-30
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-06
Fix Label and RichTextLabale text shadows and shadow outlines.
bruvzg
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-27
Merge pull request #54166 from ConteZero/unique_selection
Rémi Verschelde
2021-10-27
Add option to make selection unique
ConteZero
2021-10-23
Make RichTextLabel's parse_bbcode and append_text return void
Haoyu Qiu
2021-09-21
Add flag to connected grapheme. Apply RTL displacement FX only to the whole c...
bruvzg
2021-09-16
Remove bbcode_text from RichTextLabel
HaSa1002
2021-08-24
RichTextLabel returns member (Array) for custom effects for Editor
William Deurwaarder
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
[next]