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_image.c
Age
Commit message (
Expand
)
Author
2012-11-26
xps: Move XML parser into fitz namespace.
Tor Andersson
2012-08-06
Make use of fz_always instead of repeating code for error and normal path
Sebastian Rasmussen
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-25
Rework image handling for on demand decode
Robin Watts
2012-02-02
Support remote links in XPS documents.
Robin Watts
2012-01-30
Move PNG, JPEG and TIFF image loading from muxps into fitz.
Tor Andersson
2012-01-20
Flip images the right side up in the PDF interpreter.
Tor Andersson
2012-01-06
Various fixes to avoid arithmetic problems.
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
Add warning context.
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
Add wrapper functions around device calls.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
xps: Always use floats for floating point math.
Tor Andersson
2011-04-03
xps: Fix bugs uncovered by QualityLogicMinBar tests.
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: Rearrange files, part two.
Tor Andersson