1. 5f131cf [cff, truetype] Validate variation axes immediately. by Alexei Podtelezhnikov · 21 hours ago master
  2. 99be2b3 [cff, truetype] Rearrange variation range checks. by Alexei Podtelezhnikov · 23 hours ago
  3. 347276c * src/truetype/ttgxvar.c (tt_var_get_item_delta): Align with specs. by Alexei Podtelezhnikov · 28 hours ago
  4. 39f2fbf * src/truetype/ttgxvar.c (tt_var_get_item_delta): Minor refactoring. by Alexei Podtelezhnikov · 2 days ago
  5. 4ccdc9f [cff] Optimize the blend vector computations. by Alexei Podtelezhnikov · 2 days ago
  6. b25265f [bdf] Use concise macros. by Alexei Podtelezhnikov · 3 days ago
  7. 026fd5d [cache] Use FT_DUP to duplicate data. by Alexei Podtelezhnikov · 3 days ago
  8. d7cf931 [truetype, type1] Use FT_DUP to duplicate data. by Alexei Podtelezhnikov · 3 days ago
  9. cdd3572 * builds/windows/ftsystem.c: Use _WINRT_DLL to check for UWP. by Alexei Podtelezhnikov · 5 days ago
  10. 68399b4 * include/freetype/ftmm.h: Include `freetype.h`. by Alexei Podtelezhnikov · 9 days ago
  11. b8db819 [type1/MM] Safer handle arrays of different types. by Alexei Podtelezhnikov · 10 days ago
  12. 5b1cde8 * src/type1/t1load.c (parse_blend_design_map): Add risky cast. by Alexei Podtelezhnikov · 11 days ago
  13. e834786 * docs/CHANGES: Mention the last commit. by Alexei Podtelezhnikov · 11 days ago
  14. 4a85db7 [type1/MM] Tighten headers. by Alexei Podtelezhnikov · 11 days ago
  15. b875924 * src/pshinter/pshrec.c (ps_hints_stem): Correct argument. by Alexei Podtelezhnikov · 12 days ago
  16. a464242 [psaux] Fix location and type order in initializer by Ben Wagner · 2 weeks ago
  17. 1264b84 * include/freetype/internal/psaux.h: Fix g++ warning. by Alexei Podtelezhnikov · 2 weeks ago
  18. 5858fa1 [colr] Avoid overflow in range checks by Ben Wagner · 2 weeks ago
  19. 2240e21 .mailmap: Fix entry for Ben Wagner. by Werner Lemberg · 2 weeks ago
  20. d0e3239 [sdf, bsdf] Use shared FT_SqrtFixed. by Alexei Podtelezhnikov · 2 weeks ago
  21. 2edfd7e * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Remove FT_ABS. by Alexei Podtelezhnikov · 3 weeks ago
  22. 7bd887f * src/sfnt/sfwoff2.c (woff2_open_font): Fix copy-paste typo. by Alexei Podtelezhnikov · 3 weeks ago
  23. 3f28a6b [woff,woff2] Limit the number of tables and use FT_MSB. by Alexei Podtelezhnikov · 3 weeks ago
  24. 13d1180 [woff2] Disallow zero table font entries by Ben Wanger · 3 weeks ago
  25. 4d50468 [sfnt] Use faster macros in checksums. by Alexei Podtelezhnikov · 3 weeks ago
  26. 13da904 * src/sfnt/sfwoff2.c (compute_ULong_sum): Clean up. by Alexei Podtelezhnikov · 3 weeks ago
  27. 2c9691e * docs/CHANGES: Updated. by Alexei Podtelezhnikov · 3 weeks ago
  28. 5962d3c * src/cache/ftccache.c (FTC_Cache_RemoveFaceID): Remove nodes instantly. by Alexei Podtelezhnikov · 3 weeks ago
  29. a209e1a [cache] Remove unused `node_reset`. by Alexei Podtelezhnikov · 3 weeks ago
  30. f8f0d1a * src/cache/ftcmru.c (FTC_MruList_New): Do not reset nodes. by Alexei Podtelezhnikov · 3 weeks ago
  31. 1168b1b * src/cache/ftcimage.c (ftc_inode_weight): Formatting. by Alexei Podtelezhnikov · 4 weeks ago
  32. 4e079f6 Document the SDF spread further. by Alexei Podtelezhnikov · 4 weeks ago
  33. e2bcca4 * include/freetype/ftdriver.h: s/truncated/clamped/. by Alexei Podtelezhnikov · 4 weeks ago
  34. ec46a50 Improve SDF documentation. by Alexei Podtelezhnikov · 4 weeks ago
  35. 982bc83 [cache] Minor tweaks. by Alexei Podtelezhnikov · 4 weeks ago
  36. 5a3bfa9 * src/cache/ftcbasic.c: Cosmetic harmonization. by Alexei Podtelezhnikov · 5 weeks ago
  37. 23e1d64 [cache] Reduce type mismatches. by Alexei Podtelezhnikov · 5 weeks ago
  38. 9a2d6d9 * src/cache/{ftcbasic.c,ftccmap.c}: Use FTC_INLINE. by Alexei Podtelezhnikov · 5 weeks ago
  39. dbdcd75 [cache] Tweak headers. by Alexei Podtelezhnikov · 5 weeks ago
  40. db83e9c * src/cache/ftcglyph.c [!FTC_INLINE]: Fix compilation. by Alexei Podtelezhnikov · 5 weeks ago
  41. 12adfc2 [cache] Improve MRU list management. by Alexei Podtelezhnikov · 5 weeks ago
  42. d091bca [cache] Fix error handling. by Alexei Podtelezhnikov · 5 weeks ago fix1270
  43. b3a6a20 [smooth] Switch to vertical bisections. by Alexei Podtelezhnikov · 5 weeks ago
  44. fff58f5 * src/smooth/ftgrays.c (gray_convert_glyph): Refactor for convenience. by Alexei Podtelezhnikov · 5 weeks ago
  45. 674d629 [smooth] Store persistent clipping box. by Alexei Podtelezhnikov · 5 weeks ago
  46. f42ce25 [colr] Ensure enough bytes for PaintColrLayers by Ben Wanger · 2 months ago
  47. 17545d4 Avoid n^2 scanning for binary data. by Ben Wagner · 3 months ago
  48. 660a701 * CMakeLists.txt: Bump required version to 3.5. by Alexei Podtelezhnikov · 3 months ago
  49. 2cc5890 meson: Use the standard dependency mechanism to find bzip2 by Jordan Williams · 3 months ago
  50. 2a790a9 [cff, truetype] Always set up default variable instance. by Ben Wanger · 3 months ago
  51. 546237e * src/truetype/ttgxvar.c (ft_var_to_normalized): Integer overflow. by Werner Lemberg · 3 months ago
  52. 47574f7 Update all copyright notices. by Alexei Podtelezhnikov · 4 months ago
  53. 4f0256c * src/sfnt/ttgpos.c (tt_gpos_get_glyph_class): Fix warning C4018. by Alexei Podtelezhnikov · 4 months ago
  54. 8f286c8 Add support for kerning from 'GPOS' tables. by David Saltzman · 4 months ago
  55. 5761778 [smooth] Remove SSE2. by Alexei Podtelezhnikov · 4 months ago
  56. 6d91472 * CMakeLists.txt: Accommodate MingGW. by Alexei Podtelezhnikov · 4 months ago
  57. 7bac4d1 * src/sfnt/ttcolr.c (find_base_glyph_v1_record): Fix build in C90 mode. by Ozkan Sezer · 4 months ago
  58. cc081d7 [base] Fix up Mac resource forks and dfonts. by Alexei Podtelezhnikov · 5 months ago
  59. 4a85ff0 [sfnt] Restrict POST version 1.0. by Alexei Podtelezhnikov · 5 months ago
  60. a07ca46 * .gitlab-ci.yml: Use detached CI pipelines. by Alexei Podtelezhnikov · 5 months ago
  61. 57c4252 [sfnt] Guard access in 'COLR' v1 glyph binary search. by Werner Lemberg · 5 months ago
  62. ca76683 [ci] Add support for MSBuild on Windows. by Alexei Podtelezhnikov · 5 months ago
  63. 8eab511 [CFF] Extract `BlueValues` as `Fixed` rather than `Int`. by Skef Iterum · 5 months ago
  64. 6f2bf6a [psaux] Improve tracing. by Skef Iterum · 5 months ago
  65. af6d210 * vms_make.com: Switch to `clang`. by Jouk Jansen · 5 months ago
  66. 9bf7296 * src/truetype/ttgxvar.c (ft_var_to_normalized): Fix undefined left-shift. by Werner Lemberg · 5 months ago
  67. 50740b3 [msbuild] Streamline the process. by Alexei Podtelezhnikov · 6 months ago
  68. 01f23c3 * src/raster/ftraster.c (Draw_Sweep): Swap stub conditions. by Alexei Podtelezhnikov · 6 months ago
  69. 5999d47 * src/raster/ftmisc.h (FT_MulDiv): Remove unused copy. by Alexei Podtelezhnikov · 6 months ago
  70. 8f255c8 [raster] Speed up Bézier arches with extrema. by Alexei Podtelezhnikov · 6 months ago
  71. 1eb04c7 * docs/*: Typos. by Alexei Podtelezhnikov · 6 months ago
  72. efbae54 [raster] Eliminate intensive flow checking. by Alexei Podtelezhnikov · 6 months ago
  73. 63d3a37 * src/raster/ftraster.c: Comments, defines, includes, cleanups. by Alexei Podtelezhnikov · 6 months ago
  74. df39b01 * src/raster/ftraster.c (FT_Outline_Get_CBox ) [STANDALONE_]: Removed. by Alexei Podtelezhnikov · 6 months ago
  75. c62027d * src/raster/ftraster.c (Draw_Sweep): No-fault return. by Alexei Podtelezhnikov · 6 months ago
  76. d77dd24 [raster] Sweep polishing. by Alexei Podtelezhnikov · 6 months ago
  77. da8e428 [raster] Rearrange dropout control. by Alexei Podtelezhnikov · 6 months ago
  78. d7c72ff [raster] Use bitwise dropout mode interpretation. by Alexei Podtelezhnikov · 6 months ago
  79. e969289 * docs/CHANGES: Updated. by Alexei Podtelezhnikov · 6 months ago
  80. 050a320 [raster] Keep only bottom y-turns. by Alexei Podtelezhnikov · 6 months ago
  81. fa59e0d * src/raster/ftraster.c (End_Profile): Reduce branching. by Alexei Podtelezhnikov · 6 months ago
  82. c580926 * src/raster/ftraster.c (Draw_Sweep): Use more natural loop. by Alexei Podtelezhnikov · 6 months ago
  83. b0265cc [raster] Dissolve a loop. by Alexei Podtelezhnikov · 6 months ago
  84. 6dc2ecb * src/raster/ftraster.c: Comments. by Alexei Podtelezhnikov · 6 months ago
  85. aec7e71 [raster] Stylistic changes. by Alexei Podtelezhnikov · 6 months ago
  86. d1b3ef7 [raster] Revise overshoot setting. by Alexei Podtelezhnikov · 6 months ago
  87. 667aad5 * src/raster/ftraster.c (Conic_To, Cubic_To): Fix recent regression. by Alexei Podtelezhnikov · 6 months ago
  88. 0f98994 * include/freetype/ftimage.h: Fix type and link. by Alexei Podtelezhnikov · 6 months ago
  89. 6e7ef16 * src/raster/ftraster.c (Increment): Minor tweak. by Alexei Podtelezhnikov · 6 months ago
  90. e9359e2 [raster] Get rid of the fresh flag. by Alexei Podtelezhnikov · 6 months ago
  91. d5e8686 [raster] Get rid of the joint flag. by Alexei Podtelezhnikov · 6 months ago
  92. 9cd403b * src/raster/ftraster.c (Line_Up, Bezier_Up): Check "between" earlier. by Alexei Podtelezhnikov · 6 months ago
  93. 028b0d5 * src/raster/ftraster.c (Line_Up): Updated and fixed up. by Alexei Podtelezhnikov · 6 months ago
  94. d597393 * src/raster/ftraster.c (End_Profile, Convert_Glyph): Clean up. by Alexei Podtelezhnikov · 6 months ago
  95. e9a81e4 * src/raster/ftraster.c (Bezier_Up): Improve joint and loop. by Alexei Podtelezhnikov · 6 months ago
  96. 6338f2a [raster] Harmonize target bitmap navigation. by Alexei Podtelezhnikov · 7 months ago
  97. e920273 * src/raster/ftraster.c (Bezier_Up): Improve flow. by Alexei Podtelezhnikov · 7 months ago
  98. 8a2ca26 [raster] Reshuffle code for readability. by Alexei Podtelezhnikov · 7 months ago
  99. 9e86fb8 [raster] Improve profile accounting during sweeping. by Alexei Podtelezhnikov · 7 months ago
  100. 32081d8 [raster] Consolidate profile increment to the next line. by Alexei Podtelezhnikov · 7 months ago