summaryrefslogtreecommitdiff
path: root/source/fitz/path.c
AgeCommit message (Expand)Author
2018-10-23Drop coords upon exception cloning path.Sebastian Rasmussen
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-04-27Remove debug printing code.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-10-12Remove superfluous context null checks.Tor Andersson
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-05-24Silence "Variable might be used uninitialised" warning.Robin Watts
2016-03-23Bug 696630: Avoid needless (and potentially wrong) dereference.Robin Watts
2016-02-22Rename fz_path_processor to fz_path_walker.Tor Andersson
2016-01-18Add consts to fz_keep/drop_path.Robin Watts
2016-01-13Add lots of consts.Robin Watts
2015-12-14Add fz_clone_pathRobin Watts
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-08-20Remove duplicate inclusions of headers.Sebastian Rasmussen
2015-05-05Fix typo in fz_pack_path that caused us to malloc much more than needed.Tor Andersson
2015-03-24Path packing for memory efficiency.Robin Watts
2015-03-24Path rework for improved memory usage.Robin Watts
2015-02-20Add fz_trim_path and call it.Robin Watts
2015-02-17Add helper functions to keep/drop reference counts with locking.Tor Andersson
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
2013-11-05Allow stroke states to be kept on the stack.Tor Andersson
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson