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
2019-07-08
Use base `Color()` constructors instead of `Color::html()`
Hugo Locurcio
2019-06-27
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-20
Fix for #29810
Elia Sarti
2019-06-14
Fix RichTextLabel alignment tags not working properly
Elia Sarti
2019-06-07
Fix RichLabelText::_process_line crash
qarmin
2019-05-27
Fix uninitialised member variable 'meta_hovering' in RichTextLabel
Ibrahn Sahir
2019-04-27
Fix the unclickable links inside the doc
Daw11
2019-04-23
Revert "RichTextLabel: Adding the ability to change the default cursor"
Rémi Verschelde
2019-04-22
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-08
Small fixes, mostly dupicated code
qarmin
2019-04-02
Fixed an issue where changing the default_cursor on the RichTextLabel's meta_...
Robear Selwans
2019-03-08
Added the ability to change the default cursor property for the RichTextLabel...
Robear Selwans
2019-02-22
Use correct meta item in rich text.
Kārlis Seņko
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-13
Merge pull request #22870 from semtri/godot-issue-7620
Rémi Verschelde
2018-12-02
RichTextLabel: update the cache when the scroll hide.
allkhor
2018-11-23
RichTextLabel: clear the scroll offset.
allkhor
2018-10-25
Fix "fill" justification in RichTextLabel to only affect lines that have auto...
Sean McCarthy
2018-10-09
Fix richtextlabel meta links shouldn't open when swiping to scroll
dennisseong
2018-09-27
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-27
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
Fix warnings for operator precedence disambiguation [-Wparentheses]
Rémi Verschelde
2018-09-27
Inspector: Enable wrap for multiline text widget
Rémi Verschelde
2018-09-23
Add proper strikethrough BBCode to RichTextLabel
Michael Alexsander Silva Dias
2018-09-15
Rename ScrollBar's drag_slave to drag_node
Rémi Verschelde
2018-09-12
Merge pull request #21877 from DualMatrix/richlabel
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-08
Fixed the remove_line function in richtextlabel. It was totally broken
DualMatrix
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-20
-Fix tooltips in inspector, now they show as rich text.
Juan Linietsky
2018-07-01
Fix underline_meta not working in RichTextLabel
Will Nations
2018-05-08
Change from "search dialog" to "search bar" on help screen
Guilherme Silva
2018-05-08
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
2018-05-07
Merge pull request #18122 from olivergs/wip/rtl-content-height
Max Hilbrunner
2018-05-05
Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow
Max Hilbrunner
2018-04-21
fix clang6 assignment error
thfrwn
2018-04-12
Implement font shadows for RichTextLabel
Markus Törnqvist
2018-04-11
RichTextLabel, doc: Added new method to get total content height
Oliver Gutierrez
2018-03-24
Fix `RichTextLabel` column size growing beyond its calculated `max_width`
robfram
2018-03-18
Fix bad rendering of BBCode tables in `RichTextLabel`
robfram
2018-03-02
Fix more regressions in RichTextLabel from PR 15711
Bernhard Liebl
2018-03-01
Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32d
poke1024
2018-01-14
Fixes wrong vertical font layout in RichTextLabel
Bernhard Liebl
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Merge pull request #15317 from poke1024/fix-rtl-underline
Rémi Verschelde
[next]