1. 85c8efe * src/base/ftglyph.c (ft_bitmap_glyph_init): Always copy in full. by Alexei Podtelezhnikov · 4 days ago master
  2. d41d494 * include/freetype/config/mac-support.h: Check for FT_MACINTOSH. by Alexei Podtelezhnikov · 4 days ago
  3. e3a0652 [pshinter] Merge extrema and inflex analyses. by Alexei Podtelezhnikov · 9 weeks ago blue_scale
  4. 676e8b8 * src/sfnt/ttgpos.c (tt_face_validate_*): Fix check signedness. by Alexei Podtelezhnikov · 8 days ago
  5. 28407bc * src/sfnt/sfwoff2.c (reconstruct_glyf): Revise variables. by Alexei Podtelezhnikov · 2 weeks ago
  6. 7cc8f37 [base, smooth] Implement direct LCD filtering. by Alexei Podtelezhnikov · 2 weeks ago
  7. e8f0969 [base, smooth] Remove LCD filter from face properties. by Alexei Podtelezhnikov · 2 weeks ago
  8. 084bf28 [base] Remove legacy LCD filter. by Alexei Podtelezhnikov · 2 weeks ago
  9. 83f543a * src/svg/ftsvg.c: Use FT_ALLOC_MULT. by Alexei Podtelezhnikov · 3 weeks ago
  10. 95db5da * .gitlab-ci.yml: Add MSBuild for ARM64. by Harish Raja Selvan · 3 weeks ago
  11. ef04e4e [base, smooth] Fortify direct rendering. by Alexei Podtelezhnikov · 4 weeks ago
  12. dad4640 [base] Maintain overall rendering limits. by Alexei Podtelezhnikov · 4 weeks ago
  13. a9babbc * src/autofit/ft-hb-ft.c (ft_hb_ft_reference_table): Use `ft_sfree`. by Harry Sintonen · 4 weeks ago
  14. 341049a [base] Set ppem-based rendering limits. by Alexei Podtelezhnikov · 5 weeks ago
  15. b91f75b [autofit] Prevent signed integer overflow. by Werner Lemberg · 5 weeks ago
  16. 5f524d0 [truetype] Prevent signed integer overflow. by Werner Lemberg · 5 weeks ago
  17. 4553f1c [autofit] Prevent signed integer overflow. by Werner Lemberg · 5 weeks ago
  18. 26adb9f Fix leak of exec->FDefs in tt_size_init_bytecode by Ben Wagner · 5 weeks ago
  19. 7b72c0f [autofit] Prevent signed integer overflow. by Werner Lemberg · 6 weeks ago
  20. 914b474 [base] Fix support for format 13 charmaps. by Celeste Liu · 6 weeks ago
  21. fc85a25 [ttgxvar] Check for overflow in array size computation. by Werner Lemberg · 6 weeks ago
  22. 23b6cd2 Fix leak of exec in tt_size_init_bytecode by Ben Wagner · 9 weeks ago
  23. 30e45ab * src/pcf/pcfdrivr.c (PCF_Face_Init): Handle charmap errors. by Alexei Podtelezhnikov · 10 weeks ago
  24. f75ae3d * src/sfnt/ttbdf.c (tt_face_load_bdf_props): Fix size test. by Werner Lemberg · 10 weeks ago
  25. 5751c18 Improve documentation of the 'BDF ' table as used in X11 `.otb` files. by Werner Lemberg · 10 weeks ago
  26. 85161d7 * src/otvalid/otvcommn.c (otv_FeatureList_validate): Fix array size check. by Werner Lemberg · 2 months ago
  27. c54f1cb [otvalid] Minor formatting and comment fixes. by Werner Lemberg · 2 months ago
  28. 32fc0af [pshinter] Slightly simplify BlueShift application. by Alexei Podtelezhnikov · 3 months ago
  29. 04743f1 [pshinter] Slightly simplify BlueScale application. by Alexei Podtelezhnikov · 3 months ago
  30. d783d33 [pshinter] Fix up degenerate contours. by Alexei Podtelezhnikov · 3 months ago
  31. e63975c * src/base/ftutil.c (FT_List_Finalize): Delay reading 'data'. by Alexei Podtelezhnikov · 2 months ago
  32. 6a25214 * src/autofit/afgsub.c (af_parse_gsub): Always init `gsub_lookup_count`. by Werner Lemberg · 2 months ago
  33. 582cea9 [autofit] Fix handling of invalid GSUB lookup indices. by Werner Lemberg · 3 months ago
  34. b848824 [sfnt] Fix GPOS handling. by Werner Lemberg · 3 months ago
  35. 590e357 * builds/toplevel.mk (dist): Replace `for` with `find ... -exec`. by Alexei Podtelezhnikov · 3 months ago for_find
  36. fe0a964 * builds/toplevel.mk (dist): `-wholename` -> `-name`. by Suzuki, Toshiya (鈴木俊哉) · 3 months ago
  37. 9d99611 * .gitlab-ci.yml: update macos image to Tahoe:2025-09-30. by suzuki toshiya · 3 months ago
  38. 6d4977d * builds/toplevel.mk (dist): Improve compatibility with BSD tar. by Alexei Podtelezhnikov · 3 months ago
  39. fc9cc50 [cff] Handle underline position and thickness as integers. by Alexei Podtelezhnikov · 3 months ago
  40. c97efd2 * src/tools/apinames.c (names_add): Remove unrequired cast of by suzuki toshiya · 3 months ago
  41. 184910d * src/autofit/afgsub.c: Evaluate FT_CONFIG_OPTION_USE_HARFBUZZ by Suzuki, Toshiya (鈴木俊哉) · 5 months ago
  42. 3d871c5 Minor. by Alexei Podtelezhnikov · 3 months ago
  43. 3532877 [cff,cid,type1,type42] Fix up `PS_FontInfo`. by Alexei Podtelezhnikov · 3 months ago
  44. ae63cc0 * src/base/ftadvanc.c (ft_face_scale_advances_): Adjust scaling. by Alexei Podtelezhnikov · 4 months ago
  45. 0d410eb [base] Refactor obtaining advances. by Alexei Podtelezhnikov · 4 months ago
  46. f238830 * src/truetype/ttgload.c (tt_loader_init): Reset compatibility. by Alexei Podtelezhnikov · 4 months ago
  47. 4334f00 [autofit] Prevent signed integer overflow. by Werner Lemberg · 5 months ago
  48. 7955c9b * src/bdf/bdfdriver.c (BDF_Glyph_Load): Use `bdf->bdffont->bpp` directly. by Werner Lemberg · 5 months ago
  49. 41eab7e * tests/README.md: Fix a script name. by Alan Coopersmith · 5 months ago
  50. 03acd89 [build] Don't use non-POSIX escapes in sed regexp. by Werner Lemberg · 5 months ago sed
  51. 66e1ec8 Typo. by Werner Lemberg · 5 months ago
  52. 7e14994 * include/freetype/internal/ftobjs.h (ft_default_raster): Relic removed. by Alexei Podtelezhnikov · 5 months ago
  53. 526ec5c * Version 2.14.1 released. ========================== by Werner Lemberg · 5 months ago VER-2-14-1
  54. 566f880 [base] Fix return values of two Font Variation functions. by Behdad Esfahbod · 5 months ago
  55. 53b9319 * src/autofit/afgsub.c (af_map_lookup): Fix handling of lookup type 7. by Werner Lemberg · 5 months ago
  56. 36f917c * src/truetype/ttinterp.c (TT_Run_Context): Fix IUP tracking bits. by Alexei Podtelezhnikov · 5 months ago
  57. 3ac4907 Typo! by Alexei Podtelezhnikov · 5 months ago
  58. 89eba38 * src/truetype/ttinterp.c (TT_Run_Context): Reset IUP tracking bits. by Alexei Podtelezhnikov · 5 months ago
  59. e969f52 [autofit] Fix HarfBuzz calling. by Behdad Esfahbod · 5 months ago
  60. 9db5233 * docs/release: Use `sshpass` for SourceForge.net password. by Werner Lemberg · 5 months ago
  61. bdd560f * docs/release: Fix `scp` usage with OpenSSH version >= 9.0. by Werner Lemberg · 5 months ago
  62. 007c46e * Version 2.14.0 released. ========================== by Werner Lemberg · 5 months ago VER-2-14-0
  63. 28223c5 * builds/toplevel.mk (do-dist): Download shallow clone of `config.git`. by Werner Lemberg · 5 months ago
  64. 32cb539 Update all copyright notices. by Werner Lemberg · 5 months ago
  65. d3668e0 src/sfnt/ttload.c (tt_face_load_any): Correctly handle font containers. by Werner Lemberg · 5 months ago
  66. ba7eb5b Clean up OpenVMS support. by Jouk Jansen · 6 months ago
  67. c6cf32d * src/psaux/psauxmod.h (psaux_driver_class): Removed declaration. by Alexei Podtelezhnikov · 5 months ago
  68. 61a4234 [base] Use const FT_Module_Class. by Alexei Podtelezhnikov · 6 months ago
  69. 48f91b5 * src/base/ftobjs.c (FT_Load_Glyph): Reduces scope of 'ttface'. by Alexei Podtelezhnikov · 6 months ago
  70. c085125 * src/truetype/ttinterp.c: Fix some builds. by Alexei Podtelezhnikov · 6 months ago
  71. 8cbabc4 * subprojects/*.wrap: Updated. by Werner Lemberg · 6 months ago
  72. 23fa1e3 Updating `CHANGES` file; minor fixes elsewhere (mostly formatting). by Werner Lemberg · 6 months ago
  73. ca0247a [truetype] Fix compilation without bytecode. by Alexei Podtelezhnikov · 6 months ago
  74. cff6674 [truetype] Small fix in the incremental interface (again). by Alexei Podtelezhnikov · 6 months ago
  75. 6bd5a8c [truetype] Small fix in the incremental interface. by Alexei Podtelezhnikov · 6 months ago
  76. 508c30e * src/autofit/afgsub.c: Fix a warning. by Alexei Podtelezhnikov · 6 months ago
  77. adc7b85 * */ftoption.h: Update C99 wording. by Alexei Podtelezhnikov · 6 months ago
  78. 4c77a69 * */ftoption.h: Note C99 compliance. by Alexei Podtelezhnikov · 6 months ago
  79. 670d0b2 [ttgxvar] Fix caching of scalars when there are intermediate tuples. by Behdad Esfahbod · 6 months ago
  80. aa2ee67 Improvements to OpenVMS support. by Jouk Jansen · 6 months ago
  81. 27c1cb1 * docs/CHANGES: Mention 'ftmulti' improvements. by Alexei Podtelezhnikov · 6 months ago
  82. 42047ae [type1/MM] Correctly reset the default instance. by Alexei Podtelezhnikov · 6 months ago
  83. 08805be [truetype/v40] Fix ROUND_XY_TO_GRID handling. by Alexei Podtelezhnikov · 6 months ago
  84. 6c18a39 * src/truetype/ttinterp.c (Ins_MDRP,MIRP): Small tweak. by Alexei Podtelezhnikov · 7 months ago bytecode_tweak
  85. 64a0c64 [truetype] Tweak size management. by Alexei Podtelezhnikov · 7 months ago
  86. 8ceba9b [truetype] Relocate color compensation (cont'd). by Alexei Podtelezhnikov · 7 months ago
  87. 47d80cf [truetype] Fix EVEN and ODD instructions. by Alexei Podtelezhnikov · 7 months ago
  88. ac662dc * src/truetype/ttinterp.c: Fix comments. by Alexei Podtelezhnikov · 7 months ago
  89. 63e2c05 * src/truetype/ttinterp.h (TT_Round_Func): Fix argument. by Alexei Podtelezhnikov · 7 months ago
  90. 62ca1fd [truetype] Clean up size validation. by Alexei Podtelezhnikov · 7 months ago
  91. 9e9d539 [truetype] Relocate color compensation. by Alexei Podtelezhnikov · 7 months ago
  92. d6022b6 [smooth] Remove usage of setjmp and longjmp. by Alexei Podtelezhnikov · 7 months ago sansjmp
  93. b04db38 [sfnt] Rewrite GPOS kerning support. (2/2) by Werner Lemberg · 7 months ago gpos
  94. 8ef26a8 [sfnt] Rewrite GPOS kerning support. (1/2) by Werner Lemberg · 7 months ago
  95. ecbc1ab [cff] Support GPOS kerning. by Werner Lemberg · 7 months ago
  96. fb6a742 * src/sfnt/ttkern.h (TT_FACE_HAS_KERNING): Remove macro. by Werner Lemberg · 7 months ago
  97. 0fd0cf3 [autofit] Remove `globals->gsub_length`. by Werner Lemberg · 8 months ago
  98. f1cd6db * src/truetype/ttobjs.c (tt_size_init_bytecode): Correct previous fix. by Werner Lemberg · 8 months ago
  99. 5e67151 * src/autofit/afgsub.c: Include `tttables.h` and `afgsub.h`. by Werner Lemberg · 8 months ago
  100. 01695ea Various minor fixes. by Werner Lemberg · 8 months ago