summaryrefslogtreecommitdiffstats
path: root/thirdparty/freetype
Commit message (Collapse)AuthorAgeFilesLines
* FreeType: Update to version 2.13.2Rémi Verschelde2023-08-2945-19542/+176
| | | | Remove freetype's copy of zlib again, as we don't use it.
* FreeType: Update to version 2.13.1bruvzg2023-07-10128-3899/+3845
|
* Update HarfBuzz, ICU and FreeTypebruvzg2023-05-23442-2549/+20840
| | | | | | HarfBuzz: Update to version 7.3.0 ICU4C: Update to version 73.1 FreeType: Update to version 2.13.0
* zlib/minizip: Update to version 1.2.13, remove zlib from freetypeDeeJayLSP2023-01-0715-16725/+0
| | | | | | | | | | | | Security update, fixes CVE-2022-37434 in zlib. Only applications exposing/using `inflateGetHeader()` seem to be affected, which is not our case, so this is not critical for Godot. Remove duplicated copy of zlib in freetype sources to force using the updated version in `thirdparty/zlib/`. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Fix FreeType crashing in GCC + LTO builds.bruvzg2022-06-082-0/+43
|
* FreeType: Cleanup some unused filesRémi Verschelde2022-05-179-2452/+0
|
* Update HarfBuzz, ICU and FreeType.bruvzg2022-05-17447-3645/+20422
| | | | | | HarfBuzz: Update to version 4.2.1 FreeType: Update to version 2.12.1 ICU: Update to version 71.1
* freetype: Update to upstream version 2.11.1Rémi Verschelde2022-01-13470-8973/+13794
|
* Update freetype to 2.10.4volzhs2020-10-22370-2898/+3178
|
* freetype: Update to upstream version 2.10.2Rémi Verschelde2020-05-09437-806/+3842
|
* freetype: Update to upstream version 2.10.1Rémi Verschelde2019-07-1180-1408/+1942
|
* Update freetype to 2.10.0volzhs2019-03-31513-45680/+36119
|
* Disable gzip and lzw support for freetypeArjen van Staalduinen2018-12-181-2/+2
| | | | This resolves #24287 that causes linking issues when using the debug target for platform iOS.
* Update FreeType to 2.9.1volzhs2018-05-10469-5332/+20293
| | | | close #15660
* Update freetype to 2.8.1volzhs2017-10-1078-1123/+2096
|
* Update freetype to 2.8volzhs2017-06-25472-5285/+20956
|
* freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-15478-0/+190761
Comment out the weird workaround for building on Windows at it might not be needed anymore. Testing needed to confirm.