summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextServerExtension.xml
Commit message (Expand)AuthorAgeFilesLines
* [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-231-0/+8
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+6
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+6
* | Improve TextEdit/LineEdit word selection.bruvzg2024-04-221-0/+1
* | [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-2/+429
* | 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/+6
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-0/+15
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+34
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-7/+7
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-221-0/+6
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-1/+1
* Merge pull request #74149 from bruvzg/get_charYuri Sizov2023-03-161-0/+8
|\
| * [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+8
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* Implement BiDi override mode for GDScript source.bruvzg2023-01-181-1/+1
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-0/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-0/+2
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+44
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-400/+187
* 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-10/+10
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-10/+10
* | Replace Array return types with TypedArray 3kobewi2022-08-241-1/+1
* | Replace Array return types with TypedArraykobewi2022-08-221-3/+3
|/
* Improve the `make_rst.py` parser for BBCode tagsYuri Sizov2022-08-151-1/+1
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-23/+23
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-385/+385
* [TextServer] Add ICU Unicode security and spoofing detection.bruvzg2022-08-021-0/+15
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-021-0/+7
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-7/+7
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-20/+18
* [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-071-0/+22
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+8
* Implement Label3D node.bruvzg2022-04-221-0/+41
* Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-220/+230
* Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-111-0/+31
* Merge pull request #57877 from bruvzg/subpixel_gl_posRémi Verschelde2022-02-151-0/+15
|\
| * Add sub-pixel glyph positioning support.bruvzg2022-02-121-0/+15
* | Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
|/