summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja25-0/+131
2008-12-06[cairo-spans] New abstract types for scan converting polygons.M Joonas Pihlaja4-0/+369
2008-12-06[cairo-spans] Introduce a type to track which pixels combine in a compositing...M Joonas Pihlaja3-0/+52
2008-12-06[path-fixed] New _cairo_path_fixed_is_region().M Joonas Pihlaja2-0/+99
2008-12-06[path-fixed] Avoid extra indirection when iterating already flat paths.M Joonas Pihlaja1-0/+9
2008-12-04[win32] Use MOD instead of the '%' operatorJeff Muizelaar1-2/+5
2008-11-30glitz: Replace specified color with an opaque one if dst surface don't have a...Luo Jinghua1-6/+12
2008-11-29Fix up a couple of likely(malloc==NULL)Chris Wilson2-3/+3
2008-11-29[png] Fix leak of original png data on error path.Chris Wilson1-4/+11
2008-11-29Mark allocation failures as unlikely.Chris Wilson54-294/+300
2008-11-29Mark if(status) as being unlikely.Chris Wilson40-1050/+1053
2008-11-29[fill] Allow rectangles to be implicitly closed.Chris Wilson3-8/+12
2008-11-29[path] Carefully check for no more points.Chris Wilson2-8/+17
2008-11-29[check] Search for the word NOTEChris Wilson1-1/+1
2008-11-28image: Use unsigned long to compute color masks.Luo Jinghua1-1/+1
2008-11-26[skiplist] Check for ffs()Chris Wilson1-0/+11
2008-11-26[glitz] Fix clone_similar().Chris Wilson1-321/+137
2008-11-26[matrix] Impose a maximum number of refinement iterationsChris Wilson1-1/+3
2008-11-26[skiplist] Use ffs()Chris Wilson1-10/+1
2008-11-26[png] Use FILE* instead of void*.Chris Wilson1-2/+4
2008-11-26Change uint to uint32_tAdrian Johnson1-1/+1
2008-11-26glitz: Apply fixup to unbounded operators to clear area outside of maskLuo Jinghua1-13/+66
2008-11-25glitz: set correct parameters for linear and radial pattern.Luo Jinghua1-10/+10
2008-11-25glitz: fixup another stupid bug in fill_rectangles.Luo Jinghua1-3/+5
2008-11-25[fill] Emit rectangles for GdkRegionChris Wilson3-25/+201
2008-11-25[xlib] Cosmetic tweak.Chris Wilson1-2/+3
2008-11-25[path] Fix up extents.Chris Wilson2-10/+12
2008-11-25[pdf] Add a default case to silence the compiler.Chris Wilson1-0/+1
2008-11-25[in-fill] Add the implicit close-path during move-to.Chris Wilson4-25/+25
2008-11-25[path] Compute approximate extents.Chris Wilson7-61/+82
2008-11-25[clip] Check for error surfaceChris Wilson2-2/+2
2008-11-24Fix typoAdrian Johnson1-1/+1
2008-11-24Document location of image format specificationsAdrian Johnson1-0/+15
2008-11-24Win32-print: Add PNG embedding supportAdrian Johnson2-27/+82
2008-11-24Add PNG get info functionAdrian Johnson2-6/+45
2008-11-24PDF: Disable PDF 1.5 features when version 1.4 is selectedAdrian Johnson3-0/+20
2008-11-24PDF: Add cairo_pdf_surface_restrict_to_version APIAdrian Johnson3-6/+136
2008-11-24PDF: Add newline to end of binary streamsAdrian Johnson1-0/+2
2008-11-23PDF: Add JPEG2000 image embeddingAdrian Johnson1-1/+51
2008-11-23Add JPEG2000 mimetype and image info functionAdrian Johnson4-0/+106
2008-11-23Move cairo-jpeg-info.c to cairo-image-info.cAdrian Johnson7-30/+30
2008-11-23glitz: set clone_offset_{x, y} on success in clone_similar.Luo Jinghua1-0/+2
2008-11-23glitz: fixup a stupid bug in get_image.Luo Jinghua1-5/+9
2008-11-22glitz: bring glitz backend to more or less working state.Nicolas Bruguier1-166/+163
2008-11-21[region] Use the caller supplied array for extracting boxes.Chris Wilson10-21/+35
2008-11-21[traps] Embed sufficient traps to accommodate a stroke rectangleChris Wilson1-1/+2
2008-11-21[cairo] Allocate glyphs on the stack for show_text().Chris Wilson1-4/+14
2008-11-21[surface] Make the error surfaces have a NULL backend.Chris Wilson1-16/+6
2008-11-21[image] Trim image surface size by a few bytesChris Wilson2-8/+10
2008-11-19[xlib] Explicitly track whether the GC has clip_rects.Chris Wilson2-3/+4