summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-20Bug 693639: Avoid heap overflow and leaks in error cases.Robin Watts
2013-02-20Bug 693639: some convenience functions.Tor Andersson
2013-02-20Bug 693639: be even more NULL in pdf_js_none.cTor Andersson
2013-02-20Bug 693639: fix typo in ps calculator.Tor Andersson
2013-02-20Bug 693639: fix warnings.Tor Andersson
2013-02-20Bug 693639: plug various memory leaks.Tor Andersson
2013-02-19Bug 693639: Use strlcpy instead of strncpy!Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-31Create annotations in indirect-object formPaul Gardiner
2013-01-31Fix missing linewidth in pdf-device-created appearance streamsPaul Gardiner
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Improve exception handling in fz_bound_t3_glyphPaul Gardiner
2013-01-30Parts of Robin's PDF editing/page creation commit useful for annotationsPaul Gardiner