index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
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
2011-12-06
truetype-subset: remove unused variable
Adrian Johnson
1
-2
/
+0
2011-09-15
subsetting: Support unicode fontnames
Adrian Johnson
1
-55
/
+170
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-0
/
+2
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-12
/
+6
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-5
/
+6
2010-11-26
Truetype subset: add missing unicode ranges to cmap
Adrian Johnson
1
-0
/
+2
2010-11-23
Check is_synthetic() font backend exists before calling it
Adrian Johnson
1
-1
/
+1
2010-11-23
Check table size in cairo_truetype_get_style()
Adrian Johnson
1
-0
/
+11
2010-11-23
win32: add synthetic font subsetting support
Adrian Johnson
1
-0
/
+32
2010-11-23
Use fallback font for synthetic fonts
Adrian Johnson
1
-0
/
+4
2010-10-02
Don't embed cmap in TrueType fonts embedded in PostScript
Adrian Johnson
1
-7
/
+24
2010-10-01
TrueType subsetting: embed a cmap for latin subsets
Adrian Johnson
1
-36
/
+87
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-09-30
Fix truetype subset crash
Adrian Johnson
1
-0
/
+1
2009-05-27
Fix typo in comment
Adrian Johnson
1
-1
/
+1
2009-04-05
Fix the TrueType subsetting fix in 9b496af5c
Adrian Johnson
1
-1
/
+1
2009-04-05
Fix TrueType subsetting bug
Adrian Johnson
1
-5
/
+7
2009-04-05
Fix buffer size check in TrueType subsetting
Adrian Johnson
1
-1
/
+1
2009-03-31
[truetype] Free local names on failure.
Chris Wilson
1
-4
/
+9
2009-03-03
[truetype] Move the sizeof asserts to compile time.
Chris Wilson
1
-0
/
+15
2009-01-29
[truetype] Free font name.
Chris Wilson
1
-0
/
+2
2009-01-29
[truetype] Initialise font_name
Chris Wilson
1
-0
/
+1
2009-01-22
Use PS font name in CFF and TrueType PDF font subsets
Adrian Johnson
1
-28
/
+69
2009-01-22
Factor out duplicate code in truetype and cff subsetting
Adrian Johnson
1
-61
/
+88
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
[next]