summaryrefslogtreecommitdiffstats
path: root/servers/text/text_server_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-0/+9
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-0/+15
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Add methods to get position from column and line in TextEditYuri Sizov2021-11-221-0/+9
* Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-091-0/+15
|\
| * [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-011-0/+15
* | Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-311-0/+45
|/
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-0/+1281