index
:
~rib/cairo
master
wip/cogl-backend
Robert Bragg's personal cairo repository
rib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-truetype-subset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-15
/
+15
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-49
/
+49
2008-10-11
Check that reads in truetype_reverse_cmap are within valid data
Adrian Johnson
1
-1
/
+11
2008-09-03
[scaled-fonts] Cleanup a couple of valgrind warnings.
Chris Wilson
1
-3
/
+2
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+4
2008-08-08
[truetype] Fix gcc warning about possibly-infinite-loops
Behdad Esfahbod
1
-5
/
+6
2008-06-29
Removed unused cairo_truetype_create_glyph_to_unicode_map()
Adrian Johnson
1
-147
/
+0
2008-06-29
Add _cairo_truetype_index_to_ucs4()
Adrian Johnson
1
-0
/
+151
2008-04-04
TrueType: Fix buffer check
Adrian Johnson
1
-8
/
+8
2008-04-04
TrueType: Remove assert
Adrian Johnson
1
-1
/
+2
2008-04-04
Add links to the font specifications.
Chris Wilson
1
-0
/
+6
2008-04-03
[cairo-truetype-subset] Check reads are within valid data.
Chris Wilson
1
-4
/
+12
2008-04-03
[cairo-truetype-subset] Prevent accesses beyond the end of the glyph array.
Chris Wilson
1
-13
/
+30
2008-04-03
[cairo-truetype-subset] Perform a quick sanity check that glyf end >= begin.
Chris Wilson
1
-0
/
+6
2008-03-12
Define _BSD_SOURCE to enable prototypes for strdup, snprintf.
Chris Wilson
1
-0
/
+1
2008-03-04
[cairo-truetype-subset] Remove duplicate _cairo_error().
Chris Wilson
1
-5
/
+2
2008-01-03
[cairo-truetype-subset] Propagate error from failing to allocate padding.
Chris Wilson
1
-19
/
+32
2007-10-04
[cairo-truetype-subset] Do mask error status returns.
Chris Wilson
1
-144
/
+219
2007-10-04
[cairo-error] Another _cairo_error (CAIRO_STATUS_SUCCESS)!
Chris Wilson
1
-1
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-25
/
+18
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-2
/
+11
2007-09-23
Truetype Subsetting: Avoid failing when fonts are missing optional tables
Adrian Johnson
1
-43
/
+110
2007-08-16
[cairo-truetype-subset] Avoid malloc(0).
Chris Wilson
1
-6
/
+9
2007-05-17
TrueType Subsetting: Remove post table
Adrian Johnson
1
-33
/
+1
2007-05-16
[cairo-truetype-subset] Avoid a potential 0 byte allocation.
Chris Wilson
1
-8
/
+13
2007-05-16
[cairo-truetype-subset] Destroy the arrays on error.
Chris Wilson
1
-11
/
+11
2007-05-10
[cairo-truetype-subset] Set CAIRO_STATUS_NO_MEMORY on malloc failure.
Chris Wilson
1
-4
/
+12
2007-04-20
Add support for creating CID/composite font subsets
Adrian Johnson
1
-13
/
+8
2007-04-19
[cairo-truetype-subset] Shut gcc warning up
Behdad Esfahbod
1
-1
/
+1
2007-04-11
cairo-truetype-subset.c: Add missing error checks and propagation
Carl Worth
1
-58
/
+120
2007-04-10
cairo-truetype-subset: Fix missing error propagation
Carl Worth
1
-1
/
+4
2007-04-10
cairo-truetype-subset: Check resturn value from _cairo_array_append and propa...
Carl Worth
1
-4
/
+24
2007-04-10
Rename ARRAY_LEN to ARRAY_LENGTH
Carl Worth
1
-3
/
+3
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-1
/
+1
2007-03-20
Define and use ARRAY_LEN
Behdad Esfahbod
1
-5
/
+3
2007-03-13
Fix incorrect file permission in previous commit
Adrian Johnson
1
-0
/
+0
2007-03-13
Fix buffer overflow warning
Adrian Johnson
1
-1
/
+1
2007-03-07
[cairoint] Move endian-conversion routines into cairoint.h
Behdad Esfahbod
1
-37
/
+0
2007-02-16
TrueType: Add post table and 3,0 cmap encoding
Adrian Johnson
1
-7
/
+62
2007-02-07
PDF: Another fix for TrueType metrics
Adrian Johnson
1
-9
/
+13
2007-02-07
PDF: Make text selection and extraction work
Adrian Johnson
1
-0
/
+144
2007-02-04
TrueType: Include notdef glyph in the subset
Adrian Johnson
1
-7
/
+16
2007-02-04
TrueType Subsetting: Whitespace change
Adrian Johnson
1
-10
/
+10
2007-02-04
TrueType Subsetting: Add comment
Adrian Johnson
1
-1
/
+5
2007-02-04
TrueType Subsetting: Sort table directory
Eugeniy Meshcheryakov
1
-12
/
+13
2007-02-04
TrueType Subsetting: Correct the checksum calculation of 'head' table
Eugeniy Meshcheryakov
1
-0
/
+3
2007-02-04
TrueType Subsetting : Correct the checksum calculation
Eugeniy Meshcheryakov
1
-1
/
+1
2006-10-15
Correct an unsigned to signed conversion problem in truetype subsetting bbox
Adrian Johnson
1
-6
/
+6
2006-09-26
Compute right index when looking up left side bearing.
Kristian Høgsberg
1
-4
/
+3
2006-09-05
Improve error checking in TrueType subsetting
Adrian Johnson
1
-12
/
+24
[next]