1. c827458 Minor fixes for OpenVMS. by Jouk Jansen · 3 weeks ago master
  2. 83af801 * src/sfnt/ttsbit.c (tt_face_load_sbix_image): Respect metrics_only. by Alexei Podtelezhnikov · 5 weeks ago
  3. 3008032 * src/sfnt/ttsbit.c (tt_face_load_sbix_image): Tweak loop. by Alexei Podtelezhnikov · 5 weeks ago
  4. 98283cb [sfnt] Support sbix graphicType 'flip'. by Andrew Murray · 5 weeks ago
  5. aaa559e Add `clang` to host compiler candidates in cross building. by suzuki toshiya · 5 weeks ago
  6. e622c3c Improve the build rule for `apinames`. by suzuki toshiya · 5 weeks ago
  7. d2612e1 * src/sfnt/ttcmap.c (tt_cmap*_get_info): Remove casting. by Alexei Podtelezhnikov · 6 weeks ago
  8. 4f00846 * include/freetype/ftimage.h (FT_Bitmap): Describe empty bitmap. by Alexei Podtelezhnikov · 6 weeks ago
  9. f92c965 Fix various typos. by luz paz · 8 weeks ago
  10. c4e6791 * messon.build: Install `include/freetype/ftlogging.h`. by Alexei Podtelezhnikov · 8 weeks ago
  11. 42608f7 * Version 2.13.3 released. ========================== by Werner Lemberg · 8 weeks ago VER-2-13-3
  12. a4b4e3e * meson.build: Install `freetype2.m4`. by Werner Lemberg · 8 weeks ago
  13. 6b992aa * src/*/*: Fix C++ compilation; fix clang warnings. by Werner Lemberg · 8 weeks ago
  14. 8fc8b13 * subprojects/*.wrap: Updated. by Werner Lemberg · 8 weeks ago
  15. ed8b82b Various minor documentation or formatting fixes. by Werner Lemberg · 9 weeks ago
  16. ec378ce tttables.h (FT_Get_CMap_Format): Minor documentation improvement. by Werner Lemberg · 9 weeks ago
  17. 1f72a12 * src/truetype/ttgxvar.c (ft_var_readpacked*): Minor. by Alexei Podtelezhnikov · 9 weeks ago
  18. e181911 * src/base/ftstream.c (FT_Stream_ReadFields): Switch to `FT_Offset`. by Alexei Podtelezhnikov · 9 weeks ago
  19. a48cddd * src/winfonts/winfnt.c (fnt_face_get_dll_font): Unwrap arithmetic. by Alexei Podtelezhnikov · 10 weeks ago
  20. 72e199e * src/base/ftstream.c (FT_Stream_ReadFields): Update condition. by Alexei Podtelezhnikov · 10 weeks ago
  21. 7c75b8a [truetype/GX] Use more robust conditions. by Alexei Podtelezhnikov · 10 weeks ago
  22. 5e116bb [truetype/GX] Read points and deltas more carefully. by Alexei Podtelezhnikov · 2 months ago
  23. 104f854 [truetype/GX] Read stream more aggressively. by Alexei Podtelezhnikov · 2 months ago
  24. 3f8edd2 * src/sfnt/ttload.c (tt_face_load_name): Shorten dereference. by Alexei Podtelezhnikov · 2 months ago
  25. d42bffd * src/autofit/afmodule.c (af_autofitter_load_glyph): Shorten deref. by Alexei Podtelezhnikov · 2 months ago
  26. 2488854 [bdf,pcf,winfonts,sfnt] Remove barely used marcros. by Alexei Podtelezhnikov · 2 months ago
  27. 97069ed * include/freetype/internal/ftcalc.h (FT_MSB)[_M_ARM64EC]: Added. by Dan Rosser · 2 months ago
  28. 1452355 * src/truetype/ttobjs.c (tt_size_run_prep): Correct scaling of CVT values. by Werner Lemberg · 3 months ago cvt-scaling
  29. 37cefe3 * psobjs.c (ps_table_add): Check length before calling `FT_MEM_CPY`. by Philip Race · 4 months ago
  30. 2280346 CMakeLists.txt: Respect FT_DISABLE_ZLIB value by Don Olmstead · 3 months ago
  31. bab9564 Make 'multi' build work again. by Werner Lemberg · 4 months ago
  32. 73720c7 * src/truetype/ttgload.c (load_truetype_glyph): Unsigned fix. by Alexei Podtelezhnikov · 4 months ago
  33. 044d142 Use unsigned tags `FT_Outline`. by Alexei Podtelezhnikov · 4 months ago
  34. b1cbcb2 [ttgxvar] Avoid "applying zero offset to null pointer" by Ben Wagner · 4 months ago
  35. 2a7bb45 Use unsigned point and contour indexing in `FT_Outline`. by Alexei Podtelezhnikov · 4 months ago
  36. 2b9fdec * src/pfr/pfrgload.c (pfr_glyph_curve_to): Avoid casting. by Alexei Podtelezhnikov · 4 months ago
  37. 7a753c9 * src/base/ftgloadr.c (FT_GlyphLoader_Prepare): Minor refactoring. by Alexei Podtelezhnikov · 4 months ago
  38. 93a067e [base, autofit, psaux] Remove unnecessary casting. by Alexei Podtelezhnikov · 4 months ago
  39. deba7fe * include/freetype/ftimage.h: Explain standard types. by Alexei Podtelezhnikov · 4 months ago
  40. d41a855 [ttgxvar] Replace tabs with spaces by Ben Wagner · 4 months ago
  41. 7ff43d3 [truetype/GX] Consolidate memory allocations. by Alexei Podtelezhnikov · 5 months ago
  42. 3416ac1 Whitespace. by Alexei Podtelezhnikov · 5 months ago
  43. b6dbbd9 * src/truetype/ttgxvar.c (ft_var_apply_tuple): Reduce checks. by Alexei Podtelezhnikov · 5 months ago
  44. 70299c9 Revert "[truetype] Reduce allocation scope." by Alexei Podtelezhnikov · 5 months ago
  45. 9ff4153 [truetype] Reduce allocation scope. by Alexei Podtelezhnikov · 5 months ago
  46. a498873 * .gitlab-ci.yml: Disable UWP compilation. by Alexei Podtelezhnikov (Алексей Подтележников) · 5 months ago
  47. 42d406a * include/freetype/internal/ftmemory.h (FT_MEM_DUP): Fix g++ error. by Alexei Podtelezhnikov · 5 months ago
  48. 5f131cf [cff, truetype] Validate variation axes immediately. by Alexei Podtelezhnikov · 5 months ago
  49. 99be2b3 [cff, truetype] Rearrange variation range checks. by Alexei Podtelezhnikov · 5 months ago
  50. 347276c * src/truetype/ttgxvar.c (tt_var_get_item_delta): Align with specs. by Alexei Podtelezhnikov · 5 months ago
  51. 39f2fbf * src/truetype/ttgxvar.c (tt_var_get_item_delta): Minor refactoring. by Alexei Podtelezhnikov · 5 months ago
  52. 4ccdc9f [cff] Optimize the blend vector computations. by Alexei Podtelezhnikov · 5 months ago
  53. b25265f [bdf] Use concise macros. by Alexei Podtelezhnikov · 5 months ago
  54. 026fd5d [cache] Use FT_DUP to duplicate data. by Alexei Podtelezhnikov · 5 months ago
  55. d7cf931 [truetype, type1] Use FT_DUP to duplicate data. by Alexei Podtelezhnikov · 5 months ago
  56. cdd3572 * builds/windows/ftsystem.c: Use _WINRT_DLL to check for UWP. by Alexei Podtelezhnikov · 5 months ago
  57. 68399b4 * include/freetype/ftmm.h: Include `freetype.h`. by Alexei Podtelezhnikov · 5 months ago
  58. b8db819 [type1/MM] Safer handle arrays of different types. by Alexei Podtelezhnikov · 5 months ago
  59. 5b1cde8 * src/type1/t1load.c (parse_blend_design_map): Add risky cast. by Alexei Podtelezhnikov · 5 months ago
  60. e834786 * docs/CHANGES: Mention the last commit. by Alexei Podtelezhnikov · 5 months ago
  61. 4a85db7 [type1/MM] Tighten headers. by Alexei Podtelezhnikov · 5 months ago
  62. b875924 * src/pshinter/pshrec.c (ps_hints_stem): Correct argument. by Alexei Podtelezhnikov · 5 months ago
  63. a464242 [psaux] Fix location and type order in initializer by Ben Wagner · 5 months ago
  64. 1264b84 * include/freetype/internal/psaux.h: Fix g++ warning. by Alexei Podtelezhnikov · 5 months ago
  65. 5858fa1 [colr] Avoid overflow in range checks by Ben Wagner · 5 months ago
  66. 2240e21 .mailmap: Fix entry for Ben Wagner. by Werner Lemberg · 5 months ago
  67. d0e3239 [sdf, bsdf] Use shared FT_SqrtFixed. by Alexei Podtelezhnikov · 5 months ago
  68. 2edfd7e * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Remove FT_ABS. by Alexei Podtelezhnikov · 5 months ago
  69. 7bd887f * src/sfnt/sfwoff2.c (woff2_open_font): Fix copy-paste typo. by Alexei Podtelezhnikov · 5 months ago
  70. 3f28a6b [woff,woff2] Limit the number of tables and use FT_MSB. by Alexei Podtelezhnikov · 5 months ago
  71. 13d1180 [woff2] Disallow zero table font entries by Ben Wanger · 5 months ago
  72. 4d50468 [sfnt] Use faster macros in checksums. by Alexei Podtelezhnikov · 5 months ago
  73. 13da904 * src/sfnt/sfwoff2.c (compute_ULong_sum): Clean up. by Alexei Podtelezhnikov · 5 months ago
  74. 2c9691e * docs/CHANGES: Updated. by Alexei Podtelezhnikov · 5 months ago
  75. 5962d3c * src/cache/ftccache.c (FTC_Cache_RemoveFaceID): Remove nodes instantly. by Alexei Podtelezhnikov · 5 months ago
  76. a209e1a [cache] Remove unused `node_reset`. by Alexei Podtelezhnikov · 5 months ago
  77. f8f0d1a * src/cache/ftcmru.c (FTC_MruList_New): Do not reset nodes. by Alexei Podtelezhnikov · 5 months ago
  78. 1168b1b * src/cache/ftcimage.c (ftc_inode_weight): Formatting. by Alexei Podtelezhnikov · 5 months ago
  79. 4e079f6 Document the SDF spread further. by Alexei Podtelezhnikov · 5 months ago
  80. e2bcca4 * include/freetype/ftdriver.h: s/truncated/clamped/. by Alexei Podtelezhnikov · 6 months ago
  81. ec46a50 Improve SDF documentation. by Alexei Podtelezhnikov · 6 months ago
  82. 982bc83 [cache] Minor tweaks. by Alexei Podtelezhnikov · 6 months ago
  83. 5a3bfa9 * src/cache/ftcbasic.c: Cosmetic harmonization. by Alexei Podtelezhnikov · 6 months ago
  84. 23e1d64 [cache] Reduce type mismatches. by Alexei Podtelezhnikov · 6 months ago
  85. 9a2d6d9 * src/cache/{ftcbasic.c,ftccmap.c}: Use FTC_INLINE. by Alexei Podtelezhnikov · 6 months ago
  86. dbdcd75 [cache] Tweak headers. by Alexei Podtelezhnikov · 6 months ago
  87. db83e9c * src/cache/ftcglyph.c [!FTC_INLINE]: Fix compilation. by Alexei Podtelezhnikov · 6 months ago
  88. 12adfc2 [cache] Improve MRU list management. by Alexei Podtelezhnikov · 6 months ago
  89. d091bca [cache] Fix error handling. by Alexei Podtelezhnikov · 6 months ago fix1270
  90. b3a6a20 [smooth] Switch to vertical bisections. by Alexei Podtelezhnikov · 6 months ago
  91. fff58f5 * src/smooth/ftgrays.c (gray_convert_glyph): Refactor for convenience. by Alexei Podtelezhnikov · 6 months ago
  92. 674d629 [smooth] Store persistent clipping box. by Alexei Podtelezhnikov · 6 months ago
  93. f42ce25 [colr] Ensure enough bytes for PaintColrLayers by Ben Wanger · 7 months ago
  94. 17545d4 Avoid n^2 scanning for binary data. by Ben Wagner · 7 months ago
  95. 660a701 * CMakeLists.txt: Bump required version to 3.5. by Alexei Podtelezhnikov · 7 months ago
  96. 2cc5890 meson: Use the standard dependency mechanism to find bzip2 by Jordan Williams · 7 months ago
  97. 2a790a9 [cff, truetype] Always set up default variable instance. by Ben Wanger · 7 months ago
  98. 546237e * src/truetype/ttgxvar.c (ft_var_to_normalized): Integer overflow. by Werner Lemberg · 8 months ago
  99. 47574f7 Update all copyright notices. by Alexei Podtelezhnikov · 9 months ago
  100. 4f0256c * src/sfnt/ttgpos.c (tt_gpos_get_glyph_class): Fix warning C4018. by Alexei Podtelezhnikov · 9 months ago