summaryrefslogtreecommitdiff
path: root/pdf/pdf_xref.c
AgeCommit message (Expand)Author
2012-02-15Add braces to resolve ambiguity.Robin Watts
2012-02-15Fix typo in comment.Robin Watts
2012-02-15Treat 0000000000 * n xref entries as free ones.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-24Remove incorrect free in error case.Robin Watts
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-13Rework pdf_resolve_indirect to make it idempotent.Robin Watts
2012-01-07Empty object store when freeing xref.Sebastian Rasmussen
2012-01-06PDF fixes/tweaks.Robin Watts
2011-12-23Add some fz_vars to fix exception behaviour.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-15Remove stray whitespace.Tor Andersson
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
2011-12-08Throw exceptions for read errors.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-12-08Fix regression from main; no "invalid password" errorRobin Watts
2011-12-08Fix possible NULL dereference in pdf_resolve_indirectRobin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-25First cut at support for OCGs in mupdf (bug 692314)Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-04Fix bug where PDF version of document was not correctly parsed.Sebastian Rasmussen
2011-09-02Fix bug 692248. Ensure objstm references are valid.Tor Andersson
2011-06-01Fix android build; bug 692222.Robin Watts
2011-05-31Fix assert in scale: see Bug 692245.Robin Watts
2011-04-14Fix regression introduced by bug fix for #692153Tor Andersson
2011-04-14Fix bug #692153: skip PDF version marker when repairing.Tor Andersson
2011-04-10Make fz_obj struct opaque.Tor Andersson
2011-04-07Use fz_stream instead of FILE* to open XPS files.Tor Andersson
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson