summaryrefslogtreecommitdiffstats
path: root/modules/text_server_adv/text_server_adv.h
Commit message (Expand)AuthorAgeFilesLines
* Update ICU to 76.1bruvzg2024-10-241-0/+9
* [TextServer] Silently skip invalid system fallback fonts.bruvzg2024-10-011-1/+2
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* TextServerAdvanced: improve performance by removing redundant lookupsrune-scape2024-08-281-4/+9
* [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-231-0/+1
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-6/+6
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-20/+20
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+1
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+1
* | [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px an...bruvzg2024-04-071-2/+2
* | [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-041-0/+1
* | Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-121-1/+4
|\ \
| * | [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-121-1/+4
| |/
* / [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-111-2/+8
|/
* Merge pull request #88091 from bruvzg/extra_fallbackRémi Verschelde2024-02-151-1/+1
|\
| * [TextServer] Add extra fallback step, to lookup for individual characters.bruvzg2024-02-091-1/+1
* | [TextServer / Font] Do not duplicate images to prevent unnecessary embedding.bruvzg2024-02-051-2/+1
|/
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-2/+9
* Use GODOT_MODULE define in TextServer modulesAaron Franke2024-01-061-1/+1
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+5
* [TextServer] Fix glyph comparator ambiguous output, causing "bad comparison f...bruvzg2023-10-311-5/+1
* [TextServerAdvanced] Keep dynamically loaded ICU data in memory.bruvzg2023-10-231-0/+1
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-131-0/+4
* [TextServer] Store font extra spacing variations without making a full copy o...bruvzg2023-09-281-0/+16
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-1/+15
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+6
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-4/+3
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-221-0/+1
* Improve line BiDi handling, prevent crash on recursive log updates.bruvzg2023-04-121-0/+1
* [TextServer] Improve BiDi error handling.bruvzg2023-04-111-1/+3
* Merge pull request #74149 from bruvzg/get_charYuri Sizov2023-03-161-0/+2
|\
| * [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+2
* | Merge pull request #73987 from bruvzg/ft_lockRémi Verschelde2023-03-031-0/+2
|\ \
| * | [TextServer] Add mutex for FreeType face creation/deletion operations.bruvzg2023-02-261-0/+2
* | | Merge pull request #73669 from bruvzg/icu_static_dataRémi Verschelde2023-03-021-1/+1
|\ \ \ | |_|/ |/| |
| * | [TextServer] Ensure ICU data is initialised only one and cleaned only at exit.bruvzg2023-02-211-1/+1
| |/
* / Fix text server GDExtension build.bruvzg2023-02-261-4/+4
|/
* [TextServer] Preload USpoofChecker to speed up GDScript parsing.bruvzg2023-02-051-0/+3
* Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde2023-01-191-1/+1
|\
| * Implement BiDi override mode for GDScript source.bruvzg2023-01-181-1/+1
* | [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-2/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-1/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-2/+3
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+141
* Implement SVG in OT support.bruvzg2022-11-041-1/+2
* Improve text line breaking performance for long lines.bruvzg2022-10-311-0/+1
* Improve font glyph cache packing shelf best height fit heuristic.bruvzg2022-10-181-10/+76
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-172/+176