summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix subpixel layouts in text renderingAndrés Botero2023-09-071-4/+4
* | ThorVG: Update to v0.11.1Martin Capitanio2023-10-161-2/+7
* | [Bitmap fonts] Add support for scaling.bruvzg2023-10-132-4/+114
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | Merge pull request #82475 from bruvzg/ts_spacing_varRémi Verschelde2023-10-032-115/+166
|\ \
| * | [TextServer] Store font extra spacing variations without making a full copy o...bruvzg2023-09-282-115/+166
* | | ThorVG: update to v0.11.0 release.Martin Capitanio2023-09-292-35/+40
|/ /
* | thorvg: Update to 0.10.7Rémi Verschelde2023-09-262-6/+14
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-147/+147
* | [TextServer] Pass Dictionary properties by value and check property values in...bruvzg2023-09-071-2/+4
|/
* [TextServer] Remove excessive Dictionary checks.bruvzg2023-09-041-4/+2
* [TS] Fix SVG emoji placement.bruvzg2023-08-291-2/+2
* [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
|\ \