summaryrefslogtreecommitdiff
path: root/xps/xps_image.c
AgeCommit message (Expand)Author
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2012-11-26xps: Move XML parser into fitz namespace.Tor Andersson
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-02Support remote links in XPS documents.Robin Watts
2012-01-30Move PNG, JPEG and TIFF image loading from muxps into fitz.Tor Andersson
2012-01-20Flip images the right side up in the PDF interpreter.Tor Andersson
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2011-12-08Throw exceptions in xps code.Tor Andersson
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Rename xps_context to xps_document.Tor Andersson
2011-09-21Add warning context.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-05Add wrapper functions around device calls.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04xps: Always use floats for floating point math.Tor Andersson
2011-04-03xps: Fix bugs uncovered by QualityLogicMinBar tests.Tor Andersson
2011-04-03xps: Propagate bounding box through canvas and tiles.Tor Andersson
2011-04-03xps: Use fz_pixmap directly instead of wrapping it in xps_image.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson