summaryrefslogtreecommitdiffstats
path: root/doc/classes/Label.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* Document theme_items of multiple classesTomasz Chabora2020-01-271-0/+9
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* doc: Markup fixes for enums and constantsRémi Verschelde2019-12-061-2/+2
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-2/+2
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+2
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-1/+1
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-17/+17
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-3/+3
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-1/+1
|\
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-1/+1
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/
* Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...Rémi Verschelde2019-04-051-1/+1
|\
| * ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-1/+1
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* Add tooltip for in-editor FPS display in 3D viewportRémi Verschelde2019-02-201-1/+1
* Fix return value of get_total_character_countThomas ten Cate2018-11-151-1/+1