index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pdf-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-18
PDF: Add missing struct member when writing the pattern id
Adrian Johnson
1
-2
/
+2
2007-11-26
Fix PDF gradients bug
Adrian Johnson
1
-22
/
+41
2007-11-26
PDF: Fix regression in pdf_surface_set_size()
Adrian Johnson
1
-0
/
+1
2007-11-20
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-3
/
+3
2007-05-16
[cairo-pdf-surface] emit_pattern_stops() array overrun.
Chris Wilson
1
-1
/
+1
2007-05-16
[cairo-pdf-surface] Free allstops on error.
Chris Wilson
1
-9
/
+9
2007-05-04
[cairo-pattern] Cache surface for solid patterns
Chris Wilson
1
-0
/
+3
2007-04-27
PDF: Change CTM to identity
Adrian Johnson
1
-69
/
+66
2007-04-27
Add support for transparent gradients
Adrian Johnson
1
-211
/
+739
2007-04-21
[ps/pdf/svg] Fix minor coding style issue
Behdad Esfahbod
1
-6
/
+6
2007-04-21
[pdf] Get rid of _cairo_pdf_test_force_fallbacks
Behdad Esfahbod
1
-22
/
+3
2007-04-21
[paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.h
Behdad Esfahbod
1
-1
/
+1
2007-04-21
[pdf] Move cairo_pdf_surface_t to cairo-pdf-surface-private.h
Behdad Esfahbod
1
-41
/
+1
2007-04-20
Exclude Type1 fonts from CID subsets
Adrian Johnson
1
-22
/
+20
2007-04-20
Enable embedding of CID fonts in PDF
Adrian Johnson
1
-108
/
+177
2007-04-20
Make CFF Subsetting create CID subsets
Adrian Johnson
1
-0
/
+2
2007-04-20
Add support for creating CID/composite font subsets
Adrian Johnson
1
-4
/
+1
2007-04-12
PDF: Fix glyph positioning bug when glyphs are not horizontal
Adrian Johnson
1
-1
/
+1
2007-04-11
PDF: Added error checking and propagation for _cairo_array_append
Carl Worth
1
-33
/
+56
2007-04-11
Assert that cairo_matrix_invert succeeds rather than ignoring tis return value
Carl Worth
1
-1
/
+3
2007-04-11
Check (and assert) return values of cairo_matrix_invert
Carl Worth
1
-1
/
+4
2007-04-10
Rename _cairo_pdf_surface_emit_toUnicode_stream to eliminate StudlyCaps
Carl Worth
1
-6
/
+6
2007-04-10
PDF: Check return value of _cairo_output_stream_destroy and propagate
Carl Worth
1
-21
/
+35
2007-04-09
cairo-pdf-surface - propagate error status
Chris Wilson
1
-12
/
+13
2007-04-06
Propagate one error return through pdf.
Chris Wilson
1
-1
/
+4
2007-03-23
PDF: Use the TJ operator to show glyphs
Adrian Johnson
1
-19
/
+106
2007-03-07
[PS/PDF/SVG] Rename internal symbols to have _cairo_*_surface prefix
Behdad Esfahbod
1
-37
/
+37
2007-03-06
PDF: Set page group color space to DeviceRGB
Adrian Johnson
1
-3
/
+6
2007-03-01
Merge branch 'radial-gradient-fixes' into cairo
Carl Worth
1
-6
/
+6
2007-03-01
[PS/PDF] Mark CAIRO_EXTEND_PAD for surface patterns as natively supported
Behdad Esfahbod
1
-5
/
+7
2007-03-01
Rename radial gradient inner/outer to c1/c2
Carl Worth
1
-6
/
+6
2007-03-01
PDF: Ensure ToUnicode CMap name is unique
Adrian Johnson
1
-4
/
+7
2007-02-27
[PS/PDF] Fix xstep/ystep values for CAIRO_EXTEND_NONE
Behdad Esfahbod
1
-21
/
+15
2007-02-23
[PS/PDF] Accept CAIRO_EXTEND_REFLECT surface patterns natively
Behdad Esfahbod
1
-4
/
+15
2007-02-21
PDF/PS: Don't embed multiple copies of the same font
Adrian Johnson
1
-6
/
+18
2007-02-13
PDF: Add missing character code to Differences array
Adrian Johnson
1
-1
/
+1
2007-02-11
PDF: Remove dead code
Adrian Johnson
1
-108
/
+0
2007-02-11
PDF: Compress Type3 fonts
Adrian Johnson
1
-1
/
+1
2007-02-11
PDF: Fix Type3 font metrics to make text selection work
Adrian Johnson
1
-10
/
+56
2007-02-08
[PS/PDF/SVG] Return a write_error nil surface on write errors
Eugeniy Meshcheryakov
1
-1
/
+3
2007-02-07
PDF: Another fix for TrueType metrics
Adrian Johnson
1
-10
/
+10
2007-02-07
PDF: Make text selection and extraction work
Adrian Johnson
1
-8
/
+118
2007-02-07
PDF: Correct the y value of Td in show_glyphs
Adrian Johnson
1
-1
/
+1
2007-02-04
PDF: Fix TrueType font metrics
Adrian Johnson
1
-8
/
+11
2007-02-04
PDF: Add Encoding dictionary to TrueType fonts
Adrian Johnson
1
-2
/
+19
2007-01-24
[PDF-CFF] Fix bad /LastChar value for CFF fonts in PDF backend
Eugeniy Meshcheryakov
1
-1
/
+1
2007-01-20
PDF: Fix approximate diagonal in recent commit
Behdad Esfahbod
1
-2
/
+1
2007-01-19
Fix two misspellings in a recent comment.
Carl Worth
1
-2
/
+2
2007-01-19
PDF: Fix CAIRO_EXTEND_NONE for source surface patterns
Carl Worth
1
-8
/
+33
2007-01-17
PDF: Compress the content stream
Adrian Johnson
1
-3
/
+29
[next]