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
2011-11-10
Add XPS outline parsing and move outline data struct to fz_outline.
Tor Andersson
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