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-type1-fallback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-0
/
+2
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-1
/
+1
2010-12-10
path: Always interpret in forward direction
Andrea Canciani
1
-1
/
+0
2010-11-26
array: Silence warnings
Andrea Canciani
1
-2
/
+2
2010-11-06
Fix type1-fallback bbox
Adrian Johnson
1
-4
/
+4
2010-10-01
Type 1 fallback: add support for latin subsets
Adrian Johnson
1
-6
/
+21
2010-05-16
type1: Use correct glyph advance when subsetting type 1 fonts
Adrian Johnson
1
-9
/
+9
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-03-31
[type1] Fixup error path during write_charstrings()
Chris Wilson
1
-3
/
+3
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-8
/
+8
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-8
/
+7
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-22
/
+22
2008-11-13
[type1] Bind the RD procedure
Chris Wilson
1
-1
/
+1
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-2
/
+7
2008-10-19
[type1] Acquire scaled_font mutex.
Chris Wilson
1
-0
/
+2
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+5
2008-04-06
Type1-fallback: Use correct glyph metrics for .notdef glyph
Adrian Johnson
1
-63
/
+29
2008-04-06
Type1-fallback: Use correct glyph advance in Type 1 charstrings
Adrian Johnson
1
-1
/
+1
2008-03-13
Use the correct glyph metrics in Type1 fallback
Adrian Johnson
1
-4
/
+4
2008-03-12
Define _BSD_SOURCE to enable prototypes for strdup, snprintf.
Chris Wilson
1
-0
/
+1
2008-03-04
[cairo-type1-fallback] Propagate original error status.
Chris Wilson
1
-4
/
+6
2008-01-16
[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()
Chris Wilson
1
-4
/
+4
2007-12-02
Fix regression in Type1 Fallback
Adrian Johnson
1
-2
/
+4
2007-10-14
Make PostScript output text selectable
Adrian Johnson
1
-3
/
+15
2007-10-10
Fix some trivial syntax warnings for -ansi.
Chris Wilson
1
-1
/
+1
2007-10-05
[cairo-type1-fallback] Propagate error from closing the stream.
Chris Wilson
1
-2
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-16
/
+11
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+6
2007-05-10
[cairo-scaled-font] Check for allocation failure.
Chris Wilson
1
-1
/
+1
2007-04-20
Add CFF CID Fallback
Adrian Johnson
1
-59
/
+152
2007-04-20
Add support for creating CID/composite font subsets
Adrian Johnson
1
-1
/
+1
2007-04-10
Add a couple of missing newline characters
Carl Worth
1
-0
/
+1
2007-04-09
cairo-type1-fallback - propagate error returns
Chris Wilson
1
-7
/
+18
2007-04-09
cairo-type1-fallback - check for an error during cleanup
Chris Wilson
1
-3
/
+4
2007-03-07
[Type1] Add cairo-type1-private.h that Type1 fallback and subset code share
Behdad Esfahbod
1
-9
/
+5
2007-03-02
Fix leak of an output stream in cairo_type1_font_destroy
Carl Worth
1
-1
/
+2
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-2
/
+2
2006-10-23
type1 fallback: ensure all functions perform correct status checking
Adrian Johnson
1
-20
/
+38
2006-10-22
Don't return an uninitialized value if _cairo_output_stream_create fails
Christian Biesinger
1
-1
/
+3
2006-10-22
Actually return a value from _cairo_type1_fallback_init_*
Christian Biesinger
1
-6
/
+6
2006-10-15
Type 1 fallback fonts - use binary encoding in PDF files
Adrian Johnson
1
-7
/
+29
2006-10-15
cairo-type1-fallback.c: return correct error status
Adrian Johnson
1
-1
/
+3
2006-09-07
Fix bitmap-font test failure by not generating a type1 font for a bitmap font.
Carl Worth
1
-11
/
+24
2006-09-07
type1: Enforce pre-allocation usage and fail-proof behavior of charstring_enc...
Carl Worth
1
-7
/
+42
2006-09-07
cairo-type1-fallback.c: Regularize some whitespace.
Carl Worth
1
-3
/
+5
2006-09-07
cairo_type1_font_create: Fix missing NO_MEMORY check and cleanup style.
Carl Worth
1
-15
/
+27
2006-09-07
Remove font->status from cairo_type1_font_t
Carl Worth
1
-38
/
+38
2006-09-07
Check status value of output_stream object at time of destroy
Carl Worth
1
-1
/
+3
2006-09-05
Generate Type 1 fonts from glyph outlines
Adrian Johnson
1
-0
/
+682