summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-23Handle imagemasks with colorspace by ignoring the colorspace. Also check bits...Sebastian Rasmussen
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 ColorTransfor...Tor Andersson
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 is...Tor Andersson
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
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 w...Krzysztof Kowalczyk
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 (f...Krzysztof Kowalczyk
2008-04-18prevent infinite recursion possible in maliciously crafted PDFs (fixes c048d6...Krzysztof Kowalczyk
2008-04-17fix crashes due to dropping NULL links (fixes 8fdd4a5c50de8dcc2315492c65a2755...Krzysztof Kowalczyk
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 and...Tor Andersson
2008-04-25Fix potential error in fz_readall realloc buffer trimming.Tor Andersson
2008-04-20Forgot to add blendmodes.cGlenn Kennard
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 the...Sebastian Rasmussen
2008-04-20Treat Z_BUF_ERROR as Z_STREAM_ENDGlenn Kennard
2008-04-19Use proper error handling return idiom.Sebastian Rasmussen
2008-04-19Properly parse catalog dictionary, information dictionary, name dictionary an...Sebastian Rasmussen
2008-04-19Clear returned pointer to parsed array/dict when encountering error, so above...Sebastian Rasmussen
2008-04-19Grow xref sections when encountering broken pdfs where xref entries exceeds n...Sebastian Rasmussen
2008-04-19Fixed typo in debug print causing read of uninitialized memory.Sebastian Rasmussen
2008-04-19Fixed uninitialized reference count.Sebastian Rasmussen
2008-04-19Support hairlines (zero-width lines)Glenn Kennard
2008-04-12Beginnings of pdf 1.4 blend modes implementation.Glenn Kennard
2008-04-09Check for NaN in fz_rendershade.Glenn Kennard