summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-06Added support for prefixing filenames when doing pixmap debugging.Sebastian Rasmussen
2008-07-06Added support for sequence numbering of images when doing pixmap debugging.Sebastian Rasmussen
2008-07-06Improved variable naming when debugging pixmaps.Sebastian Rasmussen
2008-07-06Added support for debugging pixmap with one component and alpha.Sebastian Rasmussen
2008-07-06Applied local idiom for pixmap debugging.Sebastian Rasmussen
2008-07-06Added support for debugging CMYK pixmaps with alpha.Sebastian Rasmussen
2008-07-01Fix band height calculation bug.Tor Andersson
2008-06-30Correct rounding in image scale.Glenn Kennard
2008-06-30Whitespace fix.Tor Andersson
2008-06-30Don't sort empty cmaps.Tor Andersson
2008-06-23Handle imagemasks with colorspace by ignoring the colorspace. Also check ↵Sebastian Rasmussen
bits per component.
2008-05-21Use macports include directory when compiling.Sebastian Rasmussen
2008-05-11Fix reference counting of pipeline filter.Sebastian Rasmussen
2008-05-11Whitespace fix.Sebastian Rasmussen
2008-05-11Whitespace fix.Sebastian Rasmussen
2008-05-11Properly initialize and free decryptor.Sebastian Rasmussen
2008-06-16Set the correct default ColorTransform value, and use the Adobe ↵Tor Andersson
ColorTransform APP marker if present.
2008-06-04Clarify license in README.Tor Andersson
2008-05-12Use plain old fz_malloc().Tor Andersson
2008-04-26Always create a new blend node after changing the blend mode.Tor Andersson
2008-04-26Add blend nodes instead of over nodes when isolated/knockout and blendmode ↵Tor Andersson
is not Normal.
2008-04-25Preload SMask dictionaries and the XObjects they point to.Tor Andersson
2008-04-25Remove unused meta node type.Tor Andersson
2008-04-25Don't assume PPC on Mac OS X.Tor Andersson
2008-04-25Emit warning when we encounter truncated images that we pad with zeroes.Tor Andersson
2008-04-23Make sure pattern is removed from store on error.Glenn Kennard
2008-04-23Misc cleanupsGlenn Kennard
Fix refcount error in xobject resource inheritance from parent. Convert a printf to a proper log message. Don't leak FindFirstFile handle in pdf_createfontlistMS.
2008-04-20add blendmodes.c to plain MakefileKrzysztof Kowalczyk
2008-04-20with msvc, isnan is _isnan; change the output dir from dir- to dir--win for ↵Krzysztof Kowalczyk
windows builds
2008-04-03also compile the windows appKrzysztof Kowalczyk
2008-03-31fixes for native windows build with Visual StudioKrzysztof Kowalczyk
2008-04-21don't treat truncated images as fatal (fixes truncated-image.pdf)"Krzysztof Kowalczyk
2008-04-20if an xobject doesn't have resources dict, 'lend it' global resources dict ↵Krzysztof Kowalczyk
(fixes loading of missing-resource.pdf)
2008-04-18prevent infinite recursion possible in maliciously crafted PDFs (fixes ↵Krzysztof Kowalczyk
c048d6b9f2d55f18cf79f30a76c1779a335edd0d.pdf)"
2008-04-17fix crashes due to dropping NULL links (fixes ↵Krzysztof Kowalczyk
8fdd4a5c50de8dcc2315492c65a2755c9485f6ca.pdf)
2008-04-03make it valid C codeKrzysztof Kowalczyk
2008-04-20Missed this bit.Glenn Kennard
2008-04-20Parse out blend modeGlenn Kennard
2008-04-25Change indentation mistake in switch block.Tor Andersson
2008-04-25Don't set output pointer until the result is finished when parsing arrays ↵Tor Andersson
and dictionaries.
2008-04-25Fix potential error in fz_readall realloc buffer trimming.Tor Andersson
2008-04-20Forgot to add blendmodes.cGlenn Kennard
Not functional yet.
2008-04-20A tad more whitespace cleanup.Sebastian Rasmussen
2008-04-20Remove duplicate error check.Sebastian Rasmussen
2008-04-20Whitespace cleanup.Sebastian Rasmussen
2008-04-20Take care of errors when loading shade function.Sebastian Rasmussen
2008-04-20Adhere to error handling idiom when encountering errors.Sebastian Rasmussen
2008-04-20Adhere to common idiom when not encoundering error.Sebastian Rasmussen
2008-04-20Restore alpha handling lost in error handling refactor patch.Glenn Kennard
2008-04-20Axial shadings with no length should not extend, and the same position on ↵Sebastian Rasmussen
the axis may be used for the entire mesh.