[autofit] Improve handling of `near' points.
Add comments to `ft_corner_is_flat'.
[autofit] Update comments.
* include/freetype/ftcffdrv.h: Improve documentation.
[autofit] Move declaration of scripts into separate file.
[autofit] Move declaration of writing systems into separate file.
[sfnt] Fix compilation with g++.
[autofit] Fix `make multi'.
Another round of cppcheck nitpicks.
[autofit] Introduce `writing systems'.
[autofit] Variable renaming.
Ignore libpng-config under cross-building configuration,
2013-07-30 Behdad Esfahbod <[email protected]>
Add FT_FACE_FLAG_COLOR and FT_HAS_COLOR.
[sfnt] Fix for `make multi' target.
* docs/INSTALL.GNU: Updated.
[sfnt] Fix `sbix' table version handling.
[autofit] Fix segment classification for blue zones.
[sfnt] `sbix' fix-ups.
[sfnt] Add support for Apple's `sbix' color bitmap table.
[sfnt] Ignore invalid magic number in `head' or `bhed'.
[smooth] Fix segfault caused by previous commit.
[smooth] Improve performance.
Add assembler code for TT_MulFix14 and TT_DotFix14.
Optimize FT_MulFix for x86_64 GCC builds.
Speed up ARMv7 support.
[sfnt] Fix documentation of `tt_face_get_metrics'.
One more update to `CHANGES' file.
* src/winfonts/winfnt.c (FNT_Load_Glyph): Fix bitmap width guard.
[cff] Add darkening limit to `darkening-parameters'.
[cff] Add `darkening-parameters' property.
[docmaker] Code shuffling.
[docmaker] Remove unused functions.
* builds/freetype.mk (dll): Remove target.
[docmaker] Recognise URLs.
* Version 2.5.0.1 released.
* builds/unix/install.mk (install): Don't create `cache' directory.
* Version 2.5.0 released.
Update CHANGES; tag some auto-hinter properties as still experimental.
Fix Savannah bug #39266.
* src/smooth/ftgrays.c One final pragma to silence 64-bit MSVC.
[cff] Add code to Adobe's engine to handle ppem > 2000.
* include/freetype/internal/ftdebug.h: Disable MSVC warning C4127.
More compiler warning fixes.
Minor documentation issues.
[truetype] Improve handling of broken sbit advance widths.
[sfnt] Improve embedded bitmap tracing.
Documentation improvements.
* src/cache/ftcmanag.c (FTC_Manager_Reset): Add missing cache flush.
Add and improve pragmas for MSVC compiler.
[cff] s/cf2_getGlyphWidth/cf2_getGlyphOutline/.
[cff] Add early exit feature for width-only calls.
Next round of compiler fixes.
Fix more MSVC Win32 compiler warnings.
* src/cff/cf2font.c (cf2_getGlyphWidth): Initialize `advWidth'.
Missed some cppcheck items.
Apply fixes for cppcheck nitpicks.
Add CFF_CONFIG_OPTION_OLD_ENGINE configuration option.
Fix PNG library handling.
Add support for color embedded bitmaps (eg. color emoji).
Apply Savannah patch #8055.
Compilation fix.
[truetype] Formatting and an additional subpixel tweak.
[truetype] Adjust subpixel zp2 moves and tweak rules.
[truetype] Simplify and improve subpixel function detection.
Update more FT_Err_XXX macros using FT_ERR and FT_THROW;
[truetype] Add `interpreter-version' property.
[truetype] Avoid empty source file.
* src/cff/cf2font.c (cf2_getGlyphWidth): Fix uninitialized variable.
Fix Savannah bug #38970.
[truetype] Add framework for TrueType properties.
Introduce unsigned 64bit type (if available).
[sfnt] Clean up bitmap code.
*/* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code.
* Version 2.4.12 released.
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Typo.
Synchronize `ftconfig.h'.
Fix compilation with C++.
Fix 64bit compilation issues.
[raster] Fix clang issues.