summaryrefslogtreecommitdiff
path: root/fitz/doc_document.c
AgeCommit message (Expand)Author
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-02-20Bug 693639: allow OpenXPS extension and XML namespaces.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-11Bug 693519: Replace char * with const char * in open document.Robin Watts
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-17Fix warning; pdf_js_supported not prototyped.Robin Watts
2012-10-11Android Forms: pass in mouse events and handle updatingPaul Gardiner
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-31Add linearization to pdf_write function.Robin Watts
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-28Fix typo in pdf writing code.Sebastian Rasmussen
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
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