summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-01-27Remove dependency on fz_obj from the filter creation parameters.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-27Whitespace fixes.Tor Andersson
2012-01-24Remove incorrect free in error case.Robin Watts
2012-01-20Flip images the right side up in the PDF interpreter.Tor Andersson
2012-01-19Use explicit flags rather than bit masks when parsing link destinations.Tor Andersson
2012-01-19Transform link rectangles by the hidden page CTM.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts
2012-01-13Rework pdf_resolve_indirect to make it idempotent.Robin Watts
2012-01-13Avoid infinite loops with XObjects.Robin Watts
2012-01-13Allow the interpreter gstate stack to grow.Robin Watts
2012-01-13Avoid premature flushing of warnings.Robin Watts
2012-01-13Simple annotation fixes to avoid infinite recursions.Robin Watts
2012-01-12Support proper XPS mitering. (And stroke fixes).Robin Watts
2012-01-12Avoid possible array overrun (and SEGV).Robin Watts
2012-01-12Use the FontMatrix entry to scale the FontBBox in Type3 fonts.Tor Andersson
2012-01-12Fix typo in pdf_repair.cTor Andersson
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Stylistic comment and whitespace fixes.Tor Andersson
2012-01-11Add glyph bbox cache.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2012-01-10Automatically load page tree when accessing a page/page count.Sebastian Rasmussen
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-09Update fz_try/fz_catch to be fz_try/{fz_always}/fz_catch.Robin Watts
2012-01-09Fix bug where pdf function was used after being dropped.Sebastian Rasmussen
2012-01-07Empty object store when freeing xref.Sebastian Rasmussen
2012-01-07Fix compilation warningsSebastian Rasmussen
2012-01-06PDF fixes/tweaks.Robin Watts
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2012-01-06pdf_repair tweaks; fail in fewer cases.Robin Watts
2012-01-06Ignore decode arrays for indexed jpx images.Robin Watts
2012-01-06Various memory leak fixes.Robin Watts
2012-01-06Add 'marking' functions for dictionaries.Robin Watts
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2011-12-30Correct off by 1 error in outline handling.Robin Watts
2011-12-30Outline fixesRobin Watts
2011-12-28Silence warning in pdf_cmap_parse.cRobin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-23Remove stray error check. Optional functions in shadings are optional.Tor Andersson
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-23Add some fz_vars to fix exception behaviour.Robin Watts
2011-12-22Fix Bug 692756: SEGVs in pdf_annot and pdf_outlineRobin Watts
2011-12-22More MemSqueezing fixes.Robin Watts
2011-12-20More memsqueezing fixes.Robin Watts
2011-12-19More Memory squeezing fixesRobin Watts
2011-12-19Removed unused variable.Robin Watts
2011-12-17More memsqueezing fixes.Robin Watts
2011-12-17Change stream 'close' functions to facilitate error cleanup.Robin Watts