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
/
svg
/
svg-doc.c
Age
Commit message (
Expand
)
Author
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2017-12-13
Parse XML using pool allocator.
Tor Andersson
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
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
2017-01-09
Add fz_terminate_buffer function.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-19
Move headers to make svg_document an internal type.
Sebastian Rasmussen
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-09
Open document file in fz_open_document().
Sebastian Rasmussen
2016-09-18
svg: Ensure that read svg file is null-terminated.
Sebastian Rasmussen
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-05-20
html: Add SVG image support.
Tor Andersson
2016-04-26
Improve fz_new_document
Robin Watts
2016-04-26
svg: Add fz_new_display_list_from_svg function.
Tor Andersson
2016-04-26
Fix refcounting on SVG documents.
Robin Watts
2016-04-26
svg: Add SVG parser.
Tor Andersson