summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-29Add some braces around complicated nesting statements.Tor Andersson
2009-11-28A few out of memory error checks that the last patch forgot.Tor Andersson
2009-11-28The pointers were incorrectly set up after growing a buffer after changes in ↵Tor Andersson
the malloc-related patches.
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-11-20Malloc cannot return null. Clean up streams and filters.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ↵Tor Andersson
get rid of large chunks of untested error handling code. This patch cleans up the handling of fz_obj.
2009-12-02Fix jamfile after the removal of fitz/node_optimize.cTor Andersson
2009-12-02Word wrap the long lines in README.Tor Andersson
2009-12-01Removed leaky optimizations.Sebastian Rasmussen
2009-11-30Fix up stray spaces.Tor Andersson
2009-11-30Remove unnecessary keep of newly loaded colorspace being set in graphics state.Sebastian Rasmussen
2009-11-30Log information about resources being removed from store.Sebastian Rasmussen
2009-11-30Remove unused variables in calibrated colorspace code.Sebastian Rasmussen
2009-11-30Free JBIG2 global context if allocated.Sebastian Rasmussen
2009-11-30Drop fonts when dropping graphics state.Sebastian Rasmussen
2009-11-30Drop current font from graphics state when setting new font.Sebastian Rasmussen
2009-11-30Keep current font when pushing new graphics state onto stack.Sebastian Rasmussen
2009-11-30Drop solid node colorspace when dropping node.Sebastian Rasmussen
2009-11-20Update readme.Tor Andersson
2009-09-21Extend xref when encountering broken pdfs where size in tailer and xref ↵Sebastian Rasmussen
object are incorrect.
2009-11-26Factor out color decode parsing to common function for shadings type 4-7.Sebastian Rasmussen
2009-11-26Avoid doing unnecessary cleanup on errors in shading code.Sebastian Rasmussen
2009-11-26Properly drop loaded function when failing to evaluate composite shading ↵Sebastian Rasmussen
function.
2009-11-26Brace indentation in shading code.Sebastian Rasmussen
2009-11-25Do rudimentary log printing for shadings type 4-7.Sebastian Rasmussen
2009-11-25Limit number of components in Separation/DeviceN colorspace to FZ_MAXCOLORS.Sebastian Rasmussen
2009-11-25Fix bug in shading code limiting the number of components to less than ↵Sebastian Rasmussen
FZ_MAXCOLORS.
2009-11-25Adhere to common variable naming scheme in shading code.Sebastian Rasmussen
2009-11-25Do error handling when loading shading functions.Sebastian Rasmussen
2009-11-25Remove unnecessary indirection resolving in shading code.Sebastian Rasmussen
2009-11-25Remove unnecessary shading function usage indication already set by ↵Sebastian Rasmussen
loadshadedict and pdf_loadshadefunction.
2009-11-20Fix lingering references to Jasper in Jamrules and Jamfiles.Sebastian Rasmussen
2009-11-19Update UTF-8 functions to support full Unicode above the BMP.Tor Andersson
2009-11-19Fix for incomplete previous patch.Tor Andersson
2009-11-19Rename a static function to remove a ctags duplicate.Tor Andersson
2009-11-19Remove unused and largely untested encoding filters.Tor Andersson
2009-11-07Correct initial value of earlychange flag in LZW decoder.Sebastian Rasmussen
2009-11-05Fix clear and bit count change-over bugs in lzw decoder.Tor Andersson
2009-10-17Check type of unicode cmap before trying to load it as a stream.Sebastian Rasmussen
2009-09-12Attempt to recover from malformed pagetree nodes by ignoring those subtrees ↵Sebastian Rasmussen
or pages.
2009-09-11Handle broken xrefs where each entry begins with white space.Sebastian Rasmussen
2009-09-01Handle inline images that have an empty filter array as being unencoded.Sebastian Rasmussen
2009-08-30If failing to load object, print warning and generate fake null object to be ↵Sebastian Rasmussen
more robust.
2009-08-30Be more robust concerning parsing of page trees.Sebastian Rasmussen
2009-08-30In line with doing over instead of blending for xobjects, do the same for ↵Sebastian Rasmussen
content streams.
2009-08-29Narrow test for broken pdfs having incorrectly freed objects so that pdfs ↵Sebastian Rasmussen
with object streams are not affected.
2009-08-27Fixed silly typo in pdfinfo text string.Sebastian Rasmussen
2009-08-26When pdf is missing file identifier, attempt to continue decryption anyway.Sebastian Rasmussen
2009-08-26Warn about the transparency group cases we don't support (non-normal blend ↵Tor Andersson
mode, isolated, and knockout).
2009-08-25Add implicit closepath segments when filling non-closed subpaths.Tor Andersson