summaryrefslogtreecommitdiff
path: root/src/cairo-truetype-subset.c
Commit message (Expand)AuthorAgeFilesLines
...
* TrueType: Fix buffer checkAdrian Johnson2008-04-041-8/+8
* TrueType: Remove assertAdrian Johnson2008-04-041-1/+2
* Add links to the font specifications.Chris Wilson2008-04-041-0/+6
* [cairo-truetype-subset] Check reads are within valid data.Chris Wilson2008-04-031-4/+12
* [cairo-truetype-subset] Prevent accesses beyond the end of the glyph array.Chris Wilson2008-04-031-13/+30
* [cairo-truetype-subset] Perform a quick sanity check that glyf end >= begin.Chris Wilson2008-04-031-0/+6
* Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson2008-03-121-0/+1
* [cairo-truetype-subset] Remove duplicate _cairo_error().Chris Wilson2008-03-041-5/+2
* [cairo-truetype-subset] Propagate error from failing to allocate padding.Chris Wilson2008-01-031-19/+32
* [cairo-truetype-subset] Do mask error status returns.Chris Wilson2007-10-041-144/+219
* [cairo-error] Another _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson2007-10-041-1/+1
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-25/+18
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-2/+11
* Truetype Subsetting: Avoid failing when fonts are missing optional tablesAdrian Johnson2007-09-231-43/+110
* [cairo-truetype-subset] Avoid malloc(0).Chris Wilson2007-08-161-6/+9
* TrueType Subsetting: Remove post tableAdrian Johnson2007-05-171-33/+1
* [cairo-truetype-subset] Avoid a potential 0 byte allocation.Chris Wilson2007-05-161-8/+13
* [cairo-truetype-subset] Destroy the arrays on error.Chris Wilson2007-05-161-11/+11
* [cairo-truetype-subset] Set CAIRO_STATUS_NO_MEMORY on malloc failure.Chris Wilson2007-05-101-4/+12
* Add support for creating CID/composite font subsetsAdrian Johnson2007-04-201-13/+8
* [cairo-truetype-subset] Shut gcc warning upBehdad Esfahbod2007-04-191-1/+1
* cairo-truetype-subset.c: Add missing error checks and propagationCarl Worth2007-04-111-58/+120
* cairo-truetype-subset: Fix missing error propagationCarl Worth2007-04-101-1/+4
* cairo-truetype-subset: Check resturn value from _cairo_array_append and propa...Carl Worth2007-04-101-4/+24
* Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth2007-04-101-3/+3
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-1/+1
* Define and use ARRAY_LENBehdad Esfahbod2007-03-201-5/+3
* Fix incorrect file permission in previous commitAdrian Johnson2007-03-131-0/+0
* Fix buffer overflow warningAdrian Johnson2007-03-131-1/+1
* [cairoint] Move endian-conversion routines into cairoint.hBehdad Esfahbod2007-03-071-37/+0
* TrueType: Add post table and 3,0 cmap encodingAdrian Johnson2007-02-161-7/+62
* PDF: Another fix for TrueType metricsAdrian Johnson2007-02-071-9/+13
* PDF: Make text selection and extraction workAdrian Johnson2007-02-071-0/+144
* TrueType: Include notdef glyph in the subsetAdrian Johnson2007-02-041-7/+16
* TrueType Subsetting: Whitespace changeAdrian Johnson2007-02-041-10/+10
* TrueType Subsetting: Add commentAdrian Johnson2007-02-041-1/+5
* TrueType Subsetting: Sort table directoryEugeniy Meshcheryakov2007-02-041-12/+13
* TrueType Subsetting: Correct the checksum calculation of 'head' tableEugeniy Meshcheryakov2007-02-041-0/+3
* TrueType Subsetting : Correct the checksum calculationEugeniy Meshcheryakov2007-02-041-1/+1
* Correct an unsigned to signed conversion problem in truetype subsetting bboxAdrian Johnson2006-10-151-6/+6
* Compute right index when looking up left side bearing.Kristian Høgsberg2006-09-261-4/+3
* Improve error checking in TrueType subsettingAdrian Johnson2006-09-051-12/+24
* [TrueType] Zero out padding memory in generated TrueType subsetBehdad Esfahbod2006-08-081-3/+5
* [TrueType] More leak fixesBehdad Esfahbod2006-08-081-1/+2
* [TrueType] Fix leaks.Behdad Esfahbod2006-08-081-8/+14
* Split the TrueType table definitions into a private header fileBehdad Esfahbod2006-08-071-121/+5
* Remove the __attribute__ ((packed)) and the need for itBehdad Esfahbod2006-08-071-24/+34
* Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth2006-08-071-7/+7
* Make truetype subsetting work on x86_64Adrian Johnson2006-08-071-97/+98
* Rename truetype subset function to _cairo_truetype_*.Kristian Høgsberg2006-08-021-123/+133