1. 90b1488 [bdf, pcf] Minor optimization. by Alexei Podtelezhnikov · 2 years, 11 months ago
  2. b4dddd8 [base] Initialize stream memory earlier. by Alexei Podtelezhnikov · 2 years, 11 months ago
  3. 892e7ea * src/bdf/bdflib.c (_bdf_parse_{start,glyphs}): Use appropriate scanner. by Alexei Podtelezhnikov · 3 years ago
  4. 6190360 Minor. by Alexei Podtelezhnikov · 3 years ago
  5. 71969d1 * src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW. by Alexei Podtelezhnikov · 3 years ago
  6. 5291589 [cache] Minor clean-ups. by Alexei Podtelezhnikov · 3 years ago
  7. 6e1ef98 [cff] Explicitly set StandardEncoding or ExpertEncoding offsets. by Edwin Steiner · 3 years ago
  8. fce74b7 [cache] Miscellaneous clean-ups. by Alexei Podtelezhnikov · 3 years ago
  9. 79d14cc * src/cff/cffload.c (cff_fd_select_get): Remove casting. by Alexei Podtelezhnikov · 3 years ago
  10. ae516e6 * src/pcf/pcfread.c (pcf_read_TOC): Remove casting. by Alexei Podtelezhnikov · 3 years ago
  11. 801b754 Minor type adjustments. by Alexei Podtelezhnikov · 3 years ago
  12. 49270c1 Replace boolean allocation macros with MEM ones. by Alexei Podtelezhnikov · 3 years ago
  13. 9a4c846 [cache] Revert to some zeroing. by Alexei Podtelezhnikov · 3 years ago
  14. 0a8ee85 * src/pshinter/pshrec.c (ps_mask_table_merge_all): Tweak loops. by Alexei Podtelezhnikov · 3 years ago
  15. 731d0b6 [cff, pshinter] Clean up unsigned counters. by Alexei Podtelezhnikov · 3 years ago
  16. 058f3f2 [bdf, psnames, sfnt] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  17. 59b43ae * src/base/ftobjs.c (FT_CMap_New): Revert to zeroing. by Alexei Podtelezhnikov · 3 years ago
  18. 073ff2d [truetype] Clean up `exec` initialization. by Alexei Podtelezhnikov · 3 years ago
  19. fab94f9 [truetype] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  20. c1fa7aa [base] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  21. a8e8d9d [cache, psaux] Remove zeros. by Alexei Podtelezhnikov · 3 years ago
  22. 9870b6c [cache] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  23. 2d57b05 * src/cache/ftcmanag.c (FTC_Manager_New): Add missing zero. by Alexei Podtelezhnikov · 3 years ago
  24. 5b62628 [truetype] Tweak `hdmx` checking. by Alexei Podtelezhnikov · 3 years ago
  25. e942a31 [truetype] Tweak `loca` clamping. by Alexei Podtelezhnikov · 3 years ago
  26. c350aac Fortify memory debugging (cont'd). by Alexei Podtelezhnikov · 3 years ago
  27. 63806aa Fortify memory debugging. by Alexei Podtelezhnikov · 3 years ago
  28. 77dcc5e src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600. by Werner Lemberg · 3 years ago
  29. 60a93ea [dlg] Synchronize with upstream. by Werner Lemberg · 3 years ago
  30. aee1fd3 Cosmetic zeros. by Alexei Podtelezhnikov · 3 years ago
  31. 7bf655b * src/bdf/bdflib.c (_bdf_parse_start): Keep parser memory. by Alexei Podtelezhnikov · 3 years ago
  32. 7f8f0c1 [smooth, raster, sdf] Clean up initialization calls. by Alexei Podtelezhnikov · 3 years ago
  33. a7b199d * src/cache/ftcmanag.c (FTC_Manager_New): Avoid some zeroing. by Alexei Podtelezhnikov · 3 years ago
  34. 0a6f0f8 * src/bdf/bdflib.c (bdf_load_font): Remove memory shuffling. by Alexei Podtelezhnikov · 3 years ago
  35. a81cf5a Cosmetic zeros. by Alexei Podtelezhnikov · 3 years ago
  36. 7482c98 [base] Clean up stream reading. by Alexei Podtelezhnikov · 3 years ago
  37. 612925f s/0/NULL/ where appropriate. by Alexei Podtelezhnikov · 3 years ago
  38. b6c11d4 [smooth] Reduce shift in multiply-shift optimization. by Alexei Podtelezhnikov · 3 years ago
  39. d1c2000 [truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER. by Werner Lemberg · 3 years ago
  40. a842a09 [smooth] Detect SSE2 with MSVC for x86 by Ben Wagner · 3 years ago
  41. 3785393 Expand comment (cont'd). by Alexei Podtelezhnikov · 3 years ago
  42. 686e2a5 Expand comment. by Alexei Podtelezhnikov · 3 years ago
  43. f7f9cb0 * src/smooth/ftgrays.c (gray_render_conic): Refactor redundancy. by Alexei Podtelezhnikov · 3 years ago
  44. 5031835 [truetype] Fix for the family name shorter than 8 characters. by suzuki toshiya · 3 years ago
  45. c4fc0e6 [truetype] Simplify `trick_names'. by suzuki toshiya · 3 years ago
  46. 992382b [truetype] Add 2 tricky font names. by suzuki toshiya · 3 years ago
  47. 2b3ccd6 [truetype] New function to skip the randomization tag. by suzuki toshiya · 3 years ago
  48. 1c23982 [truetype] Add checksums for 2 tricky fonts. by suzuki toshiya · 3 years ago
  49. 78f2bd0 Whitespace formatting. by Alexei Podtelezhnikov · 3 years ago
  50. d92aa23 Decorate const arguments. by Alexei Podtelezhnikov · 3 years ago
  51. d62d583 [smooth] Clean up the null cell usage. by Alexei Podtelezhnikov · 3 years ago
  52. 6e9d8d3 [base] Restore quiet no-op rendering of bitmap glyphs. by Alexei Podtelezhnikov · 3 years ago
  53. de3b5c2 [smooth] Fortify 64-bit algorithm. by Alexei Podtelezhnikov · 3 years ago
  54. 633fe08 [sfnt] Fix format expectation for `COLR` v1 ClipList by Dominik Röttsches · 3 years ago
  55. 8570383 Use FT_INT64 instead of FT_LONG64. by Alexei Podtelezhnikov · 3 years ago
  56. f44c2d5 * src/sdf/ftsdf.c (get_control_box): Fix compiler warning. by Werner Lemberg · 3 years ago
  57. f11f3ed [base] Fix ppem size overflow. by Werner Lemberg · 3 years ago
  58. fed5521 * src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix. by Werner Lemberg · 3 years ago
  59. 18fc64e [smooth] Avoid integer overflow. by Werner Lemberg · 3 years, 1 month ago
  60. 47cf8eb [sfnt] Add API for retrieving a 'COLR' v1 'ClipBox' table. by Dominik Röttsches · 3 years, 1 month ago
  61. 6be8bfe [smooth] Fix left shifts of negative numbers. by Werner Lemberg · 3 years, 1 month ago
  62. be6ab31 [sdf] Fix out-of-range-access. by Anuj Verma · 3 years, 1 month ago
  63. ebcc96e Fix invalid memory access in `bsdf` rasterizer. by Anuj Verma · 3 years, 1 month ago
  64. d2367ab src/sfnt/ttcolr.c: Minor formatting. by Werner Lemberg · 3 years, 1 month ago
  65. 30a82e1 [sfnt] 'COLR' v1 PaintSweepGradient spec update by Dominik Röttsches · 3 years, 1 month ago
  66. 5c0ac7a [sfnt] Retrieve affine matrix from offset in 'COLR' v1 parsing. by Dominik Röttsches · 3 years, 1 month ago
  67. 6618980 [sfnt] 'COLR' v1 PaintSkew related spec updates by Dominik Röttsches · 3 years, 1 month ago
  68. 48df0fa [sfnt] PaintRotate/PaintRotateAroundCenter spec updates by Dominik Röttsches · 3 years, 1 month ago
  69. d7bdcb1 [sfnt] 'COLR' v1 PaintTranslate and PaintScale precision by Dominik Röttsches · 3 years, 1 month ago
  70. c2fa51d Fix some `cppcheck` warnings. by Werner Lemberg · 3 years, 1 month ago
  71. 5bcaf51 [autofit] Split `afwrtsys.h`. by Ben Wagner · 3 years, 1 month ago
  72. 801cd84 * Version 2.11.0 released. ========================== by Werner Lemberg · 3 years, 1 month ago
  73. 357b353 * src/smooth/ftgrays.c: Fix compilation if `FT_LONG64` is undefined. by David Turner · 3 years, 1 month ago
  74. 552fc97 [smooth] Minor fixes. by Werner Lemberg · 3 years, 1 month ago
  75. 93771d6 Formatting and ChangeLog additions for previous commits. by Werner Lemberg · 3 years, 1 month ago
  76. c37c087 Guard inclusion of emmintrin.h by Ben Wagner · 3 years, 1 month ago
  77. 56cc2ad [smooth] Implement Bezier quadratic arc flattenning with DDA by David Turner · 3 years, 2 months ago
  78. 86b9c93 [smooth] Minor speedup to smooth rasterizer by David Turner · 3 years, 2 months ago
  79. 5d27b10 [base] Fix `FT_Open_Face`'s handling of user-supplied streams. by Oleg Oshmyan · 3 years, 1 month ago
  80. a4c8f21 [base] Reject combinations of incompatible `FT_OPEN_XXX` flags. by Oleg Oshmyan · 3 years, 1 month ago
  81. e592982 [sdf] Improve documentation. by Anuj Verma · 3 years, 1 month ago
  82. 825b7ea [autofit] More clean-ups. by Werner Lemberg · 3 years, 1 month ago
  83. a212668 Remove obsolete AF_Angle type and related sources. by David Turner · 3 years, 3 months ago
  84. 2f11522 Remove experimental auto-hinting 'warp' mode. by David Turner · 3 years, 3 months ago
  85. 15e8898 Remove experimental "Latin2" writing system (FT_OPTION_AUTOFIT2) by David Turner · 3 years, 3 months ago
  86. 89c60ec * src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument. by Werner Lemberg · 3 years, 2 months ago
  87. d3dc2da * src/truetype/ttgxvar.c (tt_set_mm_blend): Test `coords`. by Ben Wagner · 3 years, 2 months ago
  88. 286da6c [sfnt] Support PaintScale in 'COLR' v1 parsing. by Dominik Röttsches · 3 years, 2 months ago
  89. 0348c62 [sfnt] Handle fonts without layer list in 'COLR' v1. by Dominik Röttsches · 3 years, 2 months ago
  90. f27b483 * src/raster/ftraster.c (Render_Single_Pass): Simplify `band_stack'. by Alexei Podtelezhnikov · 3 years, 2 months ago
  91. 90ecac4 Update `CHANGES` file; other minor doc fixes. by Werner Lemberg · 3 years, 2 months ago
  92. 69c3516 [raster] Do not skip the second pass without dropout control. by Alexei Podtelezhnikov · 3 years, 2 months ago
  93. 3696ac5 [raster] Handle sub-band stack locally. by Alexei Podtelezhnikov · 3 years, 2 months ago
  94. c852388 [raster] Handle Bézier stack locally. by Alexei Podtelezhnikov · 3 years, 2 months ago
  95. 7d4e55c [sfnt] Improve paint limit checks by Dominik Röttsches · 3 years, 2 months ago
  96. 3a27838 [raster] Clean up vertical sweep. by Alexei Podtelezhnikov · 3 years, 2 months ago
  97. fb4511e [raster] Make `band_top' local variable. by Alexei Podtelezhnikov · 3 years, 2 months ago
  98. f6370e2 [raster] Adjust sub-band bisecting limits. by Alexei Podtelezhnikov · 3 years, 2 months ago
  99. bc1029b * src/raster/ftraster.c (Render_Single_Pass): Remove dead code. by Alexei Podtelezhnikov · 3 years, 2 months ago
  100. 1e0cef9 [smooth, raster] Fix up and align error codes. by Alexei Podtelezhnikov · 3 years, 2 months ago