index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-scaled-font-subsets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-14
/
+14
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-15
/
+15
2008-11-19
[scaled-font] Clean-up compiler warning.
Chris Wilson
1
-10
/
+10
2008-11-07
[hash] Return lookup entry.
Chris Wilson
1
-24
/
+23
2008-10-30
Cleanup 'status && status != UNSUPPORTED'
Chris Wilson
1
-2
/
+2
2008-10-22
Don't add a notdef glyph to Type 3 font subsets
Adrian Johnson
1
-24
/
+35
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-16
/
+14
2008-10-19
[scaled-font-subsets] Add locking to unscaled font.
Chris Wilson
1
-6
/
+17
2008-09-23
Replace two boolean args with one enum arg
Adrian Johnson
1
-8
/
+23
2008-09-17
[scaled-fonts] Correct the order of scaled/user arguments.
Chris Wilson
1
-2
/
+2
2008-09-11
Put user fonts in a separate subset
Adrian Johnson
1
-2
/
+21
2008-09-03
[scaled-fonts] Cleanup a couple of valgrind warnings.
Chris Wilson
1
-18
/
+20
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+5
2008-08-17
[scaled-font-subsets] Check for a failed malloc.
Chris Wilson
1
-1
/
+4
2008-08-17
[scaled-font-subsets] Propagate error status from index_to_ucs4().
Chris Wilson
1
-2
/
+7
2008-08-10
Fix _cairo_sub_font_map_glyph() to return correct unicode value
Adrian Johnson
1
-4
/
+4
2008-08-08
[scaled-font-subsets] Fix UTF-8 mapping
Behdad Esfahbod
1
-4
/
+5
2008-08-08
Make utf8 handling in font subsets more consistent
Behdad Esfahbod
1
-2
/
+5
2008-08-08
[cairo-scaled-font-subsets] Make utf8 handling more robust
Behdad Esfahbod
1
-6
/
+4
2008-08-08
[cairo-scaled-font-subsets] Fix bug with utf8 handling
Behdad Esfahbod
1
-1
/
+1
2008-08-08
Remove unnecessary checks for CAIRO_STATUS_INVALID_STRING
Behdad Esfahbod
1
-2
/
+2
2008-07-06
[cairo-scaled-font-subsets] Fix memleak.
Chris Wilson
1
-0
/
+3
2008-07-06
[cairo-scaled-font-subsets] Fix use of unitialised variable.
Chris Wilson
1
-0
/
+1
2008-06-29
[cairo-scaled-font-subsets] And free the allocated memory on failure.
Chris Wilson
1
-1
/
+7
2008-06-29
[cairo-scaled-font-subsets] Add missing malloc check.
Chris Wilson
1
-1
/
+1
2008-06-29
Use subset utf8 mapping to create the glyph names for PS fonts
Adrian Johnson
1
-20
/
+16
2008-06-29
Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mapping
Adrian Johnson
1
-3
/
+109
2008-06-08
Implement PDF Type 3 font subsetting of user fonts
Adrian Johnson
1
-1
/
+3
2008-06-04
Store y_advance in cairo_scaled_font_subsets_glyph_t
Adrian Johnson
1
-2
/
+8
2008-06-03
Make font subsetting output fonts in order of the font subset id
Adrian Johnson
1
-18
/
+40
2008-04-06
scaled-font-subsets: Special case .notdef in a new subset
Adrian Johnson
1
-5
/
+15
2008-04-06
Add assert to scaled_glyph_lookup in scaled-font-subsets
Adrian Johnson
1
-0
/
+1
2008-03-12
Define _BSD_SOURCE to enable prototypes for strdup, snprintf.
Chris Wilson
1
-0
/
+1
2008-02-20
[cairo-scaled-font-subsets] Fix memleak on failure to reserve .notdef glyph.
Chris Wilson
1
-27
/
+30
2008-01-20
Fix PS/PDF Type 1 font embedding when glyph 0 is used
Adrian Johnson
1
-17
/
+19
2008-01-03
[cairo-scaled-fonts-subsets] Memleak and error reporting.
Chris Wilson
1
-46
/
+48
2008-01-03
Remove cairo_private from *.c files.
Chris Wilson
1
-1
/
+1
2007-10-18
[cairo-scaled-font-subsets] Simplify boolean return code.
Chris Wilson
1
-11
/
+9
2007-10-14
Make PostScript output text selectable
Adrian Johnson
1
-0
/
+159
2007-10-05
[cairo-scaled-font-subsets] Increment the sub_font counter after insertion.
Chris Wilson
1
-9
/
+15
2007-10-05
[cairo-scaled-font-subset] Propagate errors during collection.
Chris Wilson
1
-4
/
+16
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-11
/
+9
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-5
/
+13
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-2
/
+2
2007-05-25
[cairo-scaled-font-subsets] Shortcut empty subset.
Chris Wilson
1
-0
/
+4
2007-05-16
[cairo-scaled-font-subsets] Destroy the glyph if we fail to cache it.
Chris Wilson
1
-1
/
+3
2007-05-16
[cairo-scaled-font-subsets] Destroy the parent and subfont on error.
Chris Wilson
1
-4
/
+12
2007-05-16
[cairo-scaled-font-subsets] Correctly destroy the hash table.
Chris Wilson
1
-1
/
+1
2007-05-10
[cairo-scaled-font] Check for allocation failure.
Chris Wilson
1
-0
/
+2
2007-04-21
Ensure _cairo_scaled_font_subsets_map_glyph() returns correct values
Adrian Johnson
1
-34
/
+21
[next]