summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-17Speed up android app rendering by reusing a display list, and rename some of ...Robin Watts
2011-01-17Changes to make mupdf build under android ndk-r5.Robin Watts
2011-01-17Fix out of bound memory access in smooth scaling single column code.Robin Watts
2011-01-09Update man pages.Tor Andersson
2011-01-06Fail on softmasks without an xobject.Tor Andersson
2011-01-06Don't use private struct field when copying dictionaries.Tor Andersson
2011-01-06Fix typos in fz_paintlinear.Tor Andersson
2011-01-06Find encryption info in xref streams when repairing.Sebastian Rasmussen
2011-01-06Search for text on all pages rather than only the current page.Sebastian Rasmussen
2011-01-06Make panning and repainting optional when showing a page in x11 viewer.Sebastian Rasmussen
2011-01-06Make several functions static, removing them from the public interface.Sebastian Rasmussen
2011-01-06Remove unnecessary whitespace.Sebastian Rasmussen
2011-01-06Remove unused functions.Sebastian Rasmussen
2011-01-02Relaxed limits when detecting compression bombs.Sebastian Rasmussen
2011-01-01Support transformation and comparison of bounding boxes.Sebastian Rasmussen
2010-12-30Re-order delcaration to adhere to nesting idiom.Sebastian Rasmussen
2010-12-30Remove redundant declaration.Sebastian Rasmussen
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-30Adhere to indentation idiom for switch everywhere.Sebastian Rasmussen
2010-12-30Remove unnecessary whitespaceSebastian Rasmussen
2010-12-30Remove unimplemented and unused declarations.Sebastian Rasmussen
2010-12-30Repair xref before repairing the trailer.Sebastian Rasmussen
2010-12-30Defer search for catalog so it can be found inside object streams too.Sebastian Rasmussen
2011-01-06Solve subpixel positioning problems when scaling rotated images.Robin Watts
2011-01-05Correct miscalculation of target image sizes for scaling.Robin Watts
2011-01-05Add rotate flag to pdfdraw.Robin Watts
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