summaryrefslogtreecommitdiff
path: root/draw/draw_device.c
AgeCommit message (Expand)Author
2012-12-21Bug 593603: Fix problems with tiling.Robin Watts
2012-12-20Bug 693503: Fix SEGV in glyph painting due to bbox overflow.Robin Watts
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-10-05Bug 693346: Fix memory leak when aborting.Robin Watts
2012-09-26Implement oversized text clipping and stroked text clipping.Robin Watts
2012-07-17Fall back to character path rendering if stroked text uses a dash pattern.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-04-10Add fz_new_draw_device_with_bbox functionRobin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
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-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-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-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-03Make fz_malloc_struct return zeroed memory.Tor Andersson
2012-01-24Correct SEGV/assert in cluster tests.Robin Watts
2012-01-24Solve (some) SEGVS in cluster tests.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-20Bitmap 'patch' scaling - second attempt.Robin Watts
2012-01-20Revert "Bitmap 'patch' scaling."Tor Andersson
2012-01-19Bitmap 'patch' scaling.Robin Watts
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2012-01-10Fix many spelling errors.Sebastian Rasmussen
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-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-17More Memory Squeezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-07Fix tile coverage calculations.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