summaryrefslogtreecommitdiff
path: root/src/cairo-cff-subset.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-01-29[cff-subset] Free ps_name.Chris Wilson1-1/+3
2009-01-29[truetype] Initialise font_nameChris Wilson1-0/+2
2009-01-22Use PS font name in CFF and TrueType PDF font subsetsAdrian Johnson1-25/+45
2009-01-22Factor out duplicate code in truetype and cff subsettingAdrian Johnson1-52/+8
2009-01-02Iterate over hash table using foreach() in destructors.Chris Wilson1-10/+11
2008-11-29Fix up a couple of likely(malloc==NULL)Chris Wilson1-2/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-33/+33
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-104/+104
2008-11-07[hash] Return lookup entry.Chris Wilson1-14/+10
2008-10-30[cff-subset] Eliminate shadowed variable.Chris Wilson1-4/+4
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+5
2008-04-04Add links to the font specifications.Chris Wilson1-0/+5
2008-03-12Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson1-0/+1
2008-03-04[cairo-cff-subset] Propagate error status.Chris Wilson1-22/+25
2007-10-10[cairo-cff-subset] Propagate error status from failed append_copy().Chris Wilson1-6/+10
2007-10-04[cairo-cff-subset] Propagate errors and review error paths.Chris Wilson1-82/+209
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-76/+46
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-17/+55
2007-09-29CFF Subetting: Fix for #10849Adrian Johnson1-1/+1
2007-08-02CFF Subsetting: fix integer encoding bugAdrian Johnson1-1/+1
2007-05-17CFF Subsetting: Filter out Unique ID from subsetAdrian Johnson1-0/+7
2007-04-20Add CFF CID FallbackAdrian Johnson1-0/+212
2007-04-20Make CFF Subsetting create CID subsetsAdrian Johnson1-299/+559
2007-04-20Add support for creating CID/composite font subsetsAdrian Johnson1-7/+2
2007-04-10Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth1-3/+3
2007-03-20Define and use ARRAY_LENBehdad Esfahbod1-5/+3
2007-03-07[cairoint] Move endian-conversion routines into cairoint.hBehdad Esfahbod1-28/+0
2007-02-13CFF: Fix Visual C++ compile problemAdrian Johnson1-11/+14
2007-02-06Remove dead cff_dict_remove functionCarl Worth1-14/+0
2007-01-28CFF Subsetting: Add charset data to embedded fontEugeniy Meshcheryakov1-1/+252
2006-10-27Add OpenType/CFF SubsettingAdrian Johnson1-0/+1452