5038 Commits (b0729b8fbb18dc1340ade628facf3f1cee498bfb)

Author SHA1 Message Date
Ben Wagner b0729b8fbb [sfnt] Fix memory leak in png loading. 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
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 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
Werner Lemberg 7849316ccf * src/tools/update-copyright-year: Fix single-year entry handling. 4 years ago
Werner Lemberg d51452e3ec Add new function `FT_Get_Transform`. 4 years ago
Alexei Podtelezhnikov 70fd20e67e Decorate qsort callbacks with cdecl. 4 years ago
Dominik Röttsches 54c5ad5c92 [sfnt] Implement 'COLR' v1 sweep gradients. 4 years ago
Dominik Röttsches 64f01bfedd [sfnt] Provide optional root transform for 'COLR' v1 glyph graph. 4 years ago
Werner Lemberg 947e475283 [base] Fix Netpbm tracing message. 4 years ago
Werner Lemberg d924a66a5c * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. 4 years ago
Werner Lemberg 0636dc8af1 [psaux] Fix integer overflow. 4 years ago
Werner Lemberg 324612ceb2 Always provide logging API. 4 years ago
Alexei Podtelezhnikov 7ae5609dbe * src/base/ftstroke.c (FT_Stroker_EndSubPath): Ignore tiny gaps. 4 years ago
Alexei Podtelezhnikov 4c3bd2ab93 [stroker] Minor clean-up. 4 years ago
Alexei Podtelezhnikov b594cd90bd * srd/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix return value. 4 years ago
Nikolaus Waxweiler f1f9705f93 [afshaper] Fix hb_ot_tags_from_script deprecation warning. 4 years ago
Werner Lemberg d35c7f7cba * src/tools/update-copyright-year: Fix single-year entry handling. 4 years ago
Werner Lemberg b6e8a71266 Update all copyright notices. 4 years ago
Werner Lemberg 4278ee6ca0 no-copyright: Updated. 4 years ago
Werner Lemberg ba1a6acf28 [sfnt] Additional checks for 'colr' table presence. 4 years ago
Dominik Röttsches 4b58cf47cc [base] Fill 'COLR' v1 API templates to make them work (#59703). 4 years ago
Dominik Röttsches d3e95d97a0 [sfnt] Register 'COLR' v1 API in driver (#59703). 4 years ago
Dominik Röttsches 6260b4901c [sfnt] Add 'COLR' v1 API to retrieve color layers (#59703). 4 years ago
Dominik Röttsches be06a9d002 [sfnt] Add 'COLR' v1 API to iterate color stops (#59703). 4 years ago
Dominik Röttsches cdad4db424 [sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703). 4 years ago
Dominik Röttsches 9e422b67c8 [sfnt] Add API to retrieve 'COLR' v1 root paint (#59703). 4 years ago
Dominik Röttsches 08dba4dc35 Add new methods required for 'COLR' v1 to public API (#59703). 4 years ago
Werner Lemberg cbc14b10e6 Fix ABI incompatibility. 4 years ago
Alexei Podtelezhnikov 6369058eee [dlg] Move the headers to include/dlg to simplify their use. 4 years ago
Werner Lemberg c6ff2556c8 [sdf] Use 'counter-clockwise', not 'anti-clockwise'. 4 years ago
Werner Lemberg b6c8542dfc * src/base/ftobjs.c (pixel_modes): Updated. 4 years ago
Anuj Verma 10a5dfec7f [sdf] Remove custom memory tracker. 4 years ago
Werner Lemberg 286e9e0d72 [sdf] Two more copyright notices. 4 years ago
Werner Lemberg 3c983eb84a [sdf] Fix `make multi`. 4 years ago
Werner Lemberg aa1b5362d3 [sdf] Fix tracing. 4 years ago
Werner Lemberg 04a6443254 [sdf] Add copyright notices. 4 years ago
Anuj Verma b298a64464 [sdf] Add debugging function. 4 years ago
Anuj Verma 6444875f68 [sdf] Add brief technical overview of both rasterizers. 4 years ago
Anuj Verma 6cd6df55c9 [sdf] Add 'bsdf' renderer to 'sdf' module. 4 years ago
Anuj Verma d27d107f15 [sdf] Add interface functions for the 'bsdf' rasterizer. 4 years ago
Anuj Verma a21134751c [sdf] Add function to copy SDF data into output bitmap. 4 years ago
Anuj Verma e2ae96b978 [sdf] Add '8-point sequential Euclidean distance mapping' algorithm. 4 years ago