summaryrefslogtreecommitdiffstats
path: root/servers/text/text_server_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* 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/+7
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-4/+4
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+9
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+9
* | Improve TextEdit/LineEdit word selection.bruvzg2024-04-221-4/+4
* | [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-041-0/+9
* | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...bruvzg2024-03-131-88/+94
* | Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-121-0/+14
|\ \
| * | [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-121-0/+14
| |/
* / [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-111-0/+13
|/
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-0/+13
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+13
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-131-0/+13
* [TextServer] Store font extra spacing variations without making a full copy o...bruvzg2023-09-281-0/+7
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-0/+13
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+46
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-221-0/+7
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-1/+1
* [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+7
* Fix text server GDExtension build.bruvzg2023-02-261-3/+3
* 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-3/+3
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-6/+6
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-3/+3
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+45
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-474/+268
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-376/+376
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-2/+2
* Change Array arguments to TypedArraykobewi2022-09-011-2/+2
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-8/+8
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-8/+8
* | Replace Array return types with TypedArray 3kobewi2022-08-241-3/+3
* | Replace Array return types with TypedArraykobewi2022-08-221-9/+9
|/
* [TextServer] Add ICU Unicode security and spoofing detection.bruvzg2022-08-021-0/+19
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-021-0/+9
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-8/+8
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-15/+15
* [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-071-0/+25
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+10
* Implement Label3D node.bruvzg2022-04-221-0/+44
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-577/+579
* Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-111-0/+30
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-0/+15
* [GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg2022-02-031-13/+13
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-3/+31
* [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-171-0/+19