531 Commits (master)
 

Author SHA1 Message Date
Ben Wagner 38272bf853 [ftstroke] Fix invalid pointer assignement to `arc` 2 weeks ago
Ben Wagner 59320b2d3c [cff] Fix leak of cmap data 3 weeks ago
Honnesh Ramachandra 3f3e3de34e * src/cff/cffobjs.c (cff_face_init): Better handling of Type0 fonts. 2 months ago
suzuki toshiya 0ae7e60737 Download the latest gnu-config files in `make dist`. 2 months ago
Behdad Esfahbod 1394436633 Move generic destroy to later in the face and size destruction. 2 months ago
Alexei Podtelezhnikov f02bffad0f * src/truetype/ttgload.c (load_truetype_glyph): Rearrange. 3 months ago
suzuki toshiya 5f2abe76fe * autogen.sh: Fix for Solaris 10. 3 months ago
Alexei Podtelezhnikov 089ccb1bfa * src/smooth/ftgrays.c (gray_convert_glyph): Clear stack pointers. 3 months ago
suzuki toshiya 5f20c89215 apinames: Fix a buffer overrun for VMS platform. 3 months ago
suzuki toshiya 26b545f368 apinames: Fix out-of-scope reference of a static array. 3 months ago
Alexei Podtelezhnikov 7c09421d83 * vms_make.com: Format rules. 3 months ago
Marian Klymov b4ca23bed1 * meson.build: Define DLL_EXPORT for shared library only. 3 months ago
Benoit Pierre 78ff353509 * meson.build: Minor improvements. 3 months ago
Benoit Pierre 34aed655f1 * meson.build: Fix `bzip2` option handling. 3 months ago
Benoit Pierre f4c2a44ea9 * meson.build: Add support for compiling with error strings. 3 months ago
suzuki toshiya 0dd4eef68f Fix help message of apinames. 3 months ago
Jouk Jansen c82745878d Minor fixes for OpenVMS. 3 months ago
Alexei Podtelezhnikov 83af801b55 * src/sfnt/ttsbit.c (tt_face_load_sbix_image): Respect metrics_only. 4 months ago
Alexei Podtelezhnikov 3008032062 * src/sfnt/ttsbit.c (tt_face_load_sbix_image): Tweak loop. 4 months ago
Andrew Murray 98283cb30f [sfnt] Support sbix graphicType 'flip'. 4 months ago
suzuki toshiya aaa559eaca Add `clang` to host compiler candidates in cross building. 4 months ago
suzuki toshiya e622c3c4cd Improve the build rule for `apinames`. 4 months ago
Alexei Podtelezhnikov d2612e1c3f * src/sfnt/ttcmap.c (tt_cmap*_get_info): Remove casting. 4 months ago
Alexei Podtelezhnikov 4f00846dde * include/freetype/ftimage.h (FT_Bitmap): Describe empty bitmap. 4 months ago
luz paz f92c96550a Fix various typos. 5 months ago
Alexei Podtelezhnikov c4e6791f82 * messon.build: Install `include/freetype/ftlogging.h`. 5 months ago
Werner Lemberg 42608f77f2 * Version 2.13.3 released. 5 months ago
Werner Lemberg a4b4e3ec23 * meson.build: Install `freetype2.m4`. 5 months ago
Werner Lemberg 6b992aaaf2 * src/*/*: Fix C++ compilation; fix clang warnings. 5 months ago
Werner Lemberg 8fc8b1310e * subprojects/*.wrap: Updated. 5 months ago
Werner Lemberg ed8b82ba94 Various minor documentation or formatting fixes. 5 months ago
Werner Lemberg ec378cecaf tttables.h (FT_Get_CMap_Format): Minor documentation improvement. 5 months ago
Alexei Podtelezhnikov 1f72a120a9 * src/truetype/ttgxvar.c (ft_var_readpacked*): Minor. 5 months ago
Alexei Podtelezhnikov e181911d87 * src/base/ftstream.c (FT_Stream_ReadFields): Switch to `FT_Offset`. 5 months ago
Alexei Podtelezhnikov a48cdddef3 * src/winfonts/winfnt.c (fnt_face_get_dll_font): Unwrap arithmetic. 5 months ago
Alexei Podtelezhnikov 72e199e8d3 * src/base/ftstream.c (FT_Stream_ReadFields): Update condition. 5 months ago
Alexei Podtelezhnikov 7c75b8a7bd [truetype/GX] Use more robust conditions. 5 months ago
Alexei Podtelezhnikov 5e116bb0dc [truetype/GX] Read points and deltas more carefully. 5 months ago
Alexei Podtelezhnikov 104f85448d [truetype/GX] Read stream more aggressively. 5 months ago
Alexei Podtelezhnikov 3f8edd234d * src/sfnt/ttload.c (tt_face_load_name): Shorten dereference. 5 months ago
Alexei Podtelezhnikov d42bffd4a0 * src/autofit/afmodule.c (af_autofitter_load_glyph): Shorten deref. 5 months ago
Alexei Podtelezhnikov 2488854056 [bdf,pcf,winfonts,sfnt] Remove barely used marcros. 5 months ago
Dan Rosser 97069edd16 * include/freetype/internal/ftcalc.h (FT_MSB)[_M_ARM64EC]: Added. 5 months ago
Werner Lemberg 1452355de9 * src/truetype/ttobjs.c (tt_size_run_prep): Correct scaling of CVT values. 5 months ago
Philip Race 37cefe33b2 * psobjs.c (ps_table_add): Check length before calling `FT_MEM_CPY`. 6 months ago
Don Olmstead 2280346192 CMakeLists.txt: Respect FT_DISABLE_ZLIB value 6 months ago
Werner Lemberg bab9564a97 Make 'multi' build work again. 6 months ago
Alexei Podtelezhnikov 73720c7c99 * src/truetype/ttgload.c (load_truetype_glyph): Unsigned fix. 6 months ago
Alexei Podtelezhnikov 044d142be7 Use unsigned tags `FT_Outline`. 6 months ago
Ben Wagner b1cbcb2045 [ttgxvar] Avoid "applying zero offset to null pointer" 6 months ago