summaryrefslogtreecommitdiffstats
path: root/servers/text_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-131-0/+8
* [TextServer] Store font extra spacing variations without making a full copy o...bruvzg2023-09-281-0/+1
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-0/+3
* [TextServer] Fix issues with character breaks, add more tests.bruvzg2023-08-191-3/+5
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+57
* [Text Server] Fix ellipsis outline drawing.bruvzg2023-07-241-2/+2
* [TextServer] Prevent duplicate line breaks on virtual spaces when line width ...bruvzg2023-05-261-16/+42
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-221-0/+1
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-1/+20
* [TextServer] Use dedicated flag for object replacement characters.bruvzg2023-04-121-1/+2
* [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+1
* Implement BiDi override mode for GDScript source.bruvzg2023-01-181-18/+98
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-1/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-2/+2
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+9
* Add split caret direction markers. Fix block/overtype caret size.bruvzg2022-10-071-30/+27
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-0/+1
* [TextServer] Fix excessive space trimming.bruvzg2022-09-011-25/+18
* [TextServer] Add support for trimming edge spaces on line break.bruvzg2022-09-011-14/+109
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-2/+13
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-2/+13
* | Merge pull request #64082 from KoBeWi/array3kRémi Verschelde2022-08-241-7/+7
|\ \
| * | Replace Array return types with TypedArray 3kobewi2022-08-241-7/+7
* | | Merge pull request #64346 from firefly2442/patch-1Rémi Verschelde2022-08-241-1/+1
|\ \ \ | |/ / |/| |
| * | small typo in TextServer, changes bitwise to logical which can be faster in s...Patrick2022-08-131-1/+1
| |/
* / Replace Array return types with TypedArraykobewi2022-08-221-2/+3
|/
* HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag t...bruvzg2022-08-041-0/+1
* [TextServer] Add ICU Unicode security and spoofing detection.bruvzg2022-08-021-0/+4
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-021-0/+22
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-43/+44
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-3/+3
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-2/+22
* [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-071-0/+5
* use ERR_FAIL_INDEX when preferredNathan Franke2022-05-251-2/+2
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+2
* Implement Label3D node.bruvzg2022-04-221-0/+94
* Merge pull request #60102 from KoBeWi/graphememeRémi Verschelde2022-04-111-1/+1
|\
| * Improve shaped_text_get_word_breaks()kobewi2022-04-101-1/+1
* | [TextServer] Fix long selection performance.bruvzg2022-04-111-26/+15
|/
* Fixed ctrl + backspace on empty linesMarc Garcia Puig2022-04-041-1/+1
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-23/+29
* Fix text clipping on the right side.bruvzg2022-03-131-4/+4
* Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-111-0/+6
* [TextServer] Improve word breaking when there are multiple spaces between words.bruvzg2022-03-051-4/+8
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-1/+10
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-1/+5
* [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-171-0/+4
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-23/+24
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-2/+30