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
2013-02-06
Rename bbox to irect.
Tor Andersson
2013-02-06
Add some 'restrict' qualifiers to hopefully speed matrix ops.
Robin Watts
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Rename fz_irect back to fz_bbox.
Tor Andersson
2013-01-30
Introduce fz_irect where the old fz_bbox was useful.
Tor Andersson
2013-01-30
Eliminate fz_bbox in favor of fz_rect everywhere.
Tor Andersson
2013-01-11
Bug 693534: 0 bits of antialiasing broken
Robin Watts
2012-12-12
Fix whitespace.
Robin Watts
2012-12-08
Optimise sharp scan conversion as we did with aa scan conversion.
Robin Watts
2012-11-27
Update scan converter to cope better with rectangular paths.
Robin Watts
2012-07-18
Fix missing diagram in 1522*.pdf
Robin Watts
2012-07-05
Move to static inline functions from macros.
Robin Watts
2012-06-11
Fix Bug 693102: Overflows in large pixmap indexing.
Robin Watts
2012-04-05
Fix potential problems on malloc failure.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-13
Fix Bug 692915: fz_copy_aa_context was broken.
Robin Watts
2012-03-12
More API tidying.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
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