summaryrefslogtreecommitdiff
path: root/source/fitz/draw-edge.c
AgeCommit message (Expand)Author
2016-04-12Silence some warnings in release builds.Robin Watts
2016-03-11Fix various warnings.Robin Watts
2015-04-07Fix whitespace.Tor Andersson
2015-04-06Add some simple debug code to dump fz_gels.Robin Watts
2015-04-06Bug 694367: Attempt to avoid dropouts of rectangles.Robin Watts
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
2014-05-22Fix 695247: Use exponential realloc pattern and qsort for huge paths.Tor Andersson
2014-01-08Fix fuzzing bug due to float representation limitations.Robin Watts
2013-10-11prevent potential heap access violationSimon Bünzli
2013-09-30Bug 694526: Fix hang in stroking path.Robin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-07-24Fix memory overwrites when plotting glyphs that are completely clipped.Robin Watts
2013-07-24Fix MIN/MAX confusion in edge list clipping.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson