summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2013-06-19Exception handling changesRobin Watts
2013-06-19Fix win32, with-openssl buildPaul Gardiner
2013-06-18Fix win32 and javascript build.Tor Andersson
2013-06-18Add gen_ prefix to generated header files.Tor Andersson
2013-06-18Split pdf.h into subheaders.Tor Andersson
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-06-17Tweaks to ink annotation for smoothness.Paul Gardiner
2013-06-13Bug 694313: Fix potential double frees of objectsRobin Watts
2013-06-13Fix typos in comments.Robin Watts
2013-06-13Make display lists reference counted objects.Robin Watts
2013-06-13Remove stray code from last commit.Robin Watts
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-08Remove debug prints from the file spec parsing codeSebastian Rasmussen
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-06-03prevent deadlock under memory pressurezeniko
2013-06-03Improve rendering of fts_15_1506.pdfRobin Watts
2013-06-03Parse full PDF filespecs, not just filenamesSebastian Rasmussen
2013-06-03Do not print invalid hex character in warningSebastian Rasmussen
2013-05-30Add functions to return digital signature infoPaul Gardiner
2013-05-29Access the xref table via an interfacePaul Gardiner
2013-05-29Access the trailer via an interfacePaul Gardiner
2013-05-29Killed pdf_cmap_token enum.Tor Andersson
2013-05-29Silence warnings.Tor Andersson
2013-05-27Solve fuzzing SEGV due to negative object number in xref.Robin Watts
2013-05-27Strip trailing whitespace.Tor Andersson
2013-05-16Add colorspace context.Tor Andersson
2013-05-16Fix off by one error in xref resizing.Robin Watts
2013-05-15PDF Pattern gstate fix.Robin Watts
2013-05-06Fix formatting.Tor Andersson
2013-05-01Try to use ToUnicode cmap to encode identity-encoded substitute fonts.Tor Andersson
2013-05-01Never treat cid fonts as builtin.Tor Andersson
2013-04-30Catch slow case in PDF tiling.Robin Watts
2013-04-26Bug 693845: Vertical motion in PDF.Robin Watts
2013-04-15Bug 692681: Pull SoftMask invocation logic togetherRobin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-04-11Convert UTF-8 passwords to correct encoding.Tor Andersson
2013-04-10Don't roll the softmask matrix too early.Robin Watts
2013-04-10Treat missing TR in SoftMask as identity.Robin Watts
2013-03-29Avoid uncompressing indexed images at load time.Robin Watts
2013-03-29Move bpc into fz_imageRobin Watts
2013-03-26Make pdf_functions public as fz_functions.Robin Watts
2013-03-25Support creation of Ink annotations in MuPDF libraryPaul Gardiner
2013-03-22pdf_device: only output color if it's changed.Robin Watts
2013-03-22Squash some warnings.Robin Watts
2013-03-22Fix store debugging fns so that all output goes to the same file.Robin Watts
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts