| Commit message (Expand) | Author | Age | Files | Lines |
* | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+23 |
* | Do not apply extra spacing twice. | bruvzg | 2023-10-09 | 1 | -6/+0 |
* | Mark dirty flags when shaped texts are invalidated | MinusKube | 2023-01-28 | 1 | -0/+5 |
* | 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 |
* | Code simplifications | Markus Sauermann | 2022-11-07 | 1 | -5/+1 |
* | Fix `TextLine` and `TextParagraph` `get_*_object_rect` methods not accounting... | bruvzg | 2022-10-26 | 1 | -1/+42 |
* | Fix various typos not caught by codespell | luz paz | 2022-07-21 | 1 | -1/+1 |
* | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -13/+13 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -20/+22 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -16/+10 |
* | Capitalize/fix some property enum hints | FireForge | 2022-05-12 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -3/+3 |
* | 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 | -27/+27 |
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg | 2021-10-01 | 1 | -13/+5 |
* | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -4/+4 |
* | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde | 2021-08-11 | 1 | -2/+55 |
|\ |
|
| * | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker | 2021-08-11 | 1 | -2/+55 |
* | | [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 |
* | Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal... | bruvzg | 2021-02-15 | 1 | -0/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T... | bruvzg | 2020-12-06 | 1 | -7/+17 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -0/+359 |