do not use functions from <ctypes.h>, they are locale-dependent (and slower)
* src/autofit/afcjk.c (af_cjk_hints_compute_edges): Remove unused
* src/base/ftobjs.c (FT_New_Library): Only allocate rendering pool
implement FTC_ImageCache_LookupScaler and FTC_SBitCache_LookupScaler,
fix a typo that force CVT scaling to be re-run on each glyph load
* src/truetype/ttinterp.c (Ins_IP), src/autofit/aflatin.c
* builds/win32/visualce/freetype.sln: Removed, as requested by
* builds/win32/visualce/*: Add Visual C++ project files for Pocket
* builds/unix/ftsystem.c (FT_Stream_Open): Handle return value 0 of
* src/base/ftobjs.c (FT_Set_Char_Size): Simplify code.
* src/sfnt/sfobjs.c (sfnt_load_face): Check error code after loading
* src/truetype/ttgload.c (TT_Load_Simple_Glyph): Check for negative
* src/base/ftglyph.c (FT_Glyph_Copy): Always set second argument to
* src/sfnt/sfobjs.c (sfnt_load_face) [FT_CONFIG_OPTION_INCREMENTAL]:
Documentation: s/ttengine/truetype_engine/ for orthogonality.
* Version 2.3.4 released.
* src/truetype/ttgload.c (load_truetype_glyph): Save and restore
fixed a memory buffer overwrite bug. Damn !!
* Version 2.3.3 released.
make FT_Set_Char_Size deal with 0-valued resolution parameter like the other one
formatting; improved ChangeLog entries
detect "extra-light" fonts in the auto-hinter in order to avoid producing weird results with them
* builds/win32/visualc/index.html,
fixing bug in the padding zero-ing of the bitmap emboldener
* src/bdf/bdflib.c (setsbit, sbitset): Handle values >= 128
* docs/CHANGES, docs/VERSION, include/freetype/freetype.h,
fix autofit's blue zone computations: it now ignores 1-point contours that
last (tiny) fix to the bytecode interpreter and code cleanup
Disable Carbon framework dependency on 64bit ABI of Mac OS X 10.4.x
Temporal fix for 32bit unsigned long overflow on LP64 platform
Suppress SGI compiler warning against setjmp
Dequote OS_INLINE in configure.raw to avoid unexpected shell evaluation
another bytecode regression fix. Hopefully, this should be the latest
another bytecode interpreter regression fix
fixing TrueType bytecode interpreter regression for HLB_____.TTF, needs more testing with other fonts
* Version 2.3.2 released.
updating version numbers and documentation
Fix ChangeLog; fix source code comment.
fixing implementation bug in ft_mem_strcpyn
formatting, copyright years
* include/freetype/config/ftstdlib.h (ft_strstr): New wrapper
fix a small memory leak when FT_Init_FreeType fails for some reason
bugfix: do not erase root x_ppem and y_ppem values in tt_size_init_bytecode
fix bug in the PFM parser: kerning values must be read as 16-bit *signed* values
fix postscript hinter's handling of small and ghost stems
* Fix memory leak in ftmac.c, patch by Jjgod Jiang
* src/truetype/ttinterp.c (Ins_MD): Remove unused variable.
improving TrueType bytecode interpreter to better match Windows behaviour
better handling of serif segments in the Latin auto-fitter, gets rid of
* src/truetype/ttinterp.c (Project_x, Project_y): Remove compiler
more formatting and copyright years
Formatting, copyright years, s/memcpy/ft_memcpy/.
fix inter-letter spacing of auto-hinted glyphs (non-light modes)w
some simplifications of the TrueType interpreter projection code
introduce ft_mem_dup, ft_mem_strdup and ft_mem_strcpyn, and the corresponding
* src/autofit/afloader.c (af_loader_load_g): Don't change width for
Some more info on Unicode cmaps.
formatting, copyright years
* src/cff/cffdrivr.c (cff_get_name_index): Protect against NULL
* Add __attribute__((deprecated)) to functions whose interface using non ANSI data types
* Fix to use builds/mac/ftmac.c if configured with --with-fsspec etc
* Add FT_GetFilePath_From_Mac_ATS_Name as replacement for FT_GetFile_From_Mac_ATS_Name
* Check ANSI compatibility of Mac OS X system header
* Fixed wrong comment in ftmac.h
* Check ANSI compatibility of Mac OS X system header
* include/freetype/ttnameid.h (TT_MS_LANGID_DZONGHKA_BHUTAN):
A new set of spelling fixes from Alexei.
* Version 2.3.1 released.
More typo fixes from Alexei.
updating version numbers to 2.3.1
disable light auto-hinting optimization for the next release
Spelling fixes from Alexei.
Spelling fixes from Alexei.
improvement to glyph spacing, especially when light auto-hinting
* docs/release: Updated -- Savannah uses a new uploading scheme.
- same CFF loader fix (stricter checking though than Werner's version)
* src/cff/cffload.c (cff_index_get_pointers): Handle last entry
* src/truetype/ttobjs.c: fixed typo that prevented compilation when
* src/autofit/aflatin.c, src/autofit/aftypes.h, src/autofit/afwarp.h,
* ChangeLog: Split off older entries into...
* docs/CHANGES: Document SHZ fix.
* src/sfnt/ttmtx.c (tt_face_get_metrics)