summaryrefslogtreecommitdiff
path: root/pdf/pdf_interpret.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-03Improve rendering of fts_15_1506.pdfRobin Watts
2013-05-29Silence warnings.Tor Andersson
2013-05-16Add colorspace context.Tor Andersson
2013-05-15PDF Pattern gstate fix.Robin Watts
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-10Don't roll the softmask matrix too early.Robin Watts
2013-04-10Treat missing TR in SoftMask as identity.Robin Watts
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-25Silence some warnings.Tor Andersson
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-02Bug 693503: Fix leak/illegal memory write caused by stale pointerRobin Watts
2012-12-21Bug 693503: Fix infinite recursion in OCGs.Robin Watts
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-12-13Bug 693463: TR2 is defined for gstates, not for SMasks.Robin Watts
2012-12-12Fix use of text_bbox with pattern filled text.Robin Watts
2012-12-08Fix blend.ai.pdf - Missing "exclusion" textRobin Watts
2012-11-30Bug 693290: Harden pdf interpreter.Robin Watts
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-16Forms: avoid the need to reload the page on every changePaul Gardiner
2012-09-04Fix error message/comment typos.Sebastian Rasmussen
2012-08-08Give a warning when we ignore a transfer function.Robin Watts
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Free old stroke state when initing graphics state from another stateSebastian Rasmussen
2012-08-06Free inline image dictionary upon error parsing imageSebastian Rasmussen
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-08-06No need to check for NULL before dropping objectsSebastian Rasmussen
2012-08-06Fix bug where too many content stream operands cause eternal loopSebastian Rasmussen
2012-08-06Only warn once about ignoring rendering errorsSebastian Rasmussen
2012-07-05Cope with illegal alpha values (out of range)Robin Watts
2012-06-27Fix text clipping operations in pdf.Robin Watts
2012-06-25Warning fixes and various clean ups:Sebastian Rasmussen
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-12Followup to commit 120dadb; improved error handling during interpretation.Robin Watts
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-04-19Bug 692847: Tiling problem fix.Robin Watts
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts