summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-25Silence some warnings.Tor Andersson
2013-01-22Bug 693527: Avoid JP2K images with themselves as their SMask.Robin Watts
2013-01-15Bug 693545: Fix typo in previous commit.Robin Watts
2013-01-11Bug 693545: Extend pdfwrite to remove identical streams.Robin Watts
2013-01-11Bug 693503: Fix NULL dereference in atoi.Robin Watts
2013-01-04Make token enum a type to ease debuggingSebastian Rasmussen
2013-01-04Bug 693503: Fix stack overflows due to infinite recursion.Robin Watts
2013-01-03Bug 693503: Fix leak of pdf object.Robin Watts
2013-01-03Bug 693503: Fix SEGV during pdf function loading from broken file.Robin Watts
2013-01-03Squash 2 warnings about fz_warn without a string literal.Robin Watts
2013-01-03Improve mutool clean behaviour on broken streams.Robin Watts
2013-01-02Bug 693503: Fix overlong (seemingly infinite) loop of warnings.Robin Watts
2013-01-02Bug 693503: Fix memory leak in forms handlingRobin Watts
2013-01-02Bug 693503: Fix leak/illegal memory write caused by stale pointerRobin Watts