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
/
pathscan.c
Age
Commit message (
Expand
)
Author
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-07-21
Replace path blending with general blending functions. Rewrite image renderin...
Tor Andersson
2010-07-20
Replace explicit comparisons with MIN/MAX/ABS macros.
Sebastian Rasmussen
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-11
Fix typo.
Tor Andersson
2010-07-10
Clamp floats to representable numbers before converting to int. Clip lines ag...
Tor Andersson
2010-07-10
Don't assert on edge list bbox size if the edge list is empty.
Tor Andersson
2010-07-08
Simplify #ifdef labyrinth and make some source more c89 compatible.
Tor Andersson
2010-07-01
Fix typo and rename some variables.
Tor Andersson
2010-06-23
Fix asserts in blit().
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-19
Floats everywhere!
Tor Andersson
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
2010-05-19
Treat rectangular clip paths as a special case using scissoring rectangles.
Tor Andersson
2010-05-18
Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...
Sebastian Rasmussen
2010-04-11
Rename fz_irect to fz_bbox.
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-03-15
Rename fitzdraw directory to draw.
Tor Andersson