summaryrefslogtreecommitdiffstats
path: root/servers/text
Commit message (Expand)AuthorAgeFilesLines
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-132-0/+18
* [TextServer] Store font extra spacing variations without making a full copy o...bruvzg2023-09-282-0/+10
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+0
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-242-0/+18
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-152-0/+58
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-222-0/+9
* 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-012-0/+10
* Fix text server GDExtension build.bruvzg2023-02-262-11/+11
* Implement BiDi override mode for GDScript source.bruvzg2023-01-182-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-053-87/+87
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-162-5/+5
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-152-10/+10
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-8/+8
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-042-0/+63
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-474/+268
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-282-565/+566
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-222-4/+4
* Change Array arguments to TypedArraykobewi2022-09-012-6/+6
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-262-12/+12
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-232-12/+12
* | Replace Array return types with TypedArray 3kobewi2022-08-242-5/+5
* | Replace Array return types with TypedArraykobewi2022-08-222-15/+16
|/
* [TextServer] Add ICU Unicode security and spoofing detection.bruvzg2022-08-022-0/+24
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-022-0/+12
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-152-22/+22
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-062-20/+20
* [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-072-0/+33
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-282-0/+13
* Implement Label3D node.bruvzg2022-04-222-0/+58
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-173-981/+1034
* Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-112-0/+40
* Add sub-pixel glyph positioning support.bruvzg2022-02-122-0/+20
* [GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg2022-02-032-20/+20
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-022-5/+40
* [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-172-0/+24
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-132-0/+11
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-092-0/+20
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-092-6/+6
* Add methods to get position from column and line in TextEditYuri Sizov2021-11-222-0/+11
* Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-092-0/+20
|\
| * [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-012-0/+20
* | Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-312-0/+60
* | Remove Scene dependency from the TextServer, use scalable hex box font instea...bruvzg2021-10-031-0/+1
|/
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-013-0/+1712