freetype2/src
Werner Lemberg 87989a1435 Fix clang++ warnings.
* src/base/ftglyph.c (ft_svg_glyph_prepare), src/base/ftobj.c
(ft_glyphslot_init), src/cache/ftccmap.c (ftc_cmap_node_new),
src/cache/ftcimage.c (FTC_INode_New), src/lzw/ftlzw.c (FT_Stream_OpenLZW),
src/psaux/psobjs.c (ps_parser_load_field), src/pshinter/pshglob.c
(psh_globals_new), src/sfnt/ttsvg.c (tt_face_load_svg_doc): Initialize
variables used for allocation.

* src/sdf/ftsdf.c (split_sdf_conic, split_sdf_cubic): Change type of
`max_splits` to FT_UInt.
(sdf_generate_bounding_box): Add cast.
2022-03-31 07:49:35 +02:00
..
autofit * src/autofit/afglobal.c (af_face_globals_new): Reduce zeroing. 2022-01-18 14:05:46 -05:00
base Fix clang++ warnings. 2022-03-31 07:49:35 +02:00
bdf * src/bdf/README: Updated. 2022-02-19 13:37:07 +01:00
bzip2 [bzip2] Reset bzip stream on any error. 2022-01-13 08:21:36 +01:00
cache Fix clang++ warnings. 2022-03-31 07:49:35 +02:00
cff [cff] Synchronize `cff_slot_load` with `TT_Load_Glyph`. 2022-03-19 19:31:25 +01:00
cid Update all copyright notices. 2022-01-11 10:54:10 +01:00
dlg Update all copyright notices. 2022-01-11 10:54:10 +01:00
gxvalid Update all copyright notices. 2022-01-11 10:54:10 +01:00
gzip Update all copyright notices. 2022-01-11 10:54:10 +01:00
lzw Fix clang++ warnings. 2022-03-31 07:49:35 +02:00
otvalid Update all copyright notices. 2022-01-11 10:54:10 +01:00
pcf [pcf] Delay encoding allocation and avoid its zeroing. 2022-01-26 11:23:38 -05:00
pfr * src/pfr/pfrload.c (pfr_phy_font_load): Use FT_QNEW_ARRAY. 2022-01-26 15:49:24 -05:00
psaux Fix clang++ warnings. 2022-03-31 07:49:35 +02:00
pshinter Fix clang++ warnings. 2022-03-31 07:49:35 +02:00
psnames Update all copyright notices. 2022-01-11 10:54:10 +01:00
raster Update all copyright notices. 2022-01-11 10:54:10 +01:00
sdf Fix clang++ warnings. 2022-03-31 07:49:35 +02:00
sfnt Fix clang++ warnings. 2022-03-31 07:49:35 +02:00
smooth Update all copyright notices. 2022-01-11 10:54:10 +01:00
svg * src/svg/ftsvg.c (ft_svg_property_set): Disallow NULL pointers. 2022-01-23 19:05:15 +01:00
tools Update all copyright notices. 2022-01-11 10:54:10 +01:00
truetype [truetype] Fix 'sbix' table handling. 2022-03-25 06:37:41 +00:00
type1 [psaux, type1, type42] Avoid annecessary zeroing. 2022-01-20 14:47:01 -05:00
type42 [type42] Fix `FT_Get_PS_Font_Private` for this format. 2022-02-11 19:32:49 +01:00
winfonts * src/winfonts/winfnt.c (fnt_face_get_dll_font): Trace font resources. 2022-02-03 14:32:50 +00:00