summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/xml.h
AgeCommit message (Expand)Author
2017-12-13Parse XML using pool allocator.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-12-03xml: Make accessors NULL-resistant. Add fz_xml_find functions.Tor Andersson
2014-09-17xps: Add fz_xml_is_tag to simplify tag matching.Tor Andersson
2014-09-17Improve XML parser.Tor Andersson
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson