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
/
scene
/
gui
/
rich_text_label.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `RichTextLabel`'s modified stack being wiped on translation changes
Michael Alexsander
2024-11-22
1
-13
/
+29
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
Handle scroll events in RichtTextLabel
kobewi
2024-10-02
1
-0
/
+11
*
Set auto translate mode for drag previews
Haoyu Qiu
2024-09-19
1
-0
/
+1
*
[RTL] Fix font not updated for some spans.
bruvzg
2024-09-11
1
-0
/
+2
*
[RTL] Fix internal process incorrectly disabled on appending text.
bruvzg
2024-09-08
1
-13
/
+16
*
[RTL] Improve BBCode parsing.
bruvzg
2024-09-06
1
-237
/
+361
*
Merge pull request #96247 from bruvzg/rtl_draw_order
Rémi Verschelde
2024-09-06
1
-78
/
+80
|
\
|
*
[RTL] Move image/table draw to the DRAW_STEP_TEXT
bruvzg
2024-08-29
1
-78
/
+80
*
|
[RTL] Do not add final newline to the paragraph context.
bruvzg
2024-09-02
1
-1
/
+1
*
|
Fix RichTextLabel bottom margin for text clipping
DictyosteliumDiscoideum
2024-08-28
1
-2
/
+6
|
/
*
[RTL] Expose missing default properties, ensure bbcode is reparserd when thes...
bruvzg
2024-08-28
1
-25
/
+106
*
Merge pull request #93940 from Mickeon/deprecate_RichTextLabel_is_ready
Rémi Verschelde
2024-08-26
1
-3
/
+6
|
\
|
*
Add RichTextLabel `is_finished()`, deprecate `is_ready()`
Micky
2024-08-16
1
-3
/
+6
*
|
Fix `TextServer::shaped_text_*_character_pos` for the first character of wrap...
bruvzg
2024-08-09
1
-1
/
+9
*
|
[RTL] Fix text size rounding with MSDF fonts.
bruvzg
2024-07-22
1
-7
/
+7
*
|
Merge pull request #94003 from KernRat/scroll-fix
Rémi Verschelde
2024-07-11
1
-1
/
+1
|
\
\
|
*
|
Fixed RichTextLabel + ui_down scrolling too far
KernRat
2024-07-06
1
-1
/
+1
|
|
/
*
|
Merge pull request #93721 from semensanyok/fix-RichTextLabel-fade-start-index
Rémi Verschelde
2024-07-09
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
fix RichTextLabel fade set start_index to command offset
semensanyok
2024-06-28
1
-2
/
+2
*
|
Add alternative pixel rounding
Mark DiBarry
2024-06-29
1
-1
/
+1
|
/
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
Merge pull request #93140 from bruvzg/rtl_table_bg_sep
Rémi Verschelde
2024-06-18
1
-8
/
+9
|
\
|
*
[RTL] Fix table h/v separation alignment.
bruvzg
2024-06-15
1
-8
/
+9
*
|
[RTL] Fix `align_to_row` for the last table row.
bruvzg
2024-06-13
1
-2
/
+2
|
/
*
[RTL] Fix list item prefix width not taken into account.
bruvzg
2024-06-10
1
-62
/
+148
*
[RTL] Fix nested ordered lists inside unordered lists.
bruvzg
2024-06-04
1
-5
/
+12
*
Fix RichTextLabel table overlapping with next line
aaronp64
2024-05-31
1
-242
/
+128
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[RTL] Clear default justification flags if custom are set and fix typo in the...
bruvzg
2024-05-30
1
-1
/
+2
*
[RTL] Use real text/object height instead of line height for meta click/hover...
bruvzg
2024-05-28
1
-1
/
+27
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-2
/
+1
*
[RTL] Adds extra argument to `remove_paragraph` to skip cache invalidation an...
bruvzg
2024-05-02
1
-3
/
+40
*
Merge pull request #89705 from bruvzg/rtl_draw_steps
Rémi Verschelde
2024-04-29
1
-538
/
+383
|
\
|
*
[RTL] Move shadow and foreground/background boxes drawing into a separate dra...
bruvzg
2024-04-09
1
-538
/
+383
*
|
Fix RichTextLabel "Scroll Following" randomly stops working.
ajreckof
2024-04-28
1
-2
/
+2
*
|
Merge pull request #90988 from TheSofox/scrolling-signal-fix
Rémi Verschelde
2024-04-22
1
-9
/
+9
|
\
\
|
*
|
Enabled 'Scrolling' signal when scrolling with middle mouse on RichTextLabel/...
Sofox
2024-04-22
1
-9
/
+9
*
|
|
[RTL] Rewrite `remove_paragraph` code.
bruvzg
2024-04-22
1
-57
/
+79
|
/
/
*
|
[RTL] Add support for character code bb tag.
bruvzg
2024-04-15
1
-0
/
+4
*
|
[RTL] Fix dropcaps and list prefixes not taking visible characters into account.
bruvzg
2024-04-10
1
-4
/
+8
|
/
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-1
/
+1
*
[RTL] Use "visible characters" property for inline object visibility
bruvzg
2024-03-12
1
-0
/
+10
*
[RTL] Fix meta hover area detection.
bruvzg
2024-03-04
1
-0
/
+1
*
Fix issues with text clearing in `RichTextLabel`
Michael Alexsander
2024-03-02
1
-8
/
+12
*
[RTL] Add optional `push_meta` argument to control how meta underline is drawn.
bruvzg
2024-03-01
1
-5
/
+34
*
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-2
/
+2
*
Fix `RichTextLabel`'s tag stack being overridden on translation change
Michael Alexsander
2024-02-20
1
-1
/
+6
*
[RTL] Connect image update signals.
bruvzg
2024-01-26
1
-25
/
+98
*
Fix RichTextLabel.remove_paragraph crash by popping current
Nicholas Foo
2024-01-16
1
-4
/
+7
[next]