index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
RichTextLabel.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RTL] Add support for shaping in background thread.
bruvzg
2022-05-19
1
-0
/
+27
*
Merge pull request #60261 from fire-forge/theme-prop-renames
Rémi Verschelde
2022-04-25
1
-2
/
+2
|
\
|
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-2
/
+2
*
|
Implement Label3D node.
bruvzg
2022-04-22
1
-2
/
+2
|
/
*
Add context menu to RichTextLabel
ConteZero
2022-04-12
1
-0
/
+19
*
Add select_all() to RichTextLabel
ConteZero
2022-04-10
1
-0
/
+7
*
Add deselect() to RichTextLabel
ConteZero
2022-04-04
1
-0
/
+6
*
Merge pull request #58394 from bruvzg/rtl_hint
Rémi Verschelde
2022-03-18
1
-2
/
+14
|
\
|
*
Add RichTextLabel "hint" tag.
bruvzg
2022-02-21
1
-2
/
+14
*
|
Rename Control's Rect properties to exclude rect_ part
Marcel Admiraal
2022-03-08
1
-1
/
+1
|
/
*
Merge pull request #58055 from markdibarry/add_get_line_offset
Rémi Verschelde
2022-02-16
1
-0
/
+14
|
\
|
*
Add offset methods for lines and paragraphs in RichTextLabel
markdibarry
2022-02-13
1
-0
/
+14
*
|
Merge pull request #35679 from Calinou/doc-add-xml-schema
Rémi Verschelde
2022-02-15
1
-1
/
+1
|
\
\
|
*
|
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
|
|
/
*
/
Add get_character_line method for RichTextLabel
markdibarry
2022-02-13
1
-0
/
+14
|
/
*
Add get_content_width method
markdibarry
2022-02-10
1
-0
/
+6
*
Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...
bruvzg
2022-02-03
1
-0
/
+15
*
Mention that modifying text erases BBCode stacks
kobewi
2022-01-15
1
-1
/
+1
*
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2022-01-03
1
-1
/
+1
|
\
|
*
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-30
1
-1
/
+1
*
|
Merge pull request #55636 from bruvzg/vis_char_modes
Rémi Verschelde
2021-12-23
1
-0
/
+18
|
\
\
|
*
|
Add different "visible characters" behavior modes.
bruvzg
2021-12-06
1
-0
/
+18
*
|
|
Document that transparent StyleBoxes/textures should be used for UI focus
Hugo Locurcio
2021-12-15
1
-1
/
+1
*
|
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-15
/
+3
|
/
/
*
|
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-1
/
+1
*
|
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-12-01
1
-46
/
+46
|
/
*
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-1
/
+1
*
Fix Label and RichTextLabale text shadows and shadow outlines.
bruvzg
2021-11-06
1
-3
/
+3
*
Merge pull request #54166 from ConteZero/unique_selection
Rémi Verschelde
2021-10-27
1
-0
/
+3
|
\
|
*
Add option to make selection unique
ConteZero
2021-10-27
1
-0
/
+3
*
|
Make RichTextLabel's parse_bbcode and append_text return void
Haoyu Qiu
2021-10-23
1
-4
/
+4
|
/
*
Add warnings to methods that give access to internal nodes
Yuri Sizov
2021-10-10
1
-0
/
+1
*
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-1
/
+1
*
Remove bbcode_text from RichTextLabel
HaSa1002
2021-09-16
1
-11
/
+13
*
Merge pull request #50197 from SirQuartz/patch-16
Max Hilbrunner
2021-09-16
1
-0
/
+1
|
\
|
*
Add note to `RichTextLabel`
Nick Huelin
2021-07-07
1
-0
/
+1
*
|
Fix line_separation constant working incorrectly in RichTextLabel
requizm
2021-08-20
1
-1
/
+1
*
|
[Text Server] Improve object (image/table) inline alignment.
bruvzg
2021-08-08
1
-2
/
+2
*
|
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-04
1
-27
/
+27
*
|
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-200
/
+100
|
/
*
Rich Text Label now allows for foreground colors and background colors
golfinq
2021-06-20
1
-3
/
+25
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-14
/
+14
*
Expose RichTextLabel selection to script
PouleyKetchoupp
2021-02-15
1
-0
/
+21
*
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-14
1
-0
/
+6
*
doc: Sync classref with current source
Rémi Verschelde
2021-01-28
1
-3
/
+3
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-4
/
+4
*
RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...
bruvzg
2021-01-18
1
-1
/
+24
*
Keep RichTextLabel visible character properties in sync
Alexander Pech
2021-01-14
1
-0
/
+1
*
Merge pull request #44710 from Calinou/doc-richtextlabel-no-entangled-tags
Rémi Verschelde
2020-12-29
1
-0
/
+1
|
\
|
*
Document RichTextLabel not supporting entangled BBCode tags
Hugo Locurcio
2020-12-26
1
-0
/
+1
[next]