summaryrefslogtreecommitdiffstats
path: root/doc/classes/Label.xml
Commit message (Expand)AuthorAgeFilesLines
* [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-1/+1
* Clarify the coordinate space for the bounding rectangle returned by Label.get...Nikita Prianichnikov2024-09-161-1/+1
* [RTL] Expose missing default properties, ensure bbcode is reparserd when thes...bruvzg2024-08-281-1/+1
* Update links to outdated asset library demosskyace652024-04-071-1/+1
* Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
* Add note that a large value for outline_size is not recommendedAlex Drozd2023-12-201-0/+1
* [Label] Add get_character_bounds method to get bounding rectangles of the cha...bruvzg2023-12-191-0/+7
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+3
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-2/+2
* [Label] Add support for tab stops.bruvzg2023-06-091-0/+3
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-3/+2
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-0/+3
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-1/+1
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
* Fill random docskobewi2022-11-221-1/+2
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* Rename Label & RichTextLabel.`percent_visible` to `visible_ratio`Micky2022-08-261-6/+6
* Improve `percent_visible` and `visible_characters` descriptionMicky2022-08-241-4/+4
* [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-2/+2
* [doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney2022-08-151-3/+3
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-1/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-1/+0
* Add LabelSettings resource for quick Label theme property override.bruvzg2022-07-121-0/+3
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-22/+1
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-50/+6
* Implement Label3D node.bruvzg2022-04-221-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Merge pull request #55636 from bruvzg/vis_char_modesRémi Verschelde2021-12-231-0/+20
|\
| * Add different "visible characters" behavior modes.bruvzg2021-12-061-0/+20
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-29/+5
|/
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-2/+2
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-9/+9
* Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg2021-11-061-1/+1
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-11/+11
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-22/+11
* Fix doc typosNicholas Huelin2021-07-231-1/+1
* Improvements to Label's layout optionsHendrik Brucker2021-07-041-2/+32
* Amend `Label`.clip_text() Method DescriptionNick H2021-06-251-1/+1
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-4/+4
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-4/+4
* [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg2020-11-261-4/+53
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+1
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
* Fix label percent visible doc descriptionskyace652020-06-141-1/+1