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-pdf-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-19
pdf: add missing 'endobj' to shading dict
Adrian Johnson
1
-2
/
+4
2012-06-02
pdf: fix the offset of padded images
Adrian Johnson
1
-4
/
+12
2012-06-01
Erradicate internal use of cairo_surface_get_type()
Chris Wilson
1
-2
/
+2
2012-06-01
Erradicate internal use of cairo_surface_get_content()
Chris Wilson
1
-5
/
+4
2012-05-31
pdf: Don't use extents when acquiring a RASTER_SOURCE pattern
Adrian Johnson
1
-13
/
+4
2012-05-27
pdf: merge _emit_recording_surface and _emit_recording_subsurface into the on...
Adrian Johnson
1
-86
/
+26
2012-05-27
pdf: fix smask gradient bbox
Adrian Johnson
1
-3
/
+26
2012-05-16
pdf: check if EXTEND_PAD group can be painted with EXTEND_NONE
Adrian Johnson
1
-4
/
+22
2012-04-27
snapshot: Perform the cow under a mutex
Chris Wilson
1
-8
/
+16
2012-04-23
pdf: Fix wrong allocation in _cairo_pdf_surface_add_source_surface
Jeff Mahoney
1
-1
/
+1
2012-04-23
pdf: support all image types
Adrian Johnson
1
-10
/
+31
2012-04-19
Split cairo-recording-surface-private into struct+inlines
Chris Wilson
1
-1
/
+1
2012-04-14
Revert accidental push of ps debugging API.
Chris Wilson
1
-21
/
+0
2012-04-12
pdf (debug API): Export the ability to force fallbacks
Chris Wilson
1
-0
/
+21
2012-04-09
pdf: avoid unnecessary use of patterns in mask groups
Adrian Johnson
1
-82
/
+106
2012-03-29
doc: Add "since" tag to documentation
Andrea Canciani
1
-0
/
+2
2012-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-4
/
+4
2012-02-25
pdf: ensure all transparency groups are isolated
Adrian Johnson
1
-0
/
+4
2012-02-24
pdf,ps: The device offset only needs to taken into account for raster patterns
Chris Wilson
1
-2
/
+0
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+1
2012-01-19
api: add cairo_surface_supports_mime_type
Adrian Johnson
1
-0
/
+14
2012-01-11
pdf: support RASTER_SOURCE patterns
Adrian Johnson
1
-154
/
+319
2011-12-06
pdf: avoid using pdf patterns to paint/fill translucent linear/radial gradients
Adrian Johnson
1
-35
/
+58
2011-12-06
pdf: avoid using pdf patterns to paint/fill opaque linear/radial gradients
Adrian Johnson
1
-34
/
+203
2011-12-06
pdf: allow embedding of cmyk jpeg images
Adrian Johnson
1
-3
/
+15
2011-12-06
pdf: don't use patterns with padded images
Adrian Johnson
1
-115
/
+131
2011-11-25
Convert cairo_mime_surface_t to cairo_raster_source_pattern_t
Chris Wilson
1
-1
/
+3
2011-09-18
pdf: Use the helper functions to update the composite rectangles
Chris Wilson
1
-4
/
+13
2011-09-18
pdf: ensure ink extents is not larger than bounded extents
Adrian Johnson
1
-2
/
+4
2011-09-15
subsetting: Support unicode fontnames
Adrian Johnson
1
-6
/
+75
2011-09-12
pdf: add status check
Adrian Johnson
1
-2
/
+8
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-52
/
+31
2011-09-09
pdf: latin text must use character codes in the toUnicode CMap, not glyph ind...
Adrian Johnson
1
-1
/
+3
2011-09-06
pdf: use interpolate in image smask
Adrian Johnson
1
-17
/
+20
2011-09-06
ps/pdf: fix the polarity of stencil masks
Adrian Johnson
1
-1
/
+2
2011-09-06
pdf: use _emit_smask() instead of _emit_imagemask to emit stencil mask
Adrian Johnson
1
-76
/
+67
2011-09-05
pdf: each row of 1-bit image data needs to begin on a byte boundary
Adrian Johnson
1
-2
/
+6
2011-09-05
pdf: use ink extents in content stream XObjects
Adrian Johnson
1
-31
/
+36
2011-09-05
pdf: use ink extents for pattern bbox
Adrian Johnson
1
-33
/
+56
2011-09-05
pdf: use ink extents for smask bbox
Adrian Johnson
1
-25
/
+77
2011-08-29
pdf: use a new clipper object in recording_subsurface
Adrian Johnson
1
-0
/
+6
2011-08-29
ps/pdf: use a new clipper object when emitting a recording surface
Adrian Johnson
1
-0
/
+6
2011-08-16
pdf: change end of line in pdf output from \r\n to \n
Adrian Johnson
1
-2
/
+2
2011-08-14
pdf: If the recording surface is unbounded, limit the pattern to the ink extents
Chris Wilson
1
-4
/
+11
2011-08-14
image: peek through a snapshot to the recording surface behind
Chris Wilson
1
-4
/
+4
2011-08-14
snapshot: Defer acquisition
Chris Wilson
1
-5
/
+14
2011-08-13
Only reduce the clip if it is not in active use for the operation
Chris Wilson
1
-13
/
+4
2011-08-13
pdf: composite-rectangles now require freeing after use
Chris Wilson
1
-110
/
+191
2011-08-13
pdf: Compute fill-stroke extents first before trying to use it to set the clip
Chris Wilson
1
-25
/
+22
2011-08-13
pdf: Propagate NOTHING_TO_DO
Chris Wilson
1
-41
/
+9
[next]