summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2012-01-10Add fz_blend_pixel_function.Robin Watts
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-09Fix Bug 692356 (comment #2)Robin Watts
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2012-01-06Clamp pixel values after applying Decode array to images.Robin Watts
2012-01-06draw_device; device state stack handling fixes.Robin Watts
2012-01-03Rework draw device stack handling.Robin Watts
2012-01-02Fix bug 692593 - solve crash due to inappropriately sized shape plane.Robin Watts
2011-12-30Enable knockout and non-isolated group support.Robin Watts
2011-12-30Fix typo in draw/draw_affine.c causing offsetting of shape planeRobin Watts
2011-12-30Blending improvementsRobin Watts
2011-12-24Fix (part of) bug 69293 - typos in draw_affine for shape code.Robin Watts
2011-12-24Bug 692489 - fix SEGV in non-isolated/knockout blendingRobin Watts
2011-12-21Fix whitespace.Tor Andersson
2011-12-19More memsqueezing fixes.Robin Watts
2011-12-19More Memory squeezing fixesRobin Watts
2011-12-17More Memory Squeezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-07Fix tile coverage calculations.Robin Watts
2011-12-06Move antialias levels into context.Robin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-15Allow draw device to use a dynamic stack.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14Grid fitting tweaks.Robin Watts
2011-11-14Add 'simple scale' variant of scaling routines.Robin Watts
2011-11-14ARM opts in draw_scale.c; updated android build opts.Robin Watts
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