* src/pshint/pshglob.c: adding correct BlueScale/BlueShift support,
* builds/unix/freetype2.m4: Some portability fixes.
* src/base/descrip.mms (OBJS): Add ftdebug.obj.
* src/sfnt/ttload.c (TT_Load_Generic_Header): Typos.
* src/base/fttrigon.c (FT_Cos): fixed a small bug that caused slightly
* builds/unix/freetype-config.in: modified the script to prevent
* include/freetype/internal/ftstream.h: fixed the definitions of
* src/pcf/pcfdriver.c (PCF_Init_Face): allow Xft to use PCF fonts
added new charmap cache. see include/freetype/cache/ftccmap.h
Noted my Mac OS changes from today
Exported new routine for getting a path from a name
Added support for Mac OS X .dfonts and also getting a filespec for a given font by name
oops, forgot to add new file and remove old one in src/cache
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): re-ordered code for debugging
First of all, a big thanks to Werner and Antoine for their latest work !!
* include/freetype/ttnameid.h: Added some new Microsoft language
* src/pshinter/{pshalgo2.c, pshalgo1.c}: fixed stupid bug in sorting
* src/smooth/ftgrays.c: adding experimental "gamma" support. This
other auto-hinter experiments not worthy of a Changelog entry
experimental changes to debug the auto-hinter. These are not
fixed a small performance bug in the new cache sub-system implementation
Changed [email protected] to [email protected].
_major_ re-design of the caching sub-system. Still using the same API
Incorporated changes for faces other than the first
Changed to reflect current status
Added changes about MacOS stuff
a few updates used to debug the auto-hinter as well as
Added change about ftlib.prj
Updated project to CodeWarrior 7 and latest FT source files
updated comment explaining how to use project-specific
* builds/unix/ftsystem.c (FT_New_Memory): Added a missing `}'.
In function FT_New_Memory, added a missing `}'.
* include/freetype/internal/ftmemory.h, src/base/ftdbgmem.c:
replaced liberal uses of "memset" by the "MEM_Set" macro call
replaced liberal uses of "memset" by the "MEM_Set" macro call
updating the debugging memory manager to run on Unix, VMS and
* include/freetype/internal/ftmemory.h, src/base/ftdbgmem.c: modified
Added a new debugging memory manager implementation. See the
2001-10-21 Tom Kacvinsky <[email protected]>
In function CFF_Done_Font, make sure that subfonts are freed only if
2001-10-21 Tom Kacvinsky <[email protected]>
In function CFF_Done_Font, make sure to free the subfonts array to
* src/type1/t1load.c: fixed memory leak bugs that appeared with certain
Added another entry for t1load.c related to synthetic fonts: make sure
In function parse_encoding, add a test to make sure that custom
Added entries for changes to t1load.c.
In functions parse_font_name and parse_subrs, added a test for when
getting rid of compiler warnings
another small test of the CVS loginfo setup
adding or updating files to the old build system to compile
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
just testing the CVS loginfo setup
rewrote "glnames.py" to fix a rather nasty bug that made FreeType
updating ChangeLog and Jamfile for the new Postscript hinter
changing pixel size computations for better accuracy (experimental)
Adding glyph hinter debugging program.
add support for new postscript hinter
add support for new postscript hinter
adding new postscript hinter
adding support to new postscript hinter
fixing a "bug" that affected the Postscript hinter: growing a memory block
minimal optimisation submitted by Graham Asher
documentation update for 2.0.5
implementing a new function named "FT_Get_Postscript_Name" to
tagging files, checking new CVS -> mail script
Fixed a bug in `glnames.py' that prevented it from generating
* src/psnames/pstables.h, src/psnames/psmodule.c, src/tools/glnames.py:
oops, forgot to add this file
* include/freetype/ftsizes.h, src/base/ftobjs.c, src/cache/ftcmanag.c: