index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
dev_draw.c
Age
Commit message (
Expand
)
Author
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-24
Only pass non-pre-multiplied color to the w4i1o4 functions.
Tor Andersson
2010-04-19
Convert colors before rendering the shade mesh instead of converting the pixmap.
Tor Andersson
2010-04-19
Add support for patterns in stroked paths and text.
Tor Andersson
2010-04-16
Plug memory leaks in dev_draw.
Tor Andersson
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-15
Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...
Tor Andersson
2010-04-11
Rename functions fz_intersectirects and fz_transformaabb.
Tor Andersson
2010-04-11
Rename fz_irect to fz_bbox.
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-04-06
Support rendering alpha mask only with the device colorspace set to NULL. Use...
Tor Andersson
2010-04-06
Use the calculated flatness.
Tor Andersson
2010-03-14
Image mask clipping.
Tor Andersson
2010-03-10
Tiling patterns.
Tor Andersson
2010-03-09
Add text extraction device.
Tor Andersson
2010-02-09
Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.
Tor Andersson
2010-02-09
Don't exit early when encountering an empty clip path.
Tor Andersson
2010-01-08
Take expansion factor in consideration when checking for hairline strokes.
Tor Andersson
2010-01-08
Make unsupported features be fz_warn(), so as not to pollute stdout.
Sebastian Rasmussen
2010-01-07
Reenable x11pdf viewer.
Tor Andersson
2010-01-07
Shadings with background fill.
Tor Andersson
2010-01-07
Clipping paths.
Tor Andersson
2010-01-07
Draw images and shadings.
Tor Andersson
2010-01-07
Render text.
Tor Andersson
2010-01-07
Fix typos in stroking code and pass the device matrix to the interpreter. Now...
Tor Andersson
2009-12-07
Add dev_draw.
Tor Andersson