summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-04-17Improve variable naming.Sebastian Rasmussen
2008-04-16Use proper error handling macros.Sebastian Rasmussen
2008-04-16Fixed bug in workaround for bogus xref.Sebastian Rasmussen
2008-04-12Added printing of page number in page tree.Sebastian Rasmussen
2008-04-12Made debug print of page tree a tad more useful.Sebastian Rasmussen
2008-04-12Fixed bug concerning reference for page tree root.Sebastian Rasmussen
2008-04-11Added support for standard security handler rev 4. Thanks to Krzysztof Kowalc...Sebastian Rasmussen
2008-03-30Vectorize invert/copy loop in jbig2 stream decoderGlenn Kennard
2008-04-09Whitespace fix.Sebastian Rasmussen
2008-04-09Use proper type for decoder stage instead of enum.Sebastian Rasmussen
2008-04-09Changed token enum into proper type, easing debugging.Sebastian Rasmussen
2008-04-09Do not attempt to drop nil reference.Sebastian Rasmussen
2008-04-09Fix minimum load/draw time in statistics.Sebastian Rasmussen
2008-04-03Initialize error object pointer properly to avoid spurious errors when decodi...Sebastian Rasmussen
2008-03-30Don't leak stuff or leave incomplete objects in the store on errors.Glenn Kennard
2008-03-28Put item into resource store before calling pdf_loadresources. Avoids infinit...Krzysztof Kowalczyk
2008-03-28Add a note about expected format of test pdf file namesKrzysztof Kowalczyk
2008-03-28add a script for easy regression testing (runs pdftool draw -m on a list of P...Krzysztof Kowalczyk
2008-03-28fix a possible use of uninitialized value of 'error' (as reported by gcc)Krzysztof Kowalczyk
2008-03-28properly define NEED_STRLCPY on LinuxKrzysztof Kowalczyk
2008-03-28add ability to compile with jasperKrzysztof Kowalczyk
2008-03-28Don't define DEBUG in debug build since it breaks render.cKrzysztof Kowalczyk
2008-03-27Define DEBUG for debug builds and NDEBUG for release builds.Krzysztof Kowalczyk
2008-03-27Fix typo so that debug build builds as -O0 and -O2Krzysztof Kowalczyk
2008-03-31Fixed fax decoder so tagbits are properly parsed even in the absence of eol.Sebastian Rasmussen
2008-03-30Add a pdf_removeitem function to remove an object from the pdf_store. To be u...Tor Andersson
2008-03-27Fix error chain bug in pdf_cmap lexing.Tor Andersson
2008-03-27Fix error message handling in pdfapp.Tor Andersson
2008-03-27Delete old and unmaintained Mac OS X app.Tor Andersson
2008-03-27Chain error messages in more files.Tor Andersson
2008-03-26adding a standard MakefileKrzysztof Kowalczyk
2008-03-25Fixed improperly converted error handling for preloading shadings.Sebastian Rasmussen
2008-03-22Fixed typo in error handling.Sebastian Rasmussen
2008-03-22Fixed compiler warning.Sebastian Rasmussen
2008-03-25Fix typo in text_w4i1o4Glenn Kennard
2008-03-24Fix evenodd clip pathsGlenn Kennard
2008-03-24Clean up error handling in pdf_showpathGlenn Kennard