5115 Commits (270ff52f62ecf6b38744fa5f6b95808dd7dc49d9)

Author SHA1 Message Date
Alexei Podtelezhnikov 270ff52f62 [base] Avoid some memory zeroing. 4 years ago
Alexei Podtelezhnikov c2d283143a [bdf,pcf] Avoid some memory zeroing. 4 years ago
Issam E. Maghni f998eaf972 * builds/meson/process_ftoption_h.py: Add LF at EOF. 4 years ago
Alexei Podtelezhnikov c78f78fab4 * src/cff/cffload.c (cff_index_get_pointers): s/FT_QALLOC/FT_ALLOC/. 4 years ago
Alexei Podtelezhnikov 0bd5d95d66 * src/base/ftobjs.c (Mac_Read_POST_Resource): s/FT_ALLOC/FT_QALLOC/. 4 years ago
Alexei Podtelezhnikov e6e5b67db3 * src/sdf/ftsdf.c (sdf_{edge,contour,shape}_new): Use FT_QALLOC. 4 years ago
Alexei Podtelezhnikov 6ada59ab7c [sfnt] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov ec9e5114b1 [cff,type1,type42] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov baa0f71ddf [cid] s/FT_ALLOC/FT_QALLOC/ and clean up. 4 years ago
Alexei Podtelezhnikov b3438ccb31 [pfr] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov 1e525c62ae [bzip2,gzip] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov a0fb6dbcd9 [pcf,bdf,winfonts] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov 23f85c8a98 [cache] Optimize SBit copying. 4 years ago
Alexei Podtelezhnikov 93715ab2c4 [gxvalid,otvalid] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov 90b97a833d [psaux] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov 44b1ebe514 [base] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 4 years ago
Alexei Podtelezhnikov 8a459e5172 [cache] Restore SBit copying for unowned (BDF) bitmaps. 4 years ago
Dominik Röttsches e662a9500f [sfnt] Return in 'COLR' v1 when layer pointer outside table 4 years ago
Alexei Podtelezhnikov 7c685cb3f6 [cache] Switch to lazy SBit setting. 4 years ago
Daniel Welty 2e68785e08 * src/cache/ftcsbits.c (ftc_snode_load): Properly handle short pitch. 4 years ago
Werner Lemberg 6f6ad87638 * builds/unix/freetype2.m4: Fix help string formatting. 4 years ago
Dominik Röttsches 7f8a1edd3a [sfnt] Safeguard 'COLR' v1 layer extraction 4 years ago
Ben Wagner f9350be1e4 [base] Complete `ft_glyphslot_clear`. 4 years ago
Ben Wagner 369d8be97f [truetype] Prevent glyph program state from persisting. 4 years ago
Dominik Röttsches 1c0862938d [sfnt] Check validity of pointer location of `read_color_line`. 4 years ago
nikramakrishnan c1e1a07f79 [docs] Update docwriter stylesheet for 1.3.1. 4 years ago
Alexei Podtelezhnikov e9c50fa77d * src/sfnt/pngshim.c (Load_SBit_Png): Free `rows` once later. 4 years ago
Ben Wagner b0729b8fbb [sfnt] Fix memory leak in png loading. 4 years ago
Christopher Degawa 66005cbae1 * CMakeLists.txt: Don't limit generation of 'pkg-config' file to UNIX. 4 years ago
Alexei Podtelezhnikov fb9bf2efae * src/smooth/ftgrays.c (gray_set_cell): Refactor to fix VC++ warning. 4 years ago
Werner Lemberg 2149b51f25 Handle various VC++ compiler warnings. 4 years ago
Alexei Podtelezhnikov 80bda804d5 [smooth] Reduce copying during integration phase. 4 years ago
Alexei Podtelezhnikov d5b7de5541 * src/smooth/ftgrays.c (FT_INTEGRATE): New convenience macro. 4 years ago
Alexei Podtelezhnikov 8516849977 * src/smooth/ftgrays.c (gray_render_line): Rearrange conditionals. 4 years ago
Tim-Philipp Müller 7252e35ed2 [meson] Fix 'mmap' handling on Windows. 4 years ago
Tim-Philipp Müller e222932810 [ci] Add basic support for Meson builds with MSVC on Windows. 4 years ago
Tim-Philipp Müller bb42afbda0 [meson] Add subproject fallbacks for 'libpng' and 'zlib'. 4 years ago
Xavier Claessens d69d9c2397 [meson] Make it work with Windows. 4 years ago
Werner Lemberg 7227aabb3e Revert "[sfnt] Fix crash in `Load_SBit_Png` on Windows x64." 4 years ago
Jesse Towner dbf9142f7e [sfnt] Fix crash in `Load_SBit_Png` on Windows x64. 4 years ago
Werner Lemberg e1f364e509 [woff2] Fix memory leak. 4 years ago
Werner Lemberg df7fcafe6e * CMakeLists.txt: Update location of `LICENSE.TXT`. 4 years ago
Werner Lemberg 111f2f27b5 * builds/unix/ax_pthread.m4: Update from 'autoconf-archive'. 4 years ago
Werner Lemberg eca35e04fc [unix] Updates for autoconf 2.71. 4 years ago
Werner Lemberg 635d394fe3 * builds/toplevel.mk: Fix previous commit. 4 years ago
Werner Lemberg c3a0b43ec6 * builds/toplevel.mk: Use rules for handling 'dlg'. 4 years ago
Werner Lemberg dfa7cca5f3 * builds/toplevel.mk: Avoid side effects of `shell`. 4 years ago
Werner Lemberg 92bd99bd25 Move 'dlg' submodule to `subprojects` directory. 4 years ago
Dominik Röttsches 215ae25330 [sfnt] Update paint format values to support non-variable paints. 4 years ago
Daniel E b2aeca5fda * CMakeLists.txt: Improve 'bz2' support. 4 years ago