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
/
fitz_res.h
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
Add font width scaling for rendering substituted fonts.
Tor Andersson
2010-04-24
Add font and font size information to text spans.
Tor Andersson
2010-04-24
Calculate bounding boxes for text in the text extraction device.
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-17
Added function to print fitz shading objects for debugging.
Sebastian Rasmussen
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-15
Remove incorrect comment from fz_shade.
Sebastian Rasmussen
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 fz_irect to fz_bbox.
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-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-01-07
Draw images and shadings.
Tor Andersson
2010-01-07
Render text.
Tor Andersson
2009-12-07
Implement a device interface and a tracing device for fitz.
Tor Andersson
2009-12-03
Make pdfdraw tool run the interpreter so the stubs can show the content being...
Tor Andersson
2009-12-03
Chopped out the tree building, leaving only pdf_showstuff stubs.
Tor Andersson
2009-12-03
Load content stream buffers instead of parsing into a display tree in xobject...
Tor Andersson
2009-12-02
Add new fitz_res.h
Tor Andersson