summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-274-196/+63
|\
| * Fix SVG font rendering.Pāvels Nadtočajevs2024-11-214-192/+63
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-30/+32
|\|
| * [TextServer] Only load ellipsis glyph when it's used.bruvzg2024-11-051-30/+32
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-278-16/+16
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-118-0/+16
|/
* [TextServer] Silently skip invalid system fallback fonts.bruvzg2024-10-012-5/+32
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-252-0/+3
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* TextServerFallback: improve performance by removing redundant lookupsrune-scape2024-08-282-295/+374
* Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-161-1/+1
|\
| * Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
* | [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-232-0/+32
|/
* fix: change esthetic -> aestheticEric allen2024-07-051-1/+1
* [TextServer] Fix get_word_breaks and it uses.bruvzg2024-06-211-46/+86
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-124-15/+21
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-33/+34
* SCons: Fix potential Windows ANSI exceptionThaddeus Crews2024-05-181-8/+15
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-20/+20
* SCons: Fixes for warn/error colorizationThaddeus Crews2024-04-291-44/+46
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-282-60/+84
* [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px an...bruvzg2024-04-072-44/+53
* Prefer family name in fonts' names tableHaoyu Qiu2024-04-061-3/+34
* [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-042-0/+5
* [Font] Apply oversampling to the "embolden" strength.bruvzg2024-03-191-1/+1
* Merge pull request #89414 from bruvzg/update_icu_msdfgenRémi Verschelde2024-03-133-0/+9
|\
| * Update ICU and msdfgen.bruvzg2024-03-133-0/+9
* | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...bruvzg2024-03-131-7/+5
* | Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-122-6/+36
|\ \ | |/ |/|
| * [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-122-6/+36
* | [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-112-3/+29
|/
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-46/+46
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-2/+2
* [TextServer] Fix fallback line breaking code adding two breaks for CR-LF.bruvzg2024-03-051-1/+4
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-0/+8
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
* [TextServer] Implement soft hyphen handling.bruvzg2024-02-231-6/+13
* Merge pull request #88344 from bruvzg/fb_ts_nbspRémi Verschelde2024-02-151-1/+3
|\
| * [Fallback TextServer] Add support for non breaking spaces.bruvzg2024-02-141-1/+3
* | [TextServer / Font] Do not duplicate images to prevent unnecessary embedding.bruvzg2024-02-052-27/+31
|/
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-282-3/+42
* Merge pull request #86269 from aaronfranke/detect-moduleRémi Verschelde2024-01-097-9/+9
|\
| * Use GODOT_MODULE define in TextServer modulesAaron Franke2024-01-067-9/+9
* | ThorVG: update from v0.11.6 to v0.12.0Martin Capitanio2024-01-081-0/+2
|/
* [TextServer] Do not draw non-visual characters.bruvzg2023-12-121-0/+12
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-042-162/+221
* Fix various typos with codespellRémi Verschelde2023-11-111-2/+2
* Merge pull request #81438 from 0xafbf/patch-2Rémi Verschelde2023-11-101-4/+4
|\