summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2011-02-07Add support for AESv3 encryption from SumatraPDF.Tor Andersson
2011-02-04Compensate for floating point imprecision in roundrect.Tor Andersson
2011-02-04Tweak the compression bomb detection.Tor Andersson
2011-02-04Use the CMYK-to-RGB transform from Poppler.Tor Andersson
2011-02-04Add ftsize and ftfile fields to font struct for SumatraPDF use.Tor Andersson
2011-02-04Don't reset stream wp pointer at end of file, since that will clobber streams...Tor Andersson
2011-02-03Various patches from SumatraPDF.Tor Andersson
2011-02-03Special case calloc and realloc with zero count or size.Tor Andersson
2011-02-03Use calloc to allocate pixmap data. Limit size of PDF images to 65k x 65k.Tor Andersson
2011-02-02Store font data buffer in fz_font rather than in pdf_fontdesc. Fixes bug wher...Tor Andersson
2011-02-02Remove pdf_token_e typedef since the list of tokens is extended by individual...Tor Andersson
2011-01-29Cleanups in fz_copyarray and fz_copydict.Tor Andersson
2011-01-29Don't try to copy arrays/dictionaries that are indirect references with fz_co...Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2011-01-06Don't use private struct field when copying dictionaries.Tor Andersson
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-30Remove unnecessary whitespaceSebastian Rasmussen
2010-12-30Remove unimplemented and unused declarations.Sebastian Rasmussen
2011-01-05Correct miscalculation of target image sizes for scaling.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-29Support linear shadings as a special case in the fitz shading struct and rend...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-12Remove unused function in CCITT fax decoding.Sebastian Rasmussen
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-04Tweak trace XML output to be more consistent with the device commands used.Tor Andersson
2010-12-01Add convenience function for debug printing indirect objects.Sebastian Rasmussen
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-20Special case the component scaling for Lab image data when color converting.Tor Andersson
2010-10-20Fix Lab colorspace conversions.Tor Andersson
2010-10-19Fix typo in memoization case of pixmap color conversion.Tor Andersson
2010-10-18Use lookup table for separation colorspaces and a color cache for device-n co...Tor Andersson
2010-10-13Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...Tor Andersson
2010-10-13Fix formatting: remove double spaces.Tor Andersson
2010-09-08Smooth image scaling and drawing fixes by Robin Watts.Tor Andersson
2010-08-18Fix bugs in RunLengthDecode filter.Tor Andersson
2010-08-18Don't print XML metacharacters in attribute strings in dev_trace.Tor Andersson