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
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-24
Make search in RichTextLabel case-insensitive
Tomasz Chabora
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-17
Merge pull request #36229 from dreamsComeTrue/rich-text-label-key-events
Rémi Verschelde
2020-02-15
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-14
RichTextLabel: proper handling of internal key events
Dominik 'dreamsComeTrue' Jasiński
2020-02-11
Texture refactor
Juan Linietsky
2020-02-09
Merge pull request #35768 from Eoin-ONeill-Yokai/hiddenRichText
Rémi Verschelde
2020-02-07
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-01-30
Fix RichTextEffect `visibility` to Account for Skipped Characters.
Eoin O'Neill
2020-01-08
Emits meta_hover_ended when mouse exit RichTextLabel
Haoyu Qiu
2020-01-08
Fixes RichTextLabel click issue when cell text wraps
Haoyu Qiu
2020-01-07
Check if cursor is inside meta when getting cursor shape
Kanabenki
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-12
Fixes crash after remove_line in RichTextLabel
Haoyu Qiu
2019-10-25
Merge pull request #32870 from bergmannf/27850_rtl_bold_italic
Rémi Verschelde
2019-10-22
Shadows Now Properly Translate by RichTextEffect offset.
Eoin O'Neill
2019-10-22
Merge pull request #32965 from volzhs/richtextlabel-scroll-active
Rémi Verschelde
2019-10-22
Fix scrolling RichTextLabel with scroll_active=false
volzhs
2019-10-16
Add push_* methods for fonts in rich_text_label
Florian Bergmann
2019-10-16
Support for resized images in RichTextLabel
PouleyKetchoupp
2019-10-05
Fix crash in Control functions
qarmin
2019-09-26
Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ...
Relintai
2019-09-11
Fix Sanitization Bug
Eoin O'Neill
2019-09-03
Update RichTextLabel to support real time effects and custom BBCodes.
Eoin O'Neill
2019-08-30
Merge pull request #30927 from mahubu/console-multi-selection-cursor
Rémi Verschelde
2019-08-01
Same method when redrawing as when theme changed
Cameron Reikes
2019-07-29
Change cursor to multi-selection cursor when selecting text in RichTextLabel.
Teto
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
[next]