summaryrefslogtreecommitdiffstats
path: root/doc/classes/RichTextLabel.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #71983 from vmedea/push-customfxRémi Verschelde2023-01-251-0/+8
|\
| * Expose RichTextLabel::push_customfx to GDScriptmara2023-01-241-0/+8
* | Merge pull request #71330 from Geometror/richtextlabel-fit-contentRémi Verschelde2023-01-251-4/+3
|\ \ | |/ |/|
| * [RichTextLabel] Match minimum size calculation of LabelHendrik Brucker2023-01-131-4/+3
* | add RichTextLabel::push_font_size descriptionmatt08-prog2023-01-161-0/+1
|/
* Renamed RTL remove_line() to remove_paragraph().Koyper2022-12-211-4/+4
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-0/+1
* [RTL] Fix search method not taking nested frame and line wraps into account.bruvzg2022-12-041-0/+6
* Merge pull request #63590 from golfinq/fbg-paddingRémi Verschelde2022-10-311-0/+6
|\
| * Add padding options in theme for fg/bgcolor tagsgolfinq2022-07-311-0/+6
* | Remove override_selected_font_color propertykobewi2022-10-261-5/+2
* | Add Spritesheet support to RichTextLabel BBCodePetra Baranski2022-10-111-1/+3
* | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio`Micky2022-08-261-6/+6
* | Improve `percent_visible` and `visible_characters` descriptionMicky2022-08-241-4/+4
* | Clamp Label's `percent_visible` properly between 0 and 1.0Micky2022-08-221-1/+1
* | [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-12/+12
* | Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-56/+56
|/
* [RichTextLabel] Fix theme bold / italics / bold italics and mono font size no...bruvzg2022-07-261-0/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-8/+0
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-31/+4
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* [RTL] Add support for shaping in background thread.bruvzg2022-05-191-0/+27
* Merge pull request #60261 from fire-forge/theme-prop-renamesRémi Verschelde2022-04-251-2/+2
|\
| * Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* | Implement Label3D node.bruvzg2022-04-221-2/+2
|/
* Add context menu to RichTextLabelConteZero2022-04-121-0/+19
* Add select_all() to RichTextLabelConteZero2022-04-101-0/+7
* Add deselect() to RichTextLabelConteZero2022-04-041-0/+6
* Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde2022-03-181-2/+14
|\
| * Add RichTextLabel "hint" tag.bruvzg2022-02-211-2/+14
* | Rename Control's Rect properties to exclude rect_ partMarcel Admiraal2022-03-081-1/+1
|/
* Merge pull request #58055 from markdibarry/add_get_line_offsetRémi Verschelde2022-02-161-0/+14
|\
| * Add offset methods for lines and paragraphs in RichTextLabelmarkdibarry2022-02-131-0/+14
* | Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-151-1/+1
|\ \
| * | Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| |/
* / Add get_character_line method for RichTextLabelmarkdibarry2022-02-131-0/+14
|/
* Add get_content_width methodmarkdibarry2022-02-101-0/+6
* Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...bruvzg2022-02-031-0/+15
* Mention that modifying text erases BBCode stackskobewi2022-01-151-1/+1
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-1/+1
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-1/+1
* | Merge pull request #55636 from bruvzg/vis_char_modesRémi Verschelde2021-12-231-0/+18
|\ \
| * | Add different "visible characters" behavior modes.bruvzg2021-12-061-0/+18
* | | Document that transparent StyleBoxes/textures should be used for UI focusHugo Locurcio2021-12-151-1/+1
* | | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-15/+3
|/ /
* | Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
* | Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-46/+46
|/
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg2021-11-061-3/+3