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_doc.c
Age
Commit message (
Expand
)
Author
2013-02-20
Bug 693639: allow OpenXPS extension and XML namespaces.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2012-11-29
Bug 693463: Fix various memory leaks.
Robin Watts
2012-11-26
xps: Move XML parser into fitz namespace.
Tor Andersson
2012-03-14
Support alternate content / markup compatibility tags in XPS.
Tor Andersson
2012-03-14
Add ZIP64 support to XPS parser.
Tor Andersson
2012-03-14
Miscellaneous fixes for XPS from SumatraPDf.
Tor Andersson
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-13
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-06
Drop XPS links in the correct function.
Tor Andersson
2012-02-03
Reference count fz_link objects.
Tor Andersson
2012-02-03
Add document interface.
Tor Andersson
2012-02-02
Support remote links in XPS documents.
Robin Watts
2012-02-02
Work on supporting links in xps documents.
Robin Watts
2012-01-12
Use the same coordinate system for pdf and xps pages in the interface.
Tor Andersson
2012-01-06
Various memory leak fixes.
Robin Watts
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-11-15
Merge branch 'master' into context
Robin Watts
2011-11-10
Add XPS outline parsing and move outline data struct to fz_outline.
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-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
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: Rearrange files, part three.
Tor Andersson
2011-04-03
xps: Rearrange files, part two.
Tor Andersson