1. b937606 [truetype] Fix recent fallout in memory management. by Alexei Podtelezhnikov · 1 year, 2 months ago
  2. 24d2523 Update VMS installation support. by Jouk Jansen · 1 year, 2 months ago
  3. 49c74ac * src/truetype/ttgload.c (TT_Hint_Glyph): Mostly cosmetic update. by Alexei Podtelezhnikov · 1 year, 2 months ago
  4. bd6208b apinames.c: Add comment. by Werner Lemberg · 1 year, 2 months ago
  5. d5c6b94 [gzip] File `infback.c` is not needed. by Werner Lemberg · 1 year, 2 months ago
  6. 092f9d9 [apinames] Fix VMS handling of overly long function names. by Werner Lemberg · 1 year, 2 months ago
  7. 72a8d65 * src/tools/apinames.c (panic): Accept variable number of arguments. by Werner Lemberg · 1 year, 2 months ago
  8. b3250f3 * src/truetype/ttgload.c (TT_Process_Composite_Glyph): Fix leak too. by Alexei Podtelezhnikov · 1 year, 2 months ago
  9. b36193d * src/truetype/ttgload.c (TT_Load_Simple_Glyph): Triage memory leak. by Alexei Podtelezhnikov · 1 year, 2 months ago
  10. de94e2c [truetype] Simplify memory management. by Alexei Podtelezhnikov · 1 year, 2 months ago
  11. b2a9490 Added information about the zlib version update in the changelog by David PROVENT · 1 year, 2 months ago
  12. fc01e7d Fix a couple of MSVC warnings. by Alexei Podtelezhnikov · 1 year, 2 months ago
  13. 70946f6 * builds/windows/vc2010/freetype.vcxproj: Suppress C4267 on _WIN64. by Alexei Podtelezhnikov · 1 year, 2 months ago
  14. c4b5127 * src/cff/cffparse.c (cff_parser_run): Thinko. by Alexei Podtelezhnikov · 1 year, 2 months ago
  15. de60022 [cff] Clean up CharString number encoding. by Alexei Podtelezhnikov · 1 year, 2 months ago
  16. 51c1705 * src/cff/cffparse.c (cff_parser_run): Fix variable type. by Alexei Podtelezhnikov · 1 year, 2 months ago
  17. a2b8937 [cff] Clean up memory management in the old engine. by Alexei Podtelezhnikov · 1 year, 2 months ago
  18. 29578f7 * src/cff/cffobjs.c (cff_size_init): Synonymous change. by Alexei Podtelezhnikov · 1 year, 2 months ago
  19. 7ae20e5 * src/sfnt/sfobjs.c (sfnt_load_face): Shorten de-referencing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  20. 49eac0d [pfr] Shorten de-referencing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  21. 2adef94 * src/cff/cffobjs.c (cff_size_get_globals_funcs): Shorten de-referencing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  22. 5ac6276 [cff,cid,type1] Shorten de-referencing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  23. 5c37b64 * configure: Use `sed` instead of `grep`. by Alexei Podtelezhnikov · 1 year, 2 months ago
  24. 09b326f Avoid strtol on non-null-terminated data. by Ben Wagner · 1 year, 2 months ago
  25. e95e623 * src/cff/cffload.c (cff_subfont_load): Synonymous update. by Alexei Podtelezhnikov · 1 year, 2 months ago
  26. e8931f8 * src/gzip/README.freetype: Update version. by ubawurinna · 1 year, 2 months ago
  27. 79c8bd9 [gzip] Fix static linking. by ubawurinna · 1 year, 2 months ago
  28. d874ffa * include/freetype/internal/compiler-macros.h (FALL_THROUGH): Update. by Werner Lemberg · 1 year, 2 months ago
  29. 638df2f [truetype] Treat 38 as 40 without Infinality. by Alexei Podtelezhnikov · 1 year, 2 months ago
  30. 2257f9a * include/freetype/internal/compiler-macros.h (FALL_THROUGH): Update. by Werner Lemberg · 1 year, 2 months ago
  31. d399657 * src/*: Replace leading underscores with trailing ones in dummy variables. by Werner Lemberg · 1 year, 2 months ago
  32. f19ab67 * configure: Don't hardcode `grep -E`. by Karl Berry · 1 year, 2 months ago
  33. 6423ddb * src/cff/cffload.c (cff_encoding_load): Optimize array zeroing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  34. 74c498a * src/type1/t1load.c (T1_Get_MM_Var): Optimize array zeroing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  35. 3f2ac7d * src/base/ftsystem.c (ft_ansi_stream_io): Avoid undefined behaviour. by Tamir Duberstein · 1 year, 2 months ago
  36. 3f01161 [raster] Clean up contour indexing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  37. 7f94990 [autofit] Clean up contour indexing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  38. 78464d1 * src/base/ftoutln.c (FT_Outline_Check): Fix C4701 warning. by Alexei Podtelezhnikov · 1 year, 2 months ago
  39. f5f969a * src/sdf/ftsdf.c (get_min_distance_cubic): Fix C4701, typos. by Alexei Podtelezhnikov · 1 year, 2 months ago
  40. fecd19b * src/base/ftstroke.c (FT_Stroker_ParseOutline): Clean up contour indexing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  41. 34ed28d [base] Clean up contour indexing. by Alexei Podtelezhnikov · 1 year, 2 months ago
  42. 713580f * src/base/ftoutln.c (FT_Outline_Check): Update error code, clean up. by Alexei Podtelezhnikov · 1 year, 2 months ago
  43. bbfcd79 [truetype] Hide Infinality. by Alexei Podtelezhnikov · 1 year, 2 months ago
  44. 74ea545 * src/base/ftoutln.c (FT_Outline_Reverse): Anchor first contour points. by Alex Ringlein · 1 year, 2 months ago
  45. 0eca6ea Documentation improvement for `FT_Bitmap`. by Werner Lemberg · 1 year, 2 months ago
  46. dacbb55 [type1/MM] Round design coordinates. by Alexei Podtelezhnikov · 1 year, 3 months ago apodtele-master-patch-33657
  47. 23e60ca * builds/meson/parse_modules_cfg.py: Handle `gxvalid` and `otvalid`. by Jan Alexander Steffens (heftig) · 1 year, 3 months ago
  48. 79a8201 * build/toplevel.mk (do_dist): Fix typo. by Werner Lemberg · 1 year, 3 months ago
  49. de8b92d * Version 2.13 released. ========================== by Werner Lemberg · 1 year, 3 months ago VER-2-13-0
  50. 4f8c4b0 Comment on `FT_GlyphSlot_Slant'. by Alexei Podtelezhnikov · 1 year, 3 months ago
  51. 995ccfa [autofit] Fix 'multi' compilation. by Werner Lemberg · 1 year, 3 months ago
  52. 663486a Fix `FT_LOCAL` and `FT_LOCAL_DEF` tags. by Werner Lemberg · 1 year, 3 months ago
  53. ac5babe Fix 'fall-through' warning messages. by Werner Lemberg · 1 year, 3 months ago
  54. be724c8 For debugging, avoid implicit conversion from integer to double. by Werner Lemberg · 1 year, 3 months ago
  55. 37bc7c2 Avoid reserved identifiers that are globally defined. by Werner Lemberg · 1 year, 3 months ago
  56. da9eb9c Fix minor clang and clang++ warnings. by Werner Lemberg · 1 year, 3 months ago
  57. 4c3916e [truetype, type1] Additional variation tags. by Alexei Podtelezhnikov · 1 year, 3 months ago
  58. 27b2cd4 * src/base/ftsynth.c (FT_GlyphSlot_Slant): Add vertical slant. by Alexei Podtelezhnikov · 1 year, 3 months ago
  59. 515bdfe [sdf] Use 32-bit integers internally. by anuj · 1 year, 4 months ago
  60. d3582e3 docs/CHANGES: Updated. by Werner Lemberg · 1 year, 3 months ago
  61. beb2272 Comment on optional ascender and descender. by Alexei Podtelezhnikov · 1 year, 3 months ago
  62. 1bbec9e * src/type1/t1afm.c (T1_Read_Metrics): Reaffirm ascender and descender. by Alexei Podtelezhnikov · 1 year, 3 months ago
  63. 82c131a * src/type1/t1afm.c (T1_Read_Metrics): Validate ascender and descender. by Alexei Podtelezhnikov · 1 year, 3 months ago
  64. 646cc8e * src/cff/cffgload.c (cff_slot_load): Avoid memory leak. by Werner Lemberg · 1 year, 3 months ago
  65. 9508811 * src/truetype/ttgxvar.c (tt_var_get_item_delta): Check `face->blend`. by Werner Lemberg · 1 year, 3 months ago
  66. aec87c0 * docs/CHANGES: Add news for 'freetype-demos'. by Werner Lemberg · 1 year, 3 months ago
  67. 9c23b89 * subprojects/harfbuzz.wrap, subprojects/libpng.wrap: Updated. by Werner Lemberg · 1 year, 3 months ago
  68. e97544a Minor changes. by Werner Lemberg · 1 year, 3 months ago
  69. bacc48e Whitespace. by Werner Lemberg · 1 year, 3 months ago
  70. bea675c [ttgxvar] Fix crash in COLRv1. by Behdad Esfahbod · 1 year, 3 months ago
  71. 82ce172 The 'COLR' v1 API will no longer be experimental in the next release. by Werner Lemberg · 1 year, 3 months ago
  72. 0982d3e * docs/oldlogs/ChangeLog.210: Typos. by Alexei Podtelezhnikov · 1 year, 3 months ago
  73. d680908 [base] Fix typo. by Ben Wagner · 1 year, 3 months ago
  74. 188019e [base] Return error if requested driver is not found. by Ben Wagner · 1 year, 3 months ago
  75. a297fea [sfnt] Avoid nullptr dereference in reading malformed 'COLR' v1 table. by Dominik Röttsches · 1 year, 3 months ago
  76. f80be4e * src/tools/update-copyright: Allow execution from other repositories. by Werner Lemberg · 1 year, 3 months ago
  77. 65f8523 Update all copyright notices. by Werner Lemberg · 1 year, 3 months ago
  78. 6c1bd0f * src/tools/no-copyright: Updated. by Werner Lemberg · 1 year, 3 months ago
  79. 29f83d1 [base] 'close' callback may not use `stream->memory`. by Ben Wagner · 1 year, 3 months ago
  80. 0d4f887 [base] Always close user-provided stream. by Ben Wagner · 1 year, 3 months ago
  81. 13983b0 [base] Fix leak of internal stream marked external. by Ben Wagner · 1 year, 4 months ago
  82. 6a179ff sr/*.c: Various minor fixes. by Werner Lemberg · 1 year, 3 months ago
  83. 2692b32 [sfnt] Remove temporary runtime flag for variable 'COLR' v1. by Dominik Röttsches · 1 year, 4 months ago
  84. b1c9073 * src/autofit/ft-hb.c (_hb_ft_reference_table): Minor integration fixes. by Werner Lemberg · 1 year, 4 months ago
  85. 3481b15 [truetype] Reset cvt and storage in context load. by Ben Wagner · 1 year, 4 months ago
  86. ebe7e91 [autofit] Don't depend on 'hb-ft'. by Matthias Clasen · 1 year, 4 months ago
  87. 262b47a [truetype] Keep variation store consistent. by Ben Wagner · 1 year, 4 months ago
  88. 15afb55 [base] Report used stream's external status. by Ben Wagner · 1 year, 4 months ago
  89. c0b4f6a fix spelling err in LICENSE.txt by Noah Cabral · 1 year, 4 months ago
  90. 63f3713 [sfnt] Fix color stop bounds check calculation at table end. by Dominik Röttsches · 1 year, 4 months ago
  91. 81a456b * src/base/ftobjs.c (FT_Request_Metrics): Avoid division by zero. by Alexei Podtelezhnikov · 1 year, 4 months ago
  92. 0bcb664 [psaux] Delay the upem validity assertion. by Alexei Podtelezhnikov · 1 year, 4 months ago
  93. ace97a0 [gzip] Make static compilation not leak global symbols. by David Vanderson · 1 year, 4 months ago
  94. bc3aa76 * src/gzip/ftzconf.h: Updated to zlib 1.2.13. by Werner Lemberg · 1 year, 4 months ago
  95. 30d4863 * builds/unix/configure.raw: Don't check for `memcpy` and `memmove`. by Werner Lemberg · 1 year, 4 months ago
  96. 26e9028 [sdf, sfnt] Handle minor compiler warnings. by Werner Lemberg · 1 year, 5 months ago
  97. b405fc5 * subprojects/zlib.wrap: Micro-update from upstream. by Werner Lemberg · 1 year, 5 months ago
  98. 34c1bb6 * include/freetype/internal/ftcalc.h (FT_MSB): Support Open Watcom 2.0. by Jiří Malák · 1 year, 5 months ago
  99. aca4ec5 * src/base/ftdbgmem.c (ft_mem_source_compare): Add FT_COMPARE_DEF. by Luca Bacci · 1 year, 5 months ago
  100. 1c44de2 * src/autofit/afloader.c (af_loader_load_glyph): Remove `size` check. by Alexei Podtelezhnikov · 1 year, 5 months ago