summaryrefslogtreecommitdiff
path: root/xps
AgeCommit message (Expand)Author
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
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
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-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-06Don't invoke tiling device calls when there is only one tile to be drawn.Tor Andersson
2011-08-09Fix bug 692284: return error for empty resource dictionaries.Tor Andersson
2011-08-09Fix bug 692412: typo in buffer size.Tor Andersson
2011-07-08Clip area optimisations for displaylist case:Robin Watts
2011-05-31Use fz_atof in XPS interpreter.Tor Andersson
2011-04-12Avoid conflict with compiler builtin definitions of tolower.Tor Andersson