summaryrefslogtreecommitdiffstats
path: root/servers/text
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-273-6/+6
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-113-0/+6
|/
* Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-272-160/+160
|\
| * GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-112-160/+160
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-233-0/+10
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-122-10/+10
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-032-0/+11
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-022-0/+11
* | Improve TextEdit/LineEdit word selection.bruvzg2024-04-222-6/+6
* | [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-042-0/+11
* | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...bruvzg2024-03-132-91/+175
* | Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-122-0/+18
|\ \
| * | [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-122-0/+18
| |/
* / [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-112-0/+18
|/
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-282-0/+18
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-042-0/+18
* [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