summaryrefslogtreecommitdiff
path: root/fitz/doc_document.c
AgeCommit message (Expand)Author
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-04-19Change fz_document_open to assume PDF format by default.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-07Implement fz_open_document by hard coding the list of file types.Tor Andersson
2012-02-03Add document interface.Tor Andersson