summaryrefslogtreecommitdiff
path: root/fitz/fitz_res.h
AgeCommit message (Expand)Author
2010-04-25Move stroking state to a separate struct in preparation for stroked text rend...Tor Andersson
2010-04-24Add font width scaling for rendering substituted fonts.Tor Andersson
2010-04-24Add font and font size information to text spans.Tor Andersson
2010-04-24Calculate bounding boxes for text in the text extraction device.Tor Andersson
2010-04-19Convert colors before rendering the shade mesh instead of converting the pixmap.Tor Andersson
2010-04-19Add support for patterns in stroked paths and text.Tor Andersson
2010-04-17Added function to print fitz shading objects for debugging.Sebastian Rasmussen
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-15Remove incorrect comment from fz_shade.Sebastian Rasmussen
2010-04-15Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-04-06Support rendering alpha mask only with the device colorspace set to NULL. Use...Tor Andersson
2010-03-14Image mask clipping.Tor Andersson
2010-03-10Tiling patterns.Tor Andersson
2010-03-09Add text extraction device.Tor Andersson
2010-02-09Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.Tor Andersson
2010-01-07Draw images and shadings.Tor Andersson
2010-01-07Render text.Tor Andersson
2009-12-07Implement a device interface and a tracing device for fitz.Tor Andersson
2009-12-03Make pdfdraw tool run the interpreter so the stubs can show the content being...Tor Andersson
2009-12-03Chopped out the tree building, leaving only pdf_showstuff stubs.Tor Andersson
2009-12-03Load content stream buffers instead of parsing into a display tree in xobject...Tor Andersson
2009-12-02Add new fitz_res.hTor Andersson