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
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