| Commit message (Expand) | Author | Age | Files | Lines |
* | Use BitField<> hint for ArrayFormat | Juan Linietsky | 2023-01-08 | 1 | -1/+1 |
* | Document MDSF font outlines may require `msdf_pixel_range` adjustments | Hugo Locurcio | 2022-12-19 | 1 | -0/+1 |
* | Fill random docs | kobewi | 2022-11-22 | 1 | -1/+2 |
* | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -1/+1 |
* | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio` | Micky | 2022-08-26 | 1 | -6/+6 |
* | Improve `percent_visible` and `visible_characters` description | Micky | 2022-08-24 | 1 | -4/+4 |
* | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney | 2022-08-17 | 1 | -2/+2 |
* | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney | 2022-08-15 | 1 | -3/+3 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -1/+1 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -1/+0 |
* | Add LabelSettings resource for quick Label theme property override. | bruvzg | 2022-07-12 | 1 | -0/+3 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -22/+1 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -50/+6 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -1/+1 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Merge pull request #55636 from bruvzg/vis_char_modes | Rémi Verschelde | 2021-12-23 | 1 | -0/+20 |
|\ |
|
| * | Add different "visible characters" behavior modes. | bruvzg | 2021-12-06 | 1 | -0/+20 |
* | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -29/+5 |
|/ |
|
* | Make overridden properties link to parent definition | Yuri Sizov | 2021-12-03 | 1 | -2/+2 |
* | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov | 2021-12-01 | 1 | -9/+9 |
* | Fix Label and RichTextLabale text shadows and shadow outlines. | bruvzg | 2021-11-06 | 1 | -1/+1 |
* | Add theme item descriptions to the online documentation | Yuri Sizov | 2021-08-04 | 1 | -11/+11 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -22/+11 |
* | Fix doc typos | Nicholas Huelin | 2021-07-23 | 1 | -1/+1 |
* | Improvements to Label's layout options | Hendrik Brucker | 2021-07-04 | 1 | -2/+32 |
* | Amend `Label`.clip_text() Method Description | Nick H | 2021-06-25 | 1 | -1/+1 |
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -4/+4 |
* | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 |
* | Change themes *_color_* to *_*_color | Marcel Admiraal | 2021-01-24 | 1 | -4/+4 |
* | [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,... | bruvzg | 2020-11-26 | 1 | -4/+53 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -1/+1 |
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
* | Fix label percent visible doc description | skyace65 | 2020-06-14 | 1 | -1/+1 |
* | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
* | Document theme_items of multiple classes | Tomasz Chabora | 2020-01-27 | 1 | -0/+9 |
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
* | doc: Markup fixes for enums and constants | Rémi Verschelde | 2019-12-06 | 1 | -2/+2 |
* | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | 2019-09-24 | 1 | -2/+2 |
* | Run doctool after overridden properties changes | Bojidar Marinov | 2019-09-04 | 1 | -0/+2 |
* | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | 2019-06-30 | 1 | -1/+1 |
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -17/+17 |
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -3/+3 |
* | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | 2019-04-22 | 1 | -1/+1 |
|\ |
|
| * | Consistently wrap booleans in [code] | Tomasz Chabora | 2019-04-17 | 1 | -1/+1 |
* | | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde | 2019-04-05 | 1 | -1/+1 |
|\ |
|
| * | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry | 2019-03-29 | 1 | -1/+1 |
* | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
|/ |
|
* | Add tooltip for in-editor FPS display in 3D viewport | Rémi Verschelde | 2019-02-20 | 1 | -1/+1 |
* | Fix return value of get_total_character_count | Thomas ten Cate | 2018-11-15 | 1 | -1/+1 |