summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2012-03-13Fix potential memory overrun.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-13Fix Bug 692915: fz_copy_aa_context was broken.Robin Watts
2012-03-12Merge branch 'header-split'Robin Watts
2012-03-12Store AA level used to render a glyph in the glyphcache.Robin Watts
2012-03-12Change order of params in fz_convert_color to C standard.Robin Watts
2012-03-12Change order of params in fz_convert_pixmap to C standard.Robin Watts
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Remove unnecessary assignments.Sebastian Rasmussen
2012-03-12More API tidying.Robin Watts
2012-03-09Fix overeager cleanup code.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-11Purge unused and bit rotted fz_accelerate stuff.Tor Andersson
2012-02-08Lock reworking.Robin Watts
2012-02-07Rename a few functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-02-03Pass context explicitly to hash table functions.Tor Andersson
2012-02-03Remove extraneous blank lines.Tor Andersson
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