| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 1 | -0/+6 |
|\ |
|
| * | Merge pull request #98036 from bruvzg/para_btn_spacing | Thaddeus Crews | 2024-11-10 | 1 | -0/+4 |
| |\ |
|
| | * | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 1 | -0/+4 |
| * | | replace computed height with cached item minimum size | MaidOpi | 2024-11-07 | 1 | -0/+2 |
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+1 |
|\| | |
|
| * | | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -1/+1 |
| |/ |
|
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | [TextServer / Font] Add support for customizable baseline offset. | bruvzg | 2024-01-28 | 1 | -3/+0 |
* | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+4 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | 2022-12-15 | 1 | -2/+2 |
* | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -3/+7 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -5/+3 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -14/+3 |
* | [RTL] Add support for shaping in background thread. | bruvzg | 2022-05-19 | 1 | -1/+5 |
* | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -5/+5 |
* | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | 2021-11-09 | 1 | -0/+3 |
|\ |
|
| * | [Text Server] Add support for user defined punctuation list, used for word br... | bruvzg | 2021-10-01 | 1 | -0/+3 |
* | | Fix: typo in TextParagraph class and docs | Murilo Gonçalves | 2021-10-19 | 1 | -1/+1 |
|/ |
|
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg | 2021-10-01 | 1 | -6/+4 |
* | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde | 2021-08-11 | 1 | -2/+24 |
|\ |
|
| * | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker | 2021-08-11 | 1 | -2/+24 |
* | | [Text Server] Improve object (image/table) inline alignment. | bruvzg | 2021-08-08 | 1 | -2/+2 |
|/ |
|
* | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -2/+2 |
* | Use extra font spacing in the RichTextLabel line height calculation, and styl... | bruvzg | 2021-03-29 | 1 | -0/+3 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL. | bruvzg | 2020-12-13 | 1 | -2/+16 |
* | [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T... | bruvzg | 2020-12-06 | 1 | -0/+2 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -0/+124 |