summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-16More MemSqueezing fixes.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-15More Memsqueezing fixes.Robin Watts
2011-12-15Another memsqueezing bug.Robin Watts
2011-12-15Another Memsqueezing bug.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Don't count ROM data in size of fontdescs.Robin Watts
2011-12-15Remove stray whitespace.Tor Andersson
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-09Reinstate some missing fz_vars.Robin Watts
2011-12-09Fix pdfdraw "repairing" every document.Robin Watts
2011-12-09Squash 2 warnings (fz_obj * != int).Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson