summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb
Commit message (Expand)AuthorAgeFilesLines
...
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-242-10/+49
* [TextServer] Fix issues with character breaks, add more tests.bruvzg2023-08-191-3/+9
* Merge pull request #80650 from bruvzg/comp_char_fixRémi Verschelde2023-08-182-0/+16
|\
| * [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-152-0/+16
* | SCons: Fix ThorVG build option in TextServers with #80095Rémi Verschelde2023-08-172-10/+6
* | Update ThorVG to v0.10.0Martin Capitanio2023-08-091-1/+1
|/
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
* libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEONRémi Verschelde2023-08-041-1/+0
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* FreeType: Update to version 2.13.1bruvzg2023-07-101-1/+0
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version of module docs to 4.2Yuri Sizov2023-07-051-1/+1
* Fix SVG tag closing for OT font glyphs3dnikita2023-06-221-1/+6
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-153-7/+7
* Fix SVG font rendering after ThorVG update.bruvzg2023-06-071-1/+1
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-1/+3
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-1/+5
* Fix various errors when running the unit testsRedworkDE2023-05-091-1/+1
* [TextServer] Use dedicated flag for object replacement characters.bruvzg2023-04-121-1/+1
* [SVG Font] Keep a copy of UTF-8 XML source string during the whole SVG proces...bruvzg2023-04-052-6/+8
* Merge pull request #74149 from bruvzg/get_charYuri Sizov2023-03-162-0/+5
|\
| * [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-012-0/+5
* | Merge pull request #74556 from AThousandShips/text_adv_svg_freetypeYuri Sizov2023-03-153-1/+7
|\ \
| * | [TextServer] Make sure Freetype is enabled for ot-svgNinni Pipping2023-03-073-1/+7
* | | [TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts ...bruvzg2023-03-101-1/+3
|/ /
* | [TextServer] Fix justification on punctuation characters.bruvzg2023-03-061-3/+3
* | Merge pull request #73987 from bruvzg/ft_lockRémi Verschelde2023-03-032-35/+48
|\ \
| * | [TextServer] Add mutex for FreeType face creation/deletion operations.bruvzg2023-02-262-35/+48
* | | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| |/ |/|
* | Fix text server GDExtension build.bruvzg2023-02-263-8/+8
|/
* Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde2023-01-191-0/+2
|\
| * Implement BiDi override mode for GDScript source.bruvzg2023-01-181-0/+2
* | Remove duplicate ucaps code from TextServerFallback.bruvzg2023-01-191-23/+2
* | [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-193-59/+8
|/
* Refactor ProjectSetting overridesJuan Linietsky2023-01-131-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* [TextServer] Make `free` calls thread safe.bruvzg2023-01-021-2/+8
* Scale MSDF font outline with the font size and MSDF source size to match dyna...bruvzg2022-12-171-2/+2
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-162-15/+58
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-152-4/+13
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-1/+1
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* | [TextServer] Do not clean up font texture cache when setting `allow_system_fa...bruvzg2022-12-101-4/+1
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-042-2/+382
* Implement SVG in OT support.bruvzg2022-11-048-2/+626
* Merge pull request #67562 from bruvzg/improve_font_packingRémi Verschelde2022-10-312-86/+116
|\
| * Improve font glyph cache packing shelf best height fit heuristic.bruvzg2022-10-182-86/+116
* | Merge pull request #67409 from bruvzg/fix_oversampling_roundingRémi Verschelde2022-10-311-12/+18
|\ \
| * | [TextServer] Do not round glyph advances / coordinates if font oversampling o...bruvzg2022-10-171-12/+18
* | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-9/+9
| |/ |/|