index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
xps
/
xps-zip.c
Age
Commit message (
Expand
)
Author
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-04-27
Avoid typecasting function pointers in subclasses.
Tor Andersson
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Use fz_snprintf.
Tor Andersson
2017-01-09
Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.
Tor Andersson
2017-01-09
Add fz_terminate_buffer function.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-19
Move headers to make xps_document an internal type.
Sebastian Rasmussen
2016-10-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-12
Always call fz_drop_document() to drop the document.
Sebastian Rasmussen
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-09-08
EPUB and XPS may only be zip archives or directories.
Sebastian Rasmussen
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2015-12-15
Rename fz_buffer_cat to fz_append_buffer.
Tor Andersson
2015-04-14
Split fz_meta into separate querying functions.
Tor Andersson
2015-02-17
Remove pointless return value checks when calling fz_open_file.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-02-17
Reference count fz_document.
Tor Andersson
2014-12-12
make xps_read_part report correct part sizes
Simon Bünzli
2014-12-12
fix memory leaks
Simon Bünzli
2014-12-03
xps: Use ZIP archive module.
Tor Andersson
2014-07-18
fix ZIP64 support in xps-zip.c
Simon Bünzli
2014-04-22
Error out on unsupported encrypted zip files
Sebastian Rasmussen
2014-01-06
Bug 694869: Fix indetermisms with broken PNG files.
Robin Watts
2014-01-06
fix MSVC warnings C4054 and C4152
Simon Bünzli
2014-01-06
fix various MSVC warnings
Simon Bünzli
2014-01-02
Add rebinding for fz_devices and fz_documents
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson