summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-03Introduce ATTEMPT_KNOCKOUT_AND_ISOLATED define (off by default).Robin Watts
2011-09-02Fix bug 692356: use stricter limit for dash pattern lengths.Tor Andersson
2011-09-02Fix minor regression in fix for zero-length line segment dots.Tor Andersson
2011-09-01Only draw dots for zero-length line segments with round line caps.Tor Andersson
2011-08-06Cosmetic style fixes.Tor Andersson
2011-08-05More changes to blending of groups.Robin Watts
2011-08-04Fix part of bug 692377: "hivemind" PDF regressionRobin Watts
2011-08-03Fix bug 692388; colored type3 fonts drawn incorrectly.Robin Watts
2011-08-03Add (disabled by default) debug code for group blends.Robin Watts
2011-08-02Another attempt to fix bug 691629.Robin Watts
2011-08-01Fix bug 692377: Incorrect rendering of blending groups.Robin Watts
2011-08-01Fix bug 691629; avoid aa'd edge pixels due to bad weight calcs.Robin Watts
2011-08-01Add support for colored Type3 glyphs (ones that use d0).Robin Watts
2011-07-26Fix bug 692354: Horizontal white lines in images.Robin Watts
2011-07-14Add Knockout group support.Robin Watts
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts
2011-07-08Clip area optimisations for displaylist case:Robin Watts
2011-05-19Fix Bug 692196: segv in scale_single_row.Robin Watts
2011-04-25Always call glyph index "gid"; not "cid" as in some places.Tor Andersson
2011-04-11Add triangle caps; separate start, dash and end cap styles for XPS.Tor Andersson
2011-04-10Fix segfault inducing typo in non-aa scanconverter.Tor Andersson
2011-04-10Make global edge list struct opaque, and remove active edge list struct.Tor Andersson
2011-04-10Make blendmode opaque.Tor Andersson
2011-04-08draw_edge.c: Plug memory leak.Tor Andersson
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-08Remove inline keyword where it is not strictly necessary for performance.Tor Andersson
2011-04-08Add special case non-aa scan converter with accompanying blit functions.Tor Andersson
2011-04-07Add AA_BITS define to control antialias level of line art.Robin Watts
2011-04-07Check for zero length dash arrays.Tor Andersson
2011-04-07Update README files.Tor Andersson
2011-04-06Rename span to stride, and add gray->bgr fast path image drawing.Tor Andersson
2011-04-06Add special case gray image -> rgb device rendering code.Robin Watts
2011-04-05Makefile tweaks.Tor Andersson
2011-04-05Add wrapper functions around device calls.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04draw: Rename files in draw directory.Tor Andersson
2011-04-04draw: Combine pathfill.c and pathscan.cTor Andersson
2011-04-04draw: Purge old (fast but too ugly) image scaling code.Tor Andersson
2011-04-04Add device interface functions to draw tiled patterns.Tor Andersson
2011-04-04pdf: Also interpolate images that aren't to be interpolated up to 200%Tor Andersson
2011-04-03Merge branch 'xps'Tor Andersson
2011-04-01xps: Use opacity masks, and draw gradients with opacity.Tor Andersson
2011-03-31xps: Clean up image loading code, and handle images with alpha.Tor Andersson
2011-03-29Don't shorten colorspace to 'cs' in structs and other names.Tor Andersson
2011-03-09Draw radial shading extensions in the right order.Tor Andersson
2011-03-01Fix subtle path stroking bug where closepath did not update the pen position.Tor Andersson
2011-02-12Calculate the y sub pixel position correctly.Robin Watts