summaryrefslogtreecommitdiff
path: root/draw/draw_device.c
AgeCommit message (Expand)Author
2013-05-16Add colorspace context.Tor Andersson
2013-05-10Update fz_bound_{text,path} functions.Robin Watts
2013-04-19Add new function to return the accurate bbox of a path.Robin Watts
2013-03-22Squash some warnings.Robin Watts
2013-03-22Fix store debugging fns so that all output goes to the same file.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-03-20Fix incorrect scissor boxes for second and subsequent glyphs.Robin Watts
2013-02-20Bug 693639: Avoid heap overflow and leaks in error cases.Robin Watts
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Add some 'restrict' qualifiers to hopefully speed matrix ops.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Rename fz_rect_covering_rect to fz_irect_from_rect.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
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