summaryrefslogtreecommitdiff
path: root/source/fitz/draw-edge.c
AgeCommit message (Expand)Author
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2018-03-14Bug 699110: Fix Antialiased renderer to look at correct scale factor.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-24Overprint support.Robin Watts
2017-08-28Remove code that no longer compiles.Sebastian Rasmussen
2017-06-22Move rasterizer/anti-alias choices into the draw device.Robin Watts
2017-06-13Introduce fz_rasterizer encapsulationRobin Watts
2017-04-27Remove debug printing code.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-26Tweak gel bbox calculation.Robin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2016-11-10Add minimum line width configuration option.Robin Watts
2016-10-14Drop all contexts the same way.Sebastian Rasmussen
2016-07-08git stripspaceTor Andersson
2016-05-30Add config.h include file.Robin Watts
2016-05-29Split draw-paint.c plotters out into separate functions.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-26Allow text/graphics aa levels to be controlled separately.Robin Watts
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