index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_xref.c
Age
Commit message (
Expand
)
Author
2012-01-07
Empty object store when freeing xref.
Sebastian Rasmussen
2012-01-06
PDF fixes/tweaks.
Robin Watts
2011-12-23
Add some fz_vars to fix exception behaviour.
Robin Watts
2011-12-15
Various Memsqueezing fixes.
Robin Watts
2011-12-15
Remove stray whitespace.
Tor Andersson
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-09
Reinstate some missing fz_vars.
Robin Watts
2011-12-09
Fix pdfdraw "repairing" every document.
Robin Watts
2011-12-09
Squash 2 warnings (fz_obj * != int).
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Throw exceptions for read errors.
Tor Andersson
2011-12-08
Move from volatile to fz_var.
Robin Watts
2011-12-08
Fix regression from main; no "invalid password" error
Robin Watts
2011-12-08
Fix possible NULL dereference in pdf_resolve_indirect
Robin Watts
2011-11-25
Merge branch 'master' into context
Robin Watts
2011-11-25
First cut at support for OCGs in mupdf (bug 692314)
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-20
Reshuffle exception context code to fit Tor's aesthetic sense.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-09-04
Fix bug where PDF version of document was not correctly parsed.
Sebastian Rasmussen
2011-09-02
Fix bug 692248. Ensure objstm references are valid.
Tor Andersson
2011-06-01
Fix android build; bug 692222.
Robin Watts
2011-05-31
Fix assert in scale: see Bug 692245.
Robin Watts
2011-04-14
Fix regression introduced by bug fix for #692153
Tor Andersson
2011-04-14
Fix bug #692153: skip PDF version marker when repairing.
Tor Andersson
2011-04-10
Make fz_obj struct opaque.
Tor Andersson
2011-04-07
Use fz_stream instead of FILE* to open XPS files.
Tor Andersson
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson