summaryrefslogtreecommitdiffstats
path: root/servers/text/text_server_extension.h
Commit message (Expand)AuthorAgeFilesLines
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-80/+80
* [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-231-0/+2
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-6/+6
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+2
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+2
* | Improve TextEdit/LineEdit word selection.bruvzg2024-04-221-2/+2
* | [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-041-0/+2
* | Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-121-0/+4
|\ \
| * | [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-121-0/+4
| |/
* / [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-111-0/+5
|/
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-0/+5
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+5
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-131-0/+5
* [TextServer] Store font extra spacing variations without making a full copy o...bruvzg2023-09-281-0/+3
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+0
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-0/+5
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+12
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-221-0/+2
* [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+3
* Fix text server GDExtension build.bruvzg2023-02-261-8/+8
* Implement BiDi override mode for GDScript source.bruvzg2023-01-181-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-2/+2
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-4/+4
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-5/+5
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+18
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-189/+190
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-2/+2
* Change Array arguments to TypedArraykobewi2022-09-011-4/+4
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-4/+4
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-4/+4
* | Replace Array return types with TypedArray 3kobewi2022-08-241-2/+2
* | Replace Array return types with TypedArraykobewi2022-08-221-6/+7
|/
* [TextServer] Add ICU Unicode security and spoofing detection.bruvzg2022-08-021-0/+5
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-021-0/+3
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-14/+14
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+5
* [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-071-0/+8
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+3
* Implement Label3D node.bruvzg2022-04-221-0/+14
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-404/+407
* Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-111-0/+10
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-0/+5
* [GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg2022-02-031-7/+7
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-2/+9
* [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-171-0/+5
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-0/+2
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-0/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-4/+4