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
/
muxps.h
Age
Commit message (
Expand
)
Author
2012-08-28
Add fz_open_document_with_stream function.
Tor Andersson
2012-03-14
Support alternate content / markup compatibility tags in XPS.
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-26
Continued documentation improvements.
Sebastian Rasmussen
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-30
Move PNG, JPEG and TIFF image loading from muxps into fitz.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-26
Pull in XPS commits from GhostXPS to MuXPS
Robin Watts
2012-01-12
Use the same coordinate system for pdf and xps pages in the interface.
Tor Andersson
2012-01-11
Add xps_run_page function.
Tor Andersson
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-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-03
xps: Propagate bounding box through canvas and tiles.
Tor Andersson
2011-04-03
xps: Use fz_pixmap directly instead of wrapping it in xps_image.
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 one.
Tor Andersson
2011-04-03
xps: Remove dependency on expat.
Tor Andersson
2011-04-01
apps: Add XPS support to mupdf viewer.
Tor Andersson
2011-04-01
xps: Pass bounding box to opacity mask brush.
Tor Andersson
2011-04-01
xps: Remove 'path' and 'text' state objects from context.
Tor Andersson
2011-04-01
xps: Repeat enough tiles to cover the shape being filled.
Tor Andersson
2011-04-01
xps: Use Opacity attribute for setting constant alpha.
Tor Andersson
2011-04-01
xps: Use opacity masks, and draw gradients with opacity.
Tor Andersson
2011-03-31
xps: Clean up image loading code, and handle images with alpha.
Tor Andersson
2011-03-30
xps: Decode and draw images.
Tor Andersson
2011-03-30
xps: Use fitz memory and string functions.
Tor Andersson
2011-03-30
xps: remove _t wart
Tor Andersson
2011-03-28
xps: More fixes and cleanups to parsing.
Tor Andersson
2011-03-22
xps: use fitz runtime and remove ghostscript specific code so it compiles.
Tor Andersson