summaryrefslogtreecommitdiffstats
path: root/scene/gui/rich_text_label.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix `RichTextLabel`'s modified stack being wiped on translation changesMichael Alexsander2024-11-221-13/+29
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* Handle scroll events in RichtTextLabelkobewi2024-10-021-0/+11
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* [RTL] Fix font not updated for some spans.bruvzg2024-09-111-0/+2
* [RTL] Fix internal process incorrectly disabled on appending text.bruvzg2024-09-081-13/+16
* [RTL] Improve BBCode parsing.bruvzg2024-09-061-237/+361
* Merge pull request #96247 from bruvzg/rtl_draw_orderRémi Verschelde2024-09-061-78/+80
|\
| * [RTL] Move image/table draw to the DRAW_STEP_TEXTbruvzg2024-08-291-78/+80
* | [RTL] Do not add final newline to the paragraph context.bruvzg2024-09-021-1/+1
* | Fix RichTextLabel bottom margin for text clippingDictyosteliumDiscoideum2024-08-281-2/+6
|/
* [RTL] Expose missing default properties, ensure bbcode is reparserd when thes...bruvzg2024-08-281-25/+106
* Merge pull request #93940 from Mickeon/deprecate_RichTextLabel_is_readyRémi Verschelde2024-08-261-3/+6
|\
| * Add RichTextLabel `is_finished()`, deprecate `is_ready()`Micky2024-08-161-3/+6
* | Fix `TextServer::shaped_text_*_character_pos` for the first character of wrap...bruvzg2024-08-091-1/+9
* | [RTL] Fix text size rounding with MSDF fonts.bruvzg2024-07-221-7/+7
* | Merge pull request #94003 from KernRat/scroll-fixRémi Verschelde2024-07-111-1/+1
|\ \
| * | Fixed RichTextLabel + ui_down scrolling too farKernRat2024-07-061-1/+1
| |/
* | Merge pull request #93721 from semensanyok/fix-RichTextLabel-fade-start-indexRémi Verschelde2024-07-091-2/+2
|\ \ | |/ |/|
| * fix RichTextLabel fade set start_index to command offsetsemensanyok2024-06-281-2/+2
* | Add alternative pixel roundingMark DiBarry2024-06-291-1/+1
|/
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* Merge pull request #93140 from bruvzg/rtl_table_bg_sepRémi Verschelde2024-06-181-8/+9
|\
| * [RTL] Fix table h/v separation alignment.bruvzg2024-06-151-8/+9
* | [RTL] Fix `align_to_row` for the last table row.bruvzg2024-06-131-2/+2
|/
* [RTL] Fix list item prefix width not taken into account.bruvzg2024-06-101-62/+148
* [RTL] Fix nested ordered lists inside unordered lists.bruvzg2024-06-041-5/+12
* Fix RichTextLabel table overlapping with next lineaaronp642024-05-311-242/+128
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [RTL] Clear default justification flags if custom are set and fix typo in the...bruvzg2024-05-301-1/+2
* [RTL] Use real text/object height instead of line height for meta click/hover...bruvzg2024-05-281-1/+27
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+1
* [RTL] Adds extra argument to `remove_paragraph` to skip cache invalidation an...bruvzg2024-05-021-3/+40
* Merge pull request #89705 from bruvzg/rtl_draw_stepsRémi Verschelde2024-04-291-538/+383
|\
| * [RTL] Move shadow and foreground/background boxes drawing into a separate dra...bruvzg2024-04-091-538/+383
* | Fix RichTextLabel "Scroll Following" randomly stops working.ajreckof2024-04-281-2/+2
* | Merge pull request #90988 from TheSofox/scrolling-signal-fixRémi Verschelde2024-04-221-9/+9
|\ \
| * | Enabled 'Scrolling' signal when scrolling with middle mouse on RichTextLabel/...Sofox2024-04-221-9/+9
* | | [RTL] Rewrite `remove_paragraph` code.bruvzg2024-04-221-57/+79
|/ /
* | [RTL] Add support for character code bb tag.bruvzg2024-04-151-0/+4
* | [RTL] Fix dropcaps and list prefixes not taking visible characters into account.bruvzg2024-04-101-4/+8
|/
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-1/+1
* [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-121-0/+10
* [RTL] Fix meta hover area detection.bruvzg2024-03-041-0/+1
* Fix issues with text clearing in `RichTextLabel`Michael Alexsander2024-03-021-8/+12
* [RTL] Add optional `push_meta` argument to control how meta underline is drawn.bruvzg2024-03-011-5/+34
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-2/+2
* Fix `RichTextLabel`'s tag stack being overridden on translation changeMichael Alexsander2024-02-201-1/+6
* [RTL] Connect image update signals.bruvzg2024-01-261-25/+98
* Fix RichTextLabel.remove_paragraph crash by popping currentNicholas Foo2024-01-161-4/+7