summaryrefslogtreecommitdiff
path: root/pdf/pdf_xref.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Exception handling changesRobin Watts
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-06-13Bug 694303: Fix various problems in pdf parsingRobin Watts
2013-06-09Remove fz_interactive API in favour of direct use of pdf APIPaul Gardiner
2013-06-05Maintain the separation of xref sections when loading a documentPaul Gardiner
2013-06-05Rework the xref loading code in preparation for separately holding sectionsPaul Gardiner
2013-05-29Access the xref table via an interfacePaul Gardiner
2013-05-29Access the trailer via an interfacePaul Gardiner
2013-05-27Solve fuzzing SEGV due to negative object number in xref.Robin Watts
2013-05-16Fix off by one error in xref resizing.Robin Watts
2013-05-06Fix formatting.Tor Andersson
2013-03-05Fix warnings seen on cleaning a document.Robin Watts
2013-02-19Bug 693639: Use strlcpy instead of strncpy!Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2013-01-11Bug 693503: Fix NULL dereference in atoi.Robin Watts
2013-01-04Make token enum a type to ease debuggingSebastian Rasmussen
2012-12-13Bug 693290: Fix use after free in obj stream handling.Robin Watts
2012-11-30Bug 693290: Fix for potential infinite recursion reading xrefs.Robin Watts
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-17First steps towards supporting transitions.Robin Watts
2012-09-04Improve error message when an object is missing from the xref.Tor Andersson
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-24Forms: avoid javascript action execution when engine not availablePaul Gardiner
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Update PDF metadata to include both PDF encryption version and revisionSebastian Rasmussen
2012-08-06No need to drop object for which no reference has been keptSebastian Rasmussen
2012-08-06No need to check for NULL before dropping objectsSebastian Rasmussen
2012-08-02Add missing virtual function setupPaul Gardiner
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-08-01Enable pdf_print_xref in release builds; required for pdfshow.Robin Watts
2012-07-26Only resize xref if trailer size entry indicate more objectsSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream object range boundariesSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream offsetsSebastian Rasmussen
2012-07-26Gracefully handle negative offset and objects in object streamSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream entry widthsSebastian Rasmussen
2012-07-18Update pdf_to_utf8 to handle either a stream or a stringPaul Gardiner
2012-07-09Forms: add widget enumeration, and text-widget content typePaul Gardiner
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-15Move javascript loading after encryption/repair has been done.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts