summaryrefslogtreecommitdiff
path: root/xps/muxps.h
AgeCommit message (Expand)Author
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-11Bug 693519: Replace char * with const char * in open document.Robin Watts
2012-11-26Move XML parser into fitz directory.Tor Andersson
2012-11-26xps: Move XML parser into fitz namespace.Tor Andersson
2012-11-26xps: Save text content in XML nodes.Tor Andersson
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-03-14Support alternate content / markup compatibility tags in XPS.Tor Andersson
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-26Continued documentation improvements.Sebastian Rasmussen
2012-02-03Reference count fz_link objects.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-02-02Support remote links in XPS documents.Robin Watts
2012-02-02Work on supporting links in xps documents.Robin Watts
2012-01-30Move PNG, JPEG and TIFF image loading from muxps into fitz.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-26Pull in XPS commits from GhostXPS to MuXPSRobin Watts
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Add xps_run_page function.Tor Andersson
2011-12-08Throw exceptions in xps code.Tor Andersson
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.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-15Add context to mupdf.Robin Watts
2011-04-10xps: Use specific font cache struct instead of hash table.Tor Andersson
2011-04-08Various patches from SumatraPDF.Tor Andersson
2011-04-07Use fz_stream instead of FILE* to open XPS files.Tor Andersson
2011-04-05Clean up xps and pdf page access functions.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: Remove xps_context from hash table implementation.Tor Andersson
2011-04-03xps: Rearrange files, part three.Tor Andersson
2011-04-03xps: Rearrange files, part one.Tor Andersson
2011-04-03xps: Remove dependency on expat.Tor Andersson
2011-04-01apps: Add XPS support to mupdf viewer.Tor Andersson
2011-04-01xps: Pass bounding box to opacity mask brush.Tor Andersson
2011-04-01xps: Remove 'path' and 'text' state objects from context.Tor Andersson
2011-04-01xps: Repeat enough tiles to cover the shape being filled.Tor Andersson
2011-04-01xps: Use Opacity attribute for setting constant alpha.Tor Andersson
2011-04-01xps: Use opacity masks, and draw gradients with opacity.Tor Andersson
2011-03-31xps: Clean up image loading code, and handle images with alpha.Tor Andersson
2011-03-30xps: Decode and draw images.Tor Andersson
2011-03-30xps: Use fitz memory and string functions.Tor Andersson
2011-03-30xps: remove _t wartTor Andersson
2011-03-28xps: More fixes and cleanups to parsing.Tor Andersson
2011-03-22xps: use fitz runtime and remove ghostscript specific code so it compiles.Tor Andersson