summaryrefslogtreecommitdiff
path: root/pdf/pdf_interpret.c
AgeCommit message (Expand)Author
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
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-29Fix trailing whitespace and mixed tabs/spaces in indentation.Tor Andersson
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Remove extraneous blank lines.Tor Andersson
2012-02-01Tweak to previous pdf_decode_cmap fix.Robin Watts
2012-01-31Fix big 692824: incorrect application of word space.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson