summaryrefslogtreecommitdiff
path: root/source/xps
AgeCommit message (Expand)Author
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-03-24Path rework for improved memory usage.Robin Watts
2015-02-26Clean up some type casts.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
2015-02-17Reference count fz_path and fz_text.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-09-17xps: Add fz_xml_is_tag to simplify tag matching.Tor Andersson
2014-09-17Improve XML parser.Tor Andersson
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson
2014-08-19don't render non-empty dashing with zero-length phaseSimon Bünzli
2014-08-19prevent buffer overflow and memory leak in xps-glyphs.cSimon Bünzli
2014-07-18fix ZIP64 support in xps-zip.cSimon Bünzli
2014-07-02Handle the application/xps mimetype.Matt Holgate
2014-05-12prevent indeterminacy by uninitialized variablesSimon Bünzli
2014-04-23Fix bug 693580 by skipping xml tag namespace prefixes.Tor Andersson
2014-04-22Error out on unsupported encrypted zip filesSebastian Rasmussen
2014-02-17Add fz_transform_point_xy to simplify transforming a point.Tor Andersson
2014-01-16Bug 694957: fix stack buffer overflow in xps_parse_colorSimon Bünzli
2014-01-07Introduce 'document handlers'.Robin Watts
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-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson
2013-10-10Use the 'rect' param to fz_clip_path.Robin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-08-28invert color transformed CMYK JPEG imagesSimon Bünzli
2013-08-28fix gradient ordering edge caseSimon Bünzli
2013-08-20Use unscaled metrics in xps_measure_font_glyph.Tor Andersson
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-20Rearrange source files.Tor Andersson