summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2012-02-03Make fz_malloc_struct return zeroed memory.Tor Andersson
2012-01-26Fix possible SEGV/assert in downscaler.Robin Watts
2012-01-24Correct SEGV/assert in cluster tests.Robin Watts
2012-01-24Solve (some) SEGVS in cluster tests.Robin Watts
2012-01-23Do XPS mitering properly.Robin Watts
2012-01-23Update ARM optimised scaling code in line with recent changes.Robin Watts
2012-01-23Remove assert in tiling code.Robin Watts
2012-01-21Update image scaling subpixel offset calculations for top-down images.Tor Andersson
2012-01-21Clean up some stray mixed tabs and spaces.Tor Andersson
2012-01-20Bitmap 'patch' scaling - second attempt.Robin Watts
2012-01-20Flip images the right side up in the PDF interpreter.Tor Andersson
2012-01-20Revert "Bitmap 'patch' scaling."Tor Andersson
2012-01-19Bitmap 'patch' scaling.Robin Watts
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-12Support proper XPS mitering. (And stroke fixes).Robin Watts
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Stylistic comment and whitespace fixes.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
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