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
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
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
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
[next]