summaryrefslogtreecommitdiff
path: root/source/fitz/context.c
AgeCommit message (Collapse)Author
2014-01-07Introduce 'document handlers'.Robin Watts
We define a document handler for each file type (2 in the case of PDF, one to handle files with the ability to 'run' them, and one without). We then register these handlers with the context at startup, and then call fz_open_document... as usual. This enables people to select the document types they want at will (and even to extend the library with more document types should they wish).
2013-09-03Add FZ_VERSION define. Check header and library version compatibility.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson