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-doc.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
Remove debug printing code.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-13
Move extension/mimetype detection to common function.
Sebastian Rasmussen
2017-03-28
Return fz_document from all document handlers.
Sebastian Rasmussen
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-22
Update fz_new_page.
Robin Watts
2017-01-09
Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.
Tor Andersson
2016-11-14
Add/fix page coordinates to link targets.
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-07-12
xps: Only recognize <dir>/_rels/.rels type paths, not any .rels file.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2015-10-06
xps: Add separate link parsing step.
Tor Andersson
2015-10-02
fz_link fixes.
Robin Watts
2015-02-26
Clean up some type casts.
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
2014-09-17
xps: Add fz_xml_is_tag to simplify tag matching.
Tor Andersson
2014-09-17
Improve XML parser.
Tor Andersson
2014-07-02
Handle the application/xps mimetype.
Matt Holgate
2014-04-23
Fix bug 693580 by skipping xml tag namespace prefixes.
Tor Andersson
2014-01-07
Introduce 'document handlers'.
Robin Watts
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-07-19
Initial work on progressive loading
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson