index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xps
/
xps_zip.c
Age
Commit message (
Expand
)
Author
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-08
Lock reworking.
Robin Watts
2012-02-03
Add document interface.
Tor Andersson
2012-02-03
Make fz_malloc_struct return zeroed memory.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-24
Make xps_free_context cope with NULL arg.
Robin Watts
2012-01-06
XPS tweaks/fixes.
Robin Watts
2012-01-05
Remove stray semicolons and fix typo in xps zip code.
Tor Andersson
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-08
Throw exceptions in xps code.
Tor Andersson
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Rename xps_context to xps_document.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-04-10
xps: Use specific font cache struct instead of hash table.
Tor Andersson
2011-04-08
Various patches from SumatraPDF.
Tor Andersson
2011-04-07
Use fz_stream instead of FILE* to open XPS files.
Tor Andersson
2011-04-05
Clean up xps and pdf page access functions.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-03
xps: Plug memory leaks.
Tor Andersson
2011-04-03
xps: Remove xps_context from hash table implementation.
Tor Andersson
2011-04-03
xps: Rearrange files, part three.
Tor Andersson
2011-04-03
xps: Rearrange files, part two.
Tor Andersson