1. 1bc801b [sfnt] Additional guards on the POST table. by Alexei Podtelezhnikov · 3 years ago
  2. de15165 [psaux] Use doubling allocation strategy for CF2_ArrStack. by Daniel McArdle · 3 years ago
  3. 2d3f5dd * src/smooth/ftgrays.c (FT_MAX_GRAY_SPANS): Increase from 10 to 16. by Alexei Podtelezhnikov · 3 years ago
  4. c653b8d * src/smooth/ftgrays.c (FT_GRAY_SET): Adjust for better code. by Alexei Podtelezhnikov · 3 years ago
  5. 8f43d32 [smooth] Faster bitmap sweeping. by Alexei Podtelezhnikov · 3 years ago
  6. b070264 * src/smooth/ftgrays.c (gray_hline): Simplify even-odd computations. by Alexei Podtelezhnikov · 3 years ago
  7. 967a34e [type1] Avoid MM memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  8. 2f62d8e * src/bdf/bdflib.c (_bdf_list_ensure): Tweak allocation macro. by Alexei Podtelezhnikov · 3 years ago
  9. 79ed536 * src/psaux/psobjs.c (ps_parser_load_field): Tweak allocation macro. by Alexei Podtelezhnikov · 3 years ago
  10. 44c5941 * src/sfnt/sfobjs.c (sfnt_load_face): Tweak allocation macro. by Alexei Podtelezhnikov · 3 years ago
  11. 998c7c0 * src/cid/cidload.c (cid_read_subrs): Tweak allocation macro. by Alexei Podtelezhnikov · 3 years ago
  12. 2d95784 * src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation. by Alexei Podtelezhnikov · 3 years ago
  13. 8150ed0 [cff,psaux] Avoid memory zeroing (contd.). by Alexei Podtelezhnikov · 3 years ago
  14. 82fd32d * src/cid/cidload.c (cid_hex_to_binary): Improve return value. by Ben Wagner · 3 years ago
  15. 66630d8 [sfnt] Streamline POST format 2.0 handing. by Alexei Podtelezhnikov · 3 years ago
  16. ec95f9c [bdf,pcf] Avoid memory zeroing (contd.). by Alexei Podtelezhnikov · 3 years ago
  17. d911cb5 * src/cid/cidload.c (cid_read_subrs): Tweak allocaton macro. by Alexei Podtelezhnikov · 3 years ago
  18. dc42f82 [sfnt] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  19. b8968d6 * src/sfnt/ttpost.c (load_format_{20,25}): Tweak allocaton macros. by Alexei Podtelezhnikov · 3 years ago
  20. 2583b60 * src/sfnt/pngshim.c (Load_SBit_Png): Tweak allocaton macro. by Alexei Podtelezhnikov · 3 years ago
  21. 56ae943 [truetype] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  22. c177cc3 [woff2] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  23. 4e1c6a1 * src/gzip/ftgzip.c (ft_gzip_alloc): Zero out memory again. by Alexei Podtelezhnikov · 3 years ago
  24. f631542 [lzw] Preserve decompression stack when relocating to heap. by Alexei Podtelezhnikov · 3 years ago
  25. c213c8a * src/cid/cidgload.c (cid_load_glyph): Restore the glyph_length check. by Alexei Podtelezhnikov · 3 years ago
  26. 2ec6fea * src/psmodule.c (ps_unicodes_init): Ignore empty glyph names. by Werner Lemberg · 3 years ago
  27. caff87b * src/sfnt/sfobjs.c (sfnt_init_face): Revert macro change. by Alexei Podtelezhnikov · 3 years ago
  28. 8750e84 [cff] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  29. 618d083 [pfr] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  30. b0a2819 * src/winfonts/winfnt.c (FNT_Face_Init): Tweak memory macro. by Alexei Podtelezhnikov · 3 years ago
  31. deee5b7 [psaux,psnames] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  32. 270ff52 [base] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  33. c2d2831 [bdf,pcf] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years ago
  34. f998eaf * builds/meson/process_ftoption_h.py: Add LF at EOF. by Issam E. Maghni · 3 years ago
  35. c78f78f * src/cff/cffload.c (cff_index_get_pointers): s/FT_QALLOC/FT_ALLOC/. by Alexei Podtelezhnikov · 3 years ago
  36. 0bd5d95 * src/base/ftobjs.c (Mac_Read_POST_Resource): s/FT_ALLOC/FT_QALLOC/. by Alexei Podtelezhnikov · 3 years ago
  37. e6e5b67 * src/sdf/ftsdf.c (sdf_{edge,contour,shape}_new): Use FT_QALLOC. by Alexei Podtelezhnikov · 3 years ago
  38. 6ada59a [sfnt] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  39. ec9e511 [cff,type1,type42] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  40. baa0f71 [cid] s/FT_ALLOC/FT_QALLOC/ and clean up. by Alexei Podtelezhnikov · 3 years ago
  41. b3438cc [pfr] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  42. 1e525c6 [bzip2,gzip] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  43. a0fb6db [pcf,bdf,winfonts] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  44. 23f85c8 [cache] Optimize SBit copying. by Alexei Podtelezhnikov · 3 years ago
  45. 93715ab [gxvalid,otvalid] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  46. 90b97a8 [psaux] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  47. 44b1ebe [base] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. by Alexei Podtelezhnikov · 3 years ago
  48. 8a459e5 [cache] Restore SBit copying for unowned (BDF) bitmaps. by Alexei Podtelezhnikov · 3 years ago
  49. 361465d Bitmap tracing. by Alexei Podtelezhnikov · 3 years ago
  50. e662a95 [sfnt] Return in 'COLR' v1 when layer pointer outside table by Dominik Röttsches · 3 years ago
  51. 7c685cb [cache] Switch to lazy SBit setting. by Alexei Podtelezhnikov · 3 years ago
  52. 02dec61 Typo. by Alexei Podtelezhnikov · 3 years ago
  53. 2e68785 * src/cache/ftcsbits.c (ftc_snode_load): Properly handle short pitch. by Daniel Welty · 3 years ago
  54. 6f6ad87 * builds/unix/freetype2.m4: Fix help string formatting. by Werner Lemberg · 3 years ago
  55. 7f8a1ed [sfnt] Safeguard 'COLR' v1 layer extraction by Dominik Röttsches · 3 years ago
  56. b9b74f9 A few words on prerequisites. by Alexei Podtelezhnikov · 3 years, 1 month ago
  57. f9350be [base] Complete `ft_glyphslot_clear`. by Ben Wagner · 3 years, 1 month ago
  58. 52f2a00 Update TT_New_Context documentation by Ben Wagner · 3 years, 1 month ago
  59. 369d8be [truetype] Prevent glyph program state from persisting. by Ben Wagner · 3 years, 1 month ago
  60. 1c08629 [sfnt] Check validity of pointer location of `read_color_line`. by Dominik Röttsches · 3 years, 1 month ago
  61. c1e1a07 [docs] Update docwriter stylesheet for 1.3.1. by nikramakrishnan · 3 years, 1 month ago
  62. e9c50fa * src/sfnt/pngshim.c (Load_SBit_Png): Free `rows` once later. by Alexei Podtelezhnikov · 3 years, 1 month ago
  63. b0729b8 [sfnt] Fix memory leak in png loading. by Ben Wagner · 3 years, 1 month ago
  64. 66005cb * CMakeLists.txt: Don't limit generation of 'pkg-config' file to UNIX. by Christopher Degawa · 3 years, 1 month ago
  65. 1578e57 README.git: Document cloning of official site and Savannah mirror. by Werner Lemberg · 3 years, 1 month ago
  66. fb9bf2e * src/smooth/ftgrays.c (gray_set_cell): Refactor to fix VC++ warning. by Alexei Podtelezhnikov · 3 years, 1 month ago
  67. 2149b51 Handle various VC++ compiler warnings. by Werner Lemberg · 3 years, 1 month ago
  68. 80bda80 [smooth] Reduce copying during integration phase. by Alexei Podtelezhnikov · 3 years, 2 months ago
  69. d5b7de5 * src/smooth/ftgrays.c (FT_INTEGRATE): New convenience macro. by Alexei Podtelezhnikov · 3 years, 2 months ago
  70. 8516849 * src/smooth/ftgrays.c (gray_render_line): Rearrange conditionals. by Alexei Podtelezhnikov · 3 years, 2 months ago
  71. fedd945 meson.build: Minor formatting. by Werner Lemberg · 3 years, 2 months ago
  72. 7252e35 [meson] Fix 'mmap' handling on Windows. by Tim-Philipp Müller · 3 years, 2 months ago
  73. e222932 [ci] Add basic support for Meson builds with MSVC on Windows. by Tim-Philipp Müller · 3 years, 3 months ago
  74. bb42afb [meson] Add subproject fallbacks for 'libpng' and 'zlib'. by Tim-Philipp Müller · 3 years, 3 months ago
  75. d69d9c2 [meson] Make it work with Windows. by Xavier Claessens · 3 years, 2 months ago
  76. 7227aab Revert "[sfnt] Fix crash in `Load_SBit_Png` on Windows x64." by Werner Lemberg · 3 years, 2 months ago
  77. dbf9142 [sfnt] Fix crash in `Load_SBit_Png` on Windows x64. by Jesse Towner · 3 years, 2 months ago
  78. f7d7e7f freetype.h: Documentation typos. by Werner Lemberg · 3 years, 2 months ago
  79. ff34ea8 Improve build documentation. by Werner Lemberg · 3 years, 2 months ago
  80. e1f364e [woff2] Fix memory leak. by Werner Lemberg · 3 years, 2 months ago
  81. df7fcaf * CMakeLists.txt: Update location of `LICENSE.TXT`. by Werner Lemberg · 3 years, 2 months ago
  82. 111f2f2 * builds/unix/ax_pthread.m4: Update from 'autoconf-archive'. by Werner Lemberg · 3 years, 2 months ago
  83. eca35e0 [unix] Updates for autoconf 2.71. by Werner Lemberg · 3 years, 2 months ago
  84. 635d394 * builds/toplevel.mk: Fix previous commit. by Werner Lemberg · 3 years, 2 months ago
  85. c3a0b43 * builds/toplevel.mk: Use rules for handling 'dlg'. by Werner Lemberg · 3 years, 2 months ago
  86. dfa7cca * builds/toplevel.mk: Avoid side effects of `shell`. by Werner Lemberg · 3 years, 2 months ago
  87. 92bd99b Move 'dlg' submodule to `subprojects` directory. by Werner Lemberg · 3 years, 2 months ago
  88. 215ae25 [sfnt] Update paint format values to support non-variable paints. by Dominik Röttsches · 3 years, 2 months ago
  89. b2aeca5 * CMakeLists.txt: Improve 'bz2' support. by Daniel E · 3 years, 2 months ago
  90. 7849316 * src/tools/update-copyright-year: Fix single-year entry handling. by Werner Lemberg · 3 years, 2 months ago
  91. d51452e Add new function `FT_Get_Transform`. by Werner Lemberg · 3 years, 2 months ago
  92. d93a011 Minor editing of last commit; formatting. by Werner Lemberg · 3 years, 2 months ago
  93. 70fd20e Decorate qsort callbacks with cdecl. by Alexei Podtelezhnikov · 3 years, 2 months ago
  94. 54c5ad5 [sfnt] Implement 'COLR' v1 sweep gradients. by Dominik Röttsches · 3 years, 3 months ago
  95. c8dede7 [dlg] Update submodule to upstream's current master. by Werner Lemberg · 3 years, 3 months ago
  96. 64f01bf [sfnt] Provide optional root transform for 'COLR' v1 glyph graph. by Dominik Röttsches · 3 years, 3 months ago
  97. cc90307 * meson.build: s/freetype2_dep/freetype_dep/. by Xavier Claessens · 3 years, 3 months ago
  98. 3dbdb78 [meson] Fix handling of HarfBuzz library. by Xavier Claessens · 3 years, 3 months ago
  99. 2c40559 Meson: Fix dependency lookup and generate ftconfig.h by Xavier Claessens · 3 years, 6 months ago
  100. e11cc40 * meson.build: Fix resource compilation on Windows. by Xavier Claessens · 3 years, 6 months ago