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-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
2022-08-23
[RTL] Improve meta click position.
bruvzg
2022-08-22
Clamp Label's `percent_visible` properly between 0 and 1.0
Micky
2022-08-04
Fix issue with overlaping text label text
iwek
2022-07-26
[RichTextLabel] Fix theme bold / italics / bold italics and mono font size no...
bruvzg
2022-07-24
Add error for invalid RichTextLabel.install_effect
RedMser
2022-07-15
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-13
Merge pull request #62774 from Rindbee/make-the-meta-click-area-fit
Rémi Verschelde
2022-07-13
Make the meta click area fit
Rindbee
2022-07-07
Fix regressions from Font refactor
bruvzg
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-13
[RTL] Fix underline/overline/strikethrough interaction with the "visible char...
bruvzg
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-06-06
[RTL] Stop processing thread before deleting scroll bar.
bruvzg
2022-06-06
Merge pull request #61724 from iwek7/fixing_rich_text_label
Rémi Verschelde
2022-06-05
Fix richTextLabel scroll showing
iwek
2022-06-05
Fix strange behavior with list close tags and empty list tags
Rindbee
2022-05-20
Merge pull request #61182 from danielkariv/fix_misclick_selection
Rémi Verschelde
2022-05-19
add check for selection when try to push a meta.
Daniel Kariv
2022-05-19
[RTL] Add support for shaping in background thread.
bruvzg
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-25
Merge pull request #60261 from fire-forge/theme-prop-renames
Rémi Verschelde
2022-04-23
Rename theme properties to include underscores
FireForge
2022-04-22
Implement Label3D node.
bruvzg
2022-04-13
Fix select_all() crash in RichTextLabel
ConteZero
[next]