| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.... | bruvzg | 2022-06-07 | 1 | -0/+5 |
* | use ERR_FAIL_INDEX when preferred | Nathan Franke | 2022-05-25 | 1 | -2/+2 |
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+2 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -0/+94 |
* | Merge pull request #60102 from KoBeWi/graphememe | Rémi Verschelde | 2022-04-11 | 1 | -1/+1 |
|\ |
|
| * | Improve shaped_text_get_word_breaks() | kobewi | 2022-04-10 | 1 | -1/+1 |
* | | [TextServer] Fix long selection performance. | bruvzg | 2022-04-11 | 1 | -26/+15 |
|/ |
|
* | Fixed ctrl + backspace on empty lines | Marc Garcia Puig | 2022-04-04 | 1 | -1/+1 |
* | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -23/+29 |
* | Fix text clipping on the right side. | bruvzg | 2022-03-13 | 1 | -4/+4 |
* | Add options to embolden and transform font outlines to simulate bold and ital... | bruvzg | 2022-03-11 | 1 | -0/+6 |
* | [TextServer] Improve word breaking when there are multiple spaces between words. | bruvzg | 2022-03-05 | 1 | -4/+8 |
* | Add sub-pixel glyph positioning support. | bruvzg | 2022-02-12 | 1 | -1/+10 |
* | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -1/+5 |
* | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | 2022-01-17 | 1 | -0/+4 |
* | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -23/+24 |
* | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -2/+30 |