index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
/
draw_edge.c
Age
Commit message (
Expand
)
Author
2012-01-10
Fix many spelling errors.
Sebastian Rasmussen
2012-01-06
Various fixes to avoid arithmetic problems.
Robin Watts
2011-12-17
More Memory Squeezing fixes.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-06
Move antialias levels into context.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-04-10
Fix segfault inducing typo in non-aa scanconverter.
Tor Andersson
2011-04-10
Make global edge list struct opaque, and remove active edge list struct.
Tor Andersson
2011-04-08
draw_edge.c: Plug memory leak.
Tor Andersson
2011-04-08
Remove inline keyword where it is not strictly necessary for performance.
Tor Andersson
2011-04-08
Add special case non-aa scan converter with accompanying blit functions.
Tor Andersson
2011-04-07
Add AA_BITS define to control antialias level of line art.
Robin Watts
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
draw: Rename files in draw directory.
Tor Andersson