summaryrefslogtreecommitdiff
path: root/source/xps
AgeCommit message (Expand)Author
2018-10-24Purge TRYLATER stuff from XPS interpreter.Sebastian Rasmussen
2018-10-23Drop document upon exception when opening zip.Sebastian Rasmussen
2018-10-23Remove extra blank lines.Tor Andersson
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-12-13Parse XML using pool allocator.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-19Fix 698558: Handle non-tags in tag name comparisons.Tor Andersson
2017-09-19Fix 698539: Don't use xps font if it could not be loaded.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-17Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.Tor Andersson
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-07-03Don't leak fz_image if xps fails to parse tiling brush.Robin Watts
2017-06-28xps: Always drop page resources upon error parsing page or canvas.Sebastian Rasmussen
2017-06-28xps: Make sure to drop path and stroke state in case of error.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-05-23Remove unused strtod function.Tor Andersson
2017-04-27Avoid typecasting function pointers in subclasses.Tor Andersson
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Remove debug printing code.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use fz_snprintf.Tor Andersson
2017-04-27Make HTML header private.Tor Andersson
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2017-01-09Remove some dead code.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-19Move headers to make xps_document an internal type.Sebastian Rasmussen
2016-10-18Internal drop functions don't need to check for NULL.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-12Remove unused function.Tor Andersson
2016-10-12Bug 697012: Avoid overflow in xps_parse_real_num.Robin Watts
2016-10-12Always call fz_drop_document() to drop the document.Sebastian Rasmussen
2016-10-11Free document in fz_drop_document(), not in subclassing documents.Sebastian Rasmussen
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-08EPUB and XPS may only be zip archives or directories.Sebastian Rasmussen
2016-08-30Use U+FFFD instead of '?' for bad encodings in text extraction.Tor Andersson
2016-08-24Bug 696983 - Fix bidirectional XPS spacing.Tor Andersson