| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 1 | -8/+37 |
|\ |
|
| * | Merge pull request #98036 from bruvzg/para_btn_spacing | Thaddeus Crews | 2024-11-10 | 1 | -8/+33 |
| |\ |
|
| | * | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 1 | -8/+33 |
| * | | replace computed height with cached item minimum size | MaidOpi | 2024-11-07 | 1 | -0/+4 |
| |/ |
|
* | | 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 |
|/ |
|
* | Account for dropcap when calculating paragraph size, fix duplicate last char ... | bruvzg | 2024-08-29 | 1 | -10/+37 |
* | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+25 |
* | [TextServer] Fix line breaks for dropcap and resizing embedded objects. | bruvzg | 2023-10-31 | 1 | -6/+5 |
* | Do not apply extra spacing twice. | bruvzg | 2023-10-09 | 1 | -9/+0 |
* | Fix issues found by a static analyzer | bitsawer | 2023-05-30 | 1 | -10/+2 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -3/+35 |
* | [RTL] Fix fill align and trim with enabled dropcap. | bruvzg | 2023-03-30 | 1 | -10/+10 |
* | Mark dirty flags when shaped texts are invalidated | MinusKube | 2023-01-28 | 1 | -0/+12 |
* | Use range iterators in LocalVector loops | kobewi | 2023-01-21 | 1 | -19/+19 |
* | 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 | -6/+6 |
* | Fix `TextLine` and `TextParagraph` `get_*_object_rect` methods not accounting... | bruvzg | 2022-10-26 | 1 | -6/+80 |
* | [TextServer] Add support for trimming edge spaces on line break. | bruvzg | 2022-09-01 | 1 | -1/+1 |
* | Fix various typos not caught by codespell | luz paz | 2022-07-21 | 1 | -2/+2 |
* | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -25/+43 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -54/+45 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -15/+9 |
* | [RTL] Add support for shaping in background thread. | bruvzg | 2022-05-19 | 1 | -25/+113 |
* | Fix center aligned text clipping. | bruvzg | 2022-04-04 | 1 | -8/+24 |
* | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -6/+6 |
* | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -3/+3 |
* | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -10/+10 |
* | 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 | -26/+26 |
* | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | 2021-11-09 | 1 | -0/+14 |
|\ |
|
| * | [Text Server] Add support for user defined punctuation list, used for word br... | bruvzg | 2021-10-01 | 1 | -0/+14 |
* | | Fix: typo in TextParagraph class and docs | Murilo Gonçalves | 2021-10-19 | 1 | -2/+2 |
|/ |
|
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg | 2021-10-01 | 1 | -20/+12 |
* | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -4/+4 |
* | Fix ItemList layout (+EditorFileDialog) | Hendrik Brucker | 2021-08-21 | 1 | -8/+9 |
* | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde | 2021-08-11 | 1 | -102/+212 |
|\ |
|
| * | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker | 2021-08-11 | 1 | -102/+212 |
* | | [Text Server] Improve object (image/table) inline alignment. | bruvzg | 2021-08-08 | 1 | -4/+4 |
|/ |
|
* | Tweak dozens of editor property hints for consistency | Hugo Locurcio | 2021-05-25 | 1 | -1/+1 |
* | Style: Apply clang-tidy's `readability-braces-around-statements` | Rémi Verschelde | 2021-04-05 | 1 | -2/+4 |
* | Use extra font spacing in the RichTextLabel line height calculation, and styl... | bruvzg | 2021-03-29 | 1 | -0/+11 |
* | Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal... | bruvzg | 2021-02-15 | 1 | -0/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Fix missed renamings from empty() to is_empty() | Rémi Verschelde | 2020-12-29 | 1 | -1/+1 |
* | Merge pull request #43691 from bruvzg/ctl_dropcap | Rémi Verschelde | 2020-12-29 | 1 | -15/+206 |
|\ |
|
| * | [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL. | bruvzg | 2020-12-13 | 1 | -15/+206 |
* | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
|/ |
|
* | [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T... | bruvzg | 2020-12-06 | 1 | -21/+36 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -0/+517 |