index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
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
2011-08-05
pdf: check if smask is bilevel and encode as such
Adrian Johnson
1
-30
/
+34
2011-08-02
pdf: check if images are grayscale or monochrome and encode as such
Adrian Johnson
1
-23
/
+67
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-10
/
+5
2011-07-29
pdf: Don't remove the current clip if redundant
Chris Wilson
1
-0
/
+11
2011-07-29
pdf: Remove redundant clip regions
Chris Wilson
1
-6
/
+21
2011-07-26
composite: Pass unbounded extents to initialisation
Chris Wilson
1
-19
/
+23
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+6
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-40
/
+42
2011-07-18
type1-subset: Remove FT dependency part 6
Adrian Johnson
1
-4
/
+0
2011-07-18
png: fix type1 encoding bugs
Adrian Johnson
1
-4
/
+6
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+3
2011-03-19
Do not warn when ignoring the return value of _cairo_rectangle_intersect()
Andrea Canciani
1
-6
/
+2
2011-01-24
Fix regressions from 1.10 merge
Andrea Canciani
1
-12
/
+0
2011-01-23
Merge branch '1.10' into tmp
Chris Wilson
1
-0
/
+12
2011-01-18
pdf,ps,quartz: Use correct tolerance for gradient domain computation
Andrea Canciani
1
-3
/
+7
2011-01-01
pdf,ps: Add native mesh pattern support
Adrian Johnson
1
-1
/
+152
2010-12-13
ps,pdf: Deal with empty domain gradients.
Andrea Canciani
1
-1
/
+59
2010-12-13
pdf: Unify gradient emitters and support all extend modes.
Andrea Canciani
1
-282
/
+132
2010-12-13
ps, pdf, pattern: Implement _cairo_pattern_alpha_range to analyse patterns.
Andrea Canciani
1
-14
/
+4
2010-12-13
pdf: Use switch instead of multiple if's
Andrea Canciani
1
-5
/
+9
2010-12-10
pdf: Use composite rectangles in fill_stroke
Andrea Canciani
1
-16
/
+47
2010-12-05
PDF: Output a stencil mask for cairo_mask() with solid source and A1 mask
Adrian Johnson
1
-17
/
+143
2010-11-26
pdf: Silence compiler warnings
Andrea Canciani
1
-1
/
+2
2010-11-26
array: Silence warnings
Andrea Canciani
1
-2
/
+2
2010-11-26
PDF: Add missing clipper_reset
Adrian Johnson
1
-0
/
+2
2010-11-26
PDF: Add missing clipper_reset
Adrian Johnson
1
-0
/
+2
2010-11-23
Add unique_id mime type
Adrian Johnson
1
-2
/
+36
2010-11-21
PS/PDF: Fix regression when changing page size to a larger size
Adrian Johnson
1
-2
/
+8
2010-11-20
PS/PDF: Fix regression when changing page size to a larger size
Adrian Johnson
1
-2
/
+8
2010-11-07
PDF: Fix toUnicode for CID fonts
Adrian Johnson
1
-14
/
+24
2010-11-02
PDF: Use correct bfchar size in toUnicode for latin fonts
Adrian Johnson
1
-14
/
+13
2010-10-28
PDF: Don't use the currently set color after a 'Q' operator
Adrian Johnson
1
-0
/
+1
2010-10-28
PDF: Don't use the currently set color after a 'Q' operator
Adrian Johnson
1
-0
/
+1
2010-10-24
PDF: Fix regression in EXTEND_NONE gradients
Adrian Johnson
1
-1
/
+14
2010-10-21
Other backends: Set round_glyph_positions to OFF
Uli Schlachter
1
-0
/
+1
2010-10-15
PDF: Remove radial gradient fallback
Adrian Johnson
1
-16
/
+1
2010-10-15
PDF: Fix regression in EXTEND_NONE gradients
Adrian Johnson
1
-1
/
+14
2010-10-06
CFF subset: add support for latin subsets
Adrian Johnson
1
-46
/
+96
2010-10-02
Don't embed cmap in TrueType fonts embedded in PostScript
Adrian Johnson
1
-1
/
+1
2010-10-01
PDF: Add support for latin subsets
Adrian Johnson
1
-58
/
+133
2010-08-26
subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE public
Benjamin Otte
1
-2
/
+2
2010-07-10
Convert mime data length to use unsigned long
Chris Wilson
1
-9
/
+9
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+17
2010-07-05
pdf: Set error when extracting from finished surface
Benjamin Otte
1
-0
/
+10
2010-06-10
pdf: support single stop gradients
Andrea Canciani
1
-3
/
+3
2010-05-16
cff: Use correct glyph advance when subsetting cff fonts
Adrian Johnson
1
-9
/
+10
2010-05-16
type1: Use correct glyph advance when subsetting type 1 fonts
Adrian Johnson
1
-11
/
+12
2010-05-13
Make cairo_color_stop_t a unique type.
Chris Wilson
1
-9
/
+0
2010-05-04
pdf: Cleanup local reference to source on error paths.
Chris Wilson
1
-0
/
+2
2010-04-30
pdf; Emit subsurface patterns natively.
Chris Wilson
1
-19
/
+94
[next]