summaryrefslogtreecommitdiffstats
path: root/servers/text_server.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\|
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-231-0/+1
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-3/+3
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+1
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+1
* | Improve TextEdit/LineEdit word selection.bruvzg2024-04-221-1/+6
* | [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-2/+4
* | 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-0/+1
|/
* [TextServer] Implement soft hyphen handling.bruvzg2024-02-231-0/+1
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-0/+3
* [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/+10
* [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 system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+6
* [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-0/+4
* [TextServer] Use dedicated flag for object replacement characters.bruvzg2023-04-121-4/+5
* [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+1
* Fix text server GDExtension build.bruvzg2023-02-261-3/+3
* Implement BiDi override mode for GDScript source.bruvzg2023-01-181-3/+4
* 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/+11
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-2/+3
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-1/+1
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-021-2/+2
|\
| * Change Array arguments to TypedArraykobewi2022-09-011-2/+2
* | [TextServer] Add support for trimming edge spaces on line break.bruvzg2022-09-011-0/+1
|/
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-2/+19
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-2/+19
* | Replace Array return types with TypedArray 3kobewi2022-08-241-4/+4
* | Replace Array return types with TypedArraykobewi2022-08-221-4/+7
|/
* 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/+2
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-17/+17
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-3/+4
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+27
* [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-071-0/+5