| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Fix `TextServer::shaped_text_*_character_pos` for the first character of wrap... | bruvzg | 2024-09-16 | 1 | -3/+3 |
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne... | bruvzg | 2024-06-12 | 1 | -1/+1 |
* | Merge pull request #81639 from MJacred/is_letter | Rémi Verschelde | 2024-05-03 | 1 | -0/+5 |
|\ |
|
| * | Add is_valid_letter() to TextServer | MJacred | 2024-05-02 | 1 | -0/+5 |
* | | Improve TextEdit/LineEdit word selection. | bruvzg | 2024-04-22 | 1 | -5/+8 |
* | | [TextServer] Expose ICU title case string conversion to scripting. | bruvzg | 2024-04-04 | 1 | -0/+1 |
* | | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd... | bruvzg | 2024-03-13 | 1 | -0/+42 |
* | | Merge pull request #89395 from bruvzg/rtl_ts_img_range | Rémi Verschelde | 2024-03-12 | 1 | -0/+2 |
|\ \ |
|
| * | | [RTL] Use "visible characters" property for inline object visibility | bruvzg | 2024-03-12 | 1 | -0/+2 |
* | | | [Font] Add option to disable embedded bitmaps loading. | bruvzg | 2024-03-11 | 1 | -0/+3 |
|/ / |
|
* / | [TextEdit] Add support for optional wrapped line indentation. | bruvzg | 2024-02-26 | 1 | -2/+42 |
|/ |
|
* | [TextServer] Implement soft hyphen handling. | bruvzg | 2024-02-23 | 1 | -8/+29 |
* | [TextServer / Font] Add support for customizable baseline offset. | bruvzg | 2024-01-28 | 1 | -0/+3 |
* | [TextServer] Fix precision loss in the string drawing methods. | bruvzg | 2024-01-18 | 1 | -17/+18 |
* | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+3 |
* | [Bitmap fonts] Add support for scaling. | bruvzg | 2023-10-13 | 1 | -0/+8 |
* | [TextServer] Store font extra spacing variations without making a full copy o... | bruvzg | 2023-09-28 | 1 | -0/+1 |
* | [Text Server] Store extra spacing of individual font variations. | bruvzg | 2023-08-24 | 1 | -0/+3 |
* | [TextServer] Fix issues with character breaks, add more tests. | bruvzg | 2023-08-19 | 1 | -3/+5 |
* | [TextServer] Fix system font fallback and caret/selection behavior for compos... | bruvzg | 2023-08-15 | 1 | -0/+57 |
* | [Text Server] Fix ellipsis outline drawing. | bruvzg | 2023-07-24 | 1 | -2/+2 |
* | [TextServer] Prevent duplicate line breaks on virtual spaces when line width ... | bruvzg | 2023-05-26 | 1 | -16/+42 |
* | [TextServer] Add support for retrieving OpenType name strings. | bruvzg | 2023-05-22 | 1 | -0/+1 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -1/+20 |
* | [TextServer] Use dedicated flag for object replacement characters. | bruvzg | 2023-04-12 | 1 | -1/+2 |
* | [Font] Implement `get_char_from_glyph_index` function. | bruvzg | 2023-03-01 | 1 | -0/+1 |
* | Implement BiDi override mode for GDScript source. | bruvzg | 2023-01-18 | 1 | -18/+98 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix String::word_wrap() for long words | Haoyu Qiu | 2022-12-16 | 1 | -1/+1 |
* | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | 2022-12-15 | 1 | -2/+2 |
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -0/+9 |
* | Add split caret direction markers. Fix block/overtype caret size. | bruvzg | 2022-10-07 | 1 | -30/+27 |
* | [GDExtension] Use function names with underscore for TextServer extension, ad... | bruvzg | 2022-09-28 | 1 | -0/+1 |
* | [TextServer] Fix excessive space trimming. | bruvzg | 2022-09-01 | 1 | -25/+18 |
* | [TextServer] Add support for trimming edge spaces on line break. | bruvzg | 2022-09-01 | 1 | -14/+109 |
* | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | Rémi Verschelde | 2022-08-26 | 1 | -2/+13 |
|\ |
|
| * | Add font LCD sub-pixel anti-aliasing support. | bruvzg | 2022-08-23 | 1 | -2/+13 |
* | | Merge pull request #64082 from KoBeWi/array3k | Rémi Verschelde | 2022-08-24 | 1 | -7/+7 |
|\ \ |
|
| * | | Replace Array return types with TypedArray 3 | kobewi | 2022-08-24 | 1 | -7/+7 |
* | | | Merge pull request #64346 from firefly2442/patch-1 | Rémi Verschelde | 2022-08-24 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | small typo in TextServer, changes bitwise to logical which can be faster in s... | Patrick | 2022-08-13 | 1 | -1/+1 |
| |/ |
|
* / | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -2/+3 |
|/ |
|
* | HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag t... | bruvzg | 2022-08-04 | 1 | -0/+1 |
* | [TextServer] Add ICU Unicode security and spoofing detection. | bruvzg | 2022-08-02 | 1 | -0/+4 |
* | [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function. | bruvzg | 2022-08-02 | 1 | -0/+22 |
* | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -43/+44 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -3/+3 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -2/+22 |