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
2022-01-11
Fix BBCode underline prevents strikethrough from rendering
Haoyu Qiu
2022-01-07
Merge pull request #54351 from LeaoLuciano/leak-remove-line-richtextlabel
Rémi Verschelde
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
2022-01-02
Fix various typos
luz paz
2021-12-23
Merge pull request #55636 from bruvzg/vis_char_modes
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-06
Rename minimum_size_changed() method
kobewi
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-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-12
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-11
Fix RichTextLabel selection copy with table cells.
bruvzg
2021-11-06
Fix Label and RichTextLabale text shadows and shadow outlines.
bruvzg
2021-10-28
Fix memory leak in RichTextLabel.remove_line
LeaoLuciano
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
Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning
Rémi Verschelde
2021-10-23
Fix primary clipboard warning
ConteZero
2021-10-23
Make RichTextLabel's parse_bbcode and append_text return void
Haoyu Qiu
2021-10-20
Merge pull request #53702 from ConteZero/primary_clipboard_linux
Rémi Verschelde
2021-10-19
Fix: typo in TextParagraph class and docs
Murilo Gonçalves
2021-10-18
Added primary clipboard for Linux
ConteZero
2021-10-04
Remove EDSCALE dependency from /scene/gui
Yuri Sizov
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-09-25
Construct values only when necessary.
Anilforextra
2021-09-23
Construct values only when necessary.
Anilforextra
2021-09-21
Add flag to connected grapheme. Apply RTL displacement FX only to the whole c...
bruvzg
2021-09-20
Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` m...
bruvzg
2021-09-16
Remove bbcode_text from RichTextLabel
HaSa1002
2021-09-14
Merge pull request #52353 from williamd67/documentation-view-scroll-to-end
Rémi Verschelde
2021-09-07
Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menu
Max Hilbrunner
2021-09-02
Fix documentation viewer to scroll to end
William Deurwaarder
2021-08-28
Add support for internal nodes
kobewi
2021-08-27
Makes FontData importable resource.
bruvzg
2021-08-24
RichTextLabel returns member (Array) for custom effects for Editor
William Deurwaarder
2021-08-24
Make RichTextLabel honour default cursor shape property
Haoyu Qiu
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-21
Fix line_separation working incorrectly in find_click of RichTextLabel
Menderes
2021-08-20
Fix line_separation constant working incorrectly in RichTextLabel
requizm
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-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-06-25
Fix RichTextLabel custom_effects export to be properly filtered in the Editor
Eric M
2021-06-20
Rich Text Label now allows for foreground colors and background colors
golfinq
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]