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-09-26
[RTL] Fix font variations / OpenType features of theme default font not updat...
bruvzg
2022-09-19
[RTL] Add option to apply built-in effects to the individual connected glyphs.
bruvzg
2022-09-16
Fix RichTextLabel not updating on theme/theme override change until text is u...
bruvzg
2022-09-02
Fix theme propagation in various parts of the editor
Yuri Sizov
2022-08-26
Rename Label & RichTextLabel.`percent_visible` to `visible_ratio`
Micky
2022-08-23
[RTL] Improve meta click position.
bruvzg
2022-07-26
[RichTextLabel] Fix theme bold / italics / bold italics and mono font size no...
bruvzg
2022-07-13
Make the meta click area fit
Rindbee
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-06-16
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-05
Fix richTextLabel scroll showing
iwek
2022-05-19
[RTL] Add support for shaping in background thread.
bruvzg
2022-04-22
Implement Label3D node.
bruvzg
2022-04-12
Add context menu to RichTextLabel
ConteZero
2022-04-10
Add select_all() to RichTextLabel
ConteZero
2022-04-06
[RTL] Improve table cell selection.
bruvzg
2022-04-04
Add deselect() to RichTextLabel
ConteZero
2022-03-18
Merge pull request #58394 from bruvzg/rtl_hint
Rémi Verschelde
2022-03-04
Add optional constructor arguments to more Control nodes
Hugo Locurcio
2022-02-21
Add RichTextLabel "hint" tag.
bruvzg
2022-02-16
Merge pull request #58055 from markdibarry/add_get_line_offset
Rémi Verschelde
2022-02-13
Add offset methods for lines and paragraphs in RichTextLabel
markdibarry
2022-02-13
Add get_character_line method for RichTextLabel
markdibarry
2022-02-10
Merge pull request #55207 from ConteZero/rich_text_label_drag
Rémi Verschelde
2022-02-10
Add drag to RichTextLabel
ConteZero
2022-02-10
Add get_content_width method
markdibarry
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
[next]