index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-edge.c
Age
Commit message (
Expand
)
Author
2018-06-22
Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.
Tor Andersson
2018-03-14
Bug 699110: Fix Antialiased renderer to look at correct scale factor.
Robin Watts
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-24
Overprint support.
Robin Watts
2017-08-28
Remove code that no longer compiles.
Sebastian Rasmussen
2017-06-22
Move rasterizer/anti-alias choices into the draw device.
Robin Watts
2017-06-13
Introduce fz_rasterizer encapsulation
Robin Watts
2017-04-27
Remove debug printing code.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-26
Tweak gel bbox calculation.
Robin Watts
2017-04-13
Scan converter; simplify API.
Robin Watts
2016-11-10
Add minimum line width configuration option.
Robin Watts
2016-10-14
Drop all contexts the same way.
Sebastian Rasmussen
2016-07-08
git stripspace
Tor Andersson
2016-05-30
Add config.h include file.
Robin Watts
2016-05-29
Split draw-paint.c plotters out into separate functions.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-26
Allow text/graphics aa levels to be controlled separately.
Robin Watts
2016-04-12
Silence some warnings in release builds.
Robin Watts
2016-03-11
Fix various warnings.
Robin Watts
2015-04-07
Fix whitespace.
Tor Andersson
2015-04-06
Add some simple debug code to dump fz_gels.
Robin Watts
2015-04-06
Bug 694367: Attempt to avoid dropouts of rectangles.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-05-22
Fix 695247: Use exponential realloc pattern and qsort for huge paths.
Tor Andersson
2014-01-08
Fix fuzzing bug due to float representation limitations.
Robin Watts
2013-10-11
prevent potential heap access violation
Simon Bünzli
2013-09-30
Bug 694526: Fix hang in stroking path.
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-07-24
Fix memory overwrites when plotting glyphs that are completely clipped.
Robin Watts
2013-07-24
Fix MIN/MAX confusion in edge list clipping.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson