summaryrefslogtreecommitdiffstats
path: root/servers/text_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix `TextServer::shaped_text_*_character_pos` for the first character of wrap...bruvzg2024-09-161-3/+3
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-1/+1
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+5
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+5
* | Improve TextEdit/LineEdit word selection.bruvzg2024-04-221-5/+8
* | [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-041-0/+1
* | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...bruvzg2024-03-131-0/+42
* | Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-121-0/+2
|\ \
| * | [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-121-0/+2
* | | [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-111-0/+3
|/ /
* / [TextEdit] Add support for optional wrapped line indentation.bruvzg2024-02-261-2/+42
|/
* [TextServer] Implement soft hyphen handling.bruvzg2024-02-231-8/+29
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-0/+3
* [TextServer] Fix precision loss in the string drawing methods.bruvzg2024-01-181-17/+18
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+3
* [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