summaryrefslogtreecommitdiff
path: root/xps
AgeCommit message (Expand)Author
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-03-28Fix access of recently freed memory.Tor Andersson
2012-03-28Whitespace fixes.Tor Andersson
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts
2012-03-14Combine Opacity attribute with alpha from #RGBA specified colors.Tor Andersson
2012-03-14Parse path geometry for separate filling and stroking.Tor Andersson
2012-03-14Support alternate content / markup compatibility tags in XPS.Tor Andersson
2012-03-14Implement Repeat and Reflect gradients in XPS.Tor Andersson
2012-03-14Support StyleSimulation for fonts in XPS.Tor Andersson
2012-03-14Add ZIP64 support to XPS parser.Tor Andersson
2012-03-14Miscellaneous fixes for XPS from SumatraPDf.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-12Change order of params in fz_convert_color to C standard.Robin Watts
2012-03-07More release tidyups.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-26Continued documentation improvements.Sebastian Rasmussen
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-06Drop XPS links in the correct function.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Reference count fz_link objects.Tor Andersson
2012-02-03Remove extraneous blank lines.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-02-03Make fz_malloc_struct return zeroed memory.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-27Remove dependency on fz_obj from the filter creation parameters.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-27Whitespace fixes.Tor Andersson
2012-01-26Pull in XPS commits from GhostXPS to MuXPSRobin Watts
2012-01-24Make xps_free_context cope with NULL arg.Robin Watts
2012-01-20Flip images the right side up in the PDF interpreter.Tor Andersson
2012-01-12Support proper XPS mitering. (And stroke fixes).Robin Watts
2012-01-12Check the abort cookie in XPS.Tor Andersson
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
2012-01-11Stylistic comment and whitespace fixes.Tor Andersson
2012-01-11Add glyph bbox cache.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2012-01-06XPS tweaks/fixes.Robin Watts
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2012-01-06Fix xps tiff context problem.Robin Watts
2012-01-06Various memory leak fixes.Robin Watts
2012-01-05Remove stray semicolons and fix typo in xps zip code.Tor Andersson
2011-12-30Avoid SEGV when reading PNG from XPSRobin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts