summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-29Rename mesh painting functions to 'paint' to conform with the other painting ...Tor Andersson
2010-12-29Support radial shadings as another special case in the fitz renderer.Sebastian Rasmussen
2010-12-29Remove unused variable in image code.Sebastian Rasmussen
2010-12-29Support linear shadings as a special case in the fitz shading struct and rend...Tor Andersson
2010-12-22Fall back to Letter if page bounds are missing.Sebastian Rasmussen
2010-12-20Only use colorspace resource dictionary for inline images.Tor Andersson
2010-12-20Handle errors occurring while closing dctd.Tor Andersson
2010-12-16Fill entire scissor region with shading background color.Tor Andersson
2010-12-16Interpolate N-D sampled functions.Tor Andersson
2010-12-16Fix loading sampled function with bit depths 2 and 4.Tor Andersson
2010-12-16Allow newlines in pdf_docencoding.Tor Andersson
2010-12-16Store full destination array instead of only the page reference in the link s...Tor Andersson
2010-12-16Fix incorrect test for appearance stream sub-dictionaries.Tor Andersson
2010-12-15Add searchable keywords to code for content stream interpreter.Sebastian Rasmussen
2010-12-13Allow reverse page ranges for pdf tools.Sebastian Rasmussen
2010-12-12Remove unused function in CCITT fax decoding.Sebastian Rasmussen
2010-12-10Add debug printing function for encryption information.Sebastian Rasmussen
2010-12-09Remove unused variable in image code.Sebastian Rasmussen
2010-12-10Sort dictionary keys when printing grepable output in pdfshow.Tor Andersson
2010-12-08Fix silly typo.Sebastian Rasmussen
2010-12-05Include trailer in grepable output from pdfshow.Sebastian Rasmussen
2010-12-05Remove redundant tests in shading code.Sebastian Rasmussen
2010-12-05Support 1, 2 and 4 bit sampled functions.Sebastian Rasmussen
2010-12-05Support N-d sampled functions with nearest neighbor sampling.Tor Andersson
2010-12-05Add "grepable" command to pdfshow to print all objects on one line each.Tor Andersson
2010-12-04Support 3-d sampled functions.Tor Andersson
2010-12-04Support repairing PDF documents with compressed object streams.Tor Andersson
2010-12-04Support 24-bit sampled functions.Tor Andersson
2010-12-04Add option to ascii hex encode binary streams in pdfclean.Tor Andersson
2010-12-04The FZ_COMBINE2 rounding fix doesn't work. Implement it the other way (round ...Tor Andersson
2010-12-04Use correct bbox when drawing soft masks.Tor Andersson
2010-12-04Tweak trace XML output to be more consistent with the device commands used.Tor Andersson
2010-12-04Add option to disable the use of a display list in pdfdraw.Tor Andersson
2010-12-02Import Android demo.Robin Watts
2010-12-01Add convenience function for debug printing indirect objects.Sebastian Rasmussen
2010-11-29Remove unused variable.Sebastian Rasmussen
2010-12-01Fix rounding behaviour when using FZ_COMBINE2.Robin Watts
2010-11-29Apply soft masks from gstate to individual objects.Tor Andersson
2010-11-29Support 32-bit sampled functions.Tor Andersson
2010-11-28Support luminosity softmask background colors.Tor Andersson
2010-11-16Add a function fz_newpixmapwithdata that lets clients create pixmaps with a c...Tor Andersson
2010-11-12Clean up memory when returning an error.Tor Andersson
2010-11-12Detect flate/runlength decompression bombs.Tor Andersson
2010-10-28Use smooth image scaling for non-rectilinear images. Patch by Robin Watts.Tor Andersson
2010-10-28Use bilinear sampling for non-rectilinear and upscaled images.Tor Andersson
2010-10-28Patch for initializing weights when the downscale of the image is so severe w...Tor Andersson
2010-10-26Update mupdf manpage to reflect the current key bindings.Tor Andersson
2010-10-23Take font style into account when loading builtin fonts.Sebastian Rasmussen
2010-10-23Change do/while(--w) back into while(w--).Tor Andersson
2010-10-20Pre-multiply colors when converting the rendered grayscale shading to color v...Tor Andersson