summaryrefslogtreecommitdiff
path: root/pdf/pdf_interpret.c
AgeCommit message (Expand)Author
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
2012-01-20Flip images the right side up in the PDF interpreter.Tor Andersson
2012-01-19Transform link rectangles by the hidden page CTM.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts
2012-01-13Avoid infinite loops with XObjects.Robin Watts
2012-01-13Allow the interpreter gstate stack to grow.Robin Watts
2012-01-12Support proper XPS mitering. (And stroke fixes).Robin Watts
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2012-01-06PDF fixes/tweaks.Robin Watts
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2011-12-19More Memory squeezing fixesRobin Watts
2011-12-17Change stream 'close' functions to facilitate error cleanup.Robin Watts
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-16Mote memsqueezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-12-07Fix tile coverage calculations.Robin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-25First cut at support for OCGs in mupdf (bug 692314)Robin Watts
2011-11-24Fix *STUPID* error in recent clipping changes.Robin Watts
2011-11-15Fix clipping error.Robin Watts
2011-11-15Fix clipping error.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14mupdf clip path handling; revert commit 2f8acb0Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-06Don't invoke tiling device calls when there is only one tile to be drawn.Tor Andersson
2011-09-01Manage linewidth state correctly when rendering text with stroking.Tor Andersson
2011-09-01Use correct concatenation order for XObject matrix.Tor Andersson
2011-08-31Make in_array state a local variable to cope with broken XObject streams.Tor Andersson
2011-08-09Fix bug 692312.Tor Andersson