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
2023-01-25
Merge pull request #71983 from vmedea/push-customfx
Rémi Verschelde
2023-01-25
Merge pull request #71330 from Geometror/richtextlabel-fit-content
Rémi Verschelde
2023-01-24
Expose RichTextLabel::push_customfx to GDScript
mara
2023-01-18
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-13
[RichTextLabel] Match minimum size calculation of Label
Hendrik Brucker
2023-01-12
Merge pull request #70566 from cg9999/richtextlabel_fix
Rémi Verschelde
2023-01-12
Fix crash in RichTextLabel table parsing
Henri Valta
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-23
Merge pull request #70407 from Koyper/rich_text_bold_italics
Yuri Sizov
2022-12-22
Fixed RichTextLabel push bold/italic to correctly use bold_italic font.
Koyper
2022-12-21
Renamed RTL remove_line() to remove_paragraph().
Koyper
2022-12-15
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
bruvzg
2022-12-15
[RTL] Fix nested tables getting parent offset applied multiple times.
bruvzg
2022-12-14
[RTL] Fix image click detection.
bruvzg
2022-12-08
RichTextLabel: decouple meta cursor from underline
Lluc Pares
2022-12-04
[RTL] Fix search method not taking nested frame and line wraps into account.
bruvzg
2022-12-02
[RichTextEffect] Restore missing `relative_index` property.
bruvzg
2022-11-30
Rename theme cache separation names
Iceflower
2022-11-24
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-23
add possibility to use only one color
Hana
2022-11-17
Fix multithreaded RTL resetting scroll position on resize.
bruvzg
2022-11-17
Add `Control::localize_numeral_system` property to toggle automatic numeral s...
bruvzg
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-10-31
Merge pull request #63590 from golfinq/fbg-padding
Rémi Verschelde
2022-10-26
Remove override_selected_font_color property
kobewi
2022-10-13
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-11
Add Spritesheet support to RichTextLabel BBCode
Petra Baranski
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-28
Fix MSVC warning C4702: unreachable code
Rémi Verschelde
2022-09-26
[RTL] Fix font variations / OpenType features of theme default font not updat...
bruvzg
2022-09-24
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-23
Merge pull request #65158 from nongvantinh/fixed-infinite-loop
Rémi Verschelde
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-13
RTL Improvements
bruvzg
2022-09-07
[RTL] Stop threaded RTL auto-redrawing as soon as text processing is finished...
bruvzg
2022-09-06
Fix theming code in Panel, SplitContainer, RichTextLabel
Yuri Sizov
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
Rename `range_lerp` to `remap`
Micky
2022-09-02
Fix theme propagation in various parts of the editor
Yuri Sizov
2022-09-01
Fix Label & RichTextLabel's visible_ratio not working
Micky
2022-09-01
[TextServer] Add support for trimming edge spaces on line break.
bruvzg
2022-09-01
Fixes #64962 that cause program run into infinite loop
Nong Van Tinh
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-28
Reorganized Label and RichTextLabel properties
VolTer
2022-08-26
Rename Label & RichTextLabel.`percent_visible` to `visible_ratio`
Micky
2022-08-24
Merge pull request #59226 from Rindbee/better-setters-in-gui-controls
Yuri Sizov
2022-08-24
Merge pull request #64783 from bruvzg/fix_rtl_min_size
Rémi Verschelde
2022-08-23
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
Fix RTL min. size not triggering text cache update.
bruvzg
[next]