summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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
2013-03-20Silence warnings.Tor Andersson
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-03-05Fix warnings seen on cleaning a document.Robin Watts
2013-03-04Avoid interactive features causing bloat in mutoolPaul Gardiner
2013-03-01Bug 693627: Avoid linearisation deleting Outlines.Robin Watts
2013-03-01Fix JPX Softmasks being all FF's.Robin Watts
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-28Fix pdf_device ignoring the coordinate transform matrix in some casesPaul Gardiner
2013-02-28Fix bug: failure to set the SubType field of created annotations.Paul Gardiner
2013-02-28Force colorspaces to match with JPX images.Robin Watts
2013-02-26Fix pdf_device confusing stroke and non-stroke alphaPaul Gardiner
2013-02-26Include required quadPoints entry in created markup annotations.Paul Gardiner
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner