summaryrefslogtreecommitdiff
path: root/source/xps/xps-zip.c
AgeCommit message (Expand)Author
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-04-27Avoid typecasting function pointers in subclasses.Tor Andersson
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use fz_snprintf.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-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-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-09-08EPUB and XPS may only be zip archives or directories.Sebastian Rasmussen
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2015-12-15Rename fz_buffer_cat to fz_append_buffer.Tor Andersson
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-02-17Remove pointless return value checks when calling fz_open_file.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-02-17Reference count fz_document.Tor Andersson
2014-12-12make xps_read_part report correct part sizesSimon Bünzli
2014-12-12fix memory leaksSimon Bünzli
2014-12-03xps: Use ZIP archive module.Tor Andersson
2014-07-18fix ZIP64 support in xps-zip.cSimon Bünzli
2014-04-22Error out on unsupported encrypted zip filesSebastian Rasmussen
2014-01-06Bug 694869: Fix indetermisms with broken PNG files.Robin Watts
2014-01-06fix MSVC warnings C4054 and C4152Simon Bünzli
2014-01-06fix various MSVC warningsSimon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2013-06-20Rearrange source files.Tor Andersson