summaryrefslogtreecommitdiff
path: root/source/xps/xps-path.c
AgeCommit message (Expand)Author
2017-06-28xps: Make sure to drop path and stroke state in case of error.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-05-23Remove unused strtod function.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2016-10-19Move headers to make xps_document an internal type.Sebastian Rasmussen
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-02-24Clarify scissor argument to clip device functions.Tor Andersson
2015-12-11xps: Simplify infinite loop check.Tor Andersson
2015-10-06xps: Add separate link parsing step.Tor Andersson
2015-10-06xps: Make guts of path and text parsing publically visible.Tor Andersson
2015-10-06xps: Simplify transform attribute/tag parsing.Tor Andersson
2015-03-24Path rework for improved memory usage.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Reference count fz_path and fz_text.Tor Andersson
2014-09-17xps: Add fz_xml_is_tag to simplify tag matching.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-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
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-06-20Rearrange source files.Tor Andersson