summaryrefslogtreecommitdiff
path: root/fitz/fitz_draw.h
AgeCommit message (Expand)Author
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-15Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...Tor Andersson
2010-04-15XML-ify output of dev_trace.Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-03-09Add text extraction device.Tor Andersson
2010-01-07Reenable x11pdf viewer.Tor Andersson
2010-01-07Render text.Tor Andersson
2009-12-07Add dev_draw.Tor Andersson
2009-12-07Update path fill, stroke and dash code.Tor Andersson
2009-12-02Killing time. Butchered display tree and disabled all calls to it.Tor Andersson
2009-12-08Add support for 16 bit per component images.Sebastian Rasmussen
2009-07-06Declare functions void if they take no arguments.Sebastian Rasmussen
2009-03-16Fix some Coverity issues.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson