summaryrefslogtreecommitdiff
path: root/draw/draw_affine.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-03-04Fix misalignment of rotated images.Robin Watts
2013-02-27Bug 693640: Fix interpolated painting of images going out of rangeRobin Watts
2013-02-06Rename bbox to irect.Tor Andersson
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-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-05-09Bug 693021: Texture position overflow problems.Robin Watts
2012-04-20Bug 692995: Fix hang when rendering image.Robin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-01-20Flip images the right side up in the PDF interpreter.Tor Andersson
2011-12-30Fix typo in draw/draw_affine.c causing offsetting of shape planeRobin 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-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-11-14Grid fitting tweaks.Robin Watts
2011-08-06Cosmetic style fixes.Tor Andersson
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts
2011-04-06Add special case gray image -> rgb device rendering code.Robin Watts
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04draw: Rename files in draw directory.Tor Andersson