index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
doc_document.c
Age
Commit message (
Expand
)
Author
2012-10-25
Support separate rendering of the main page contents and the annotations
Paul Gardiner
2012-10-17
First steps towards supporting transitions.
Robin Watts
2012-10-17
Fix warning; pdf_js_supported not prototyped.
Robin Watts
2012-10-11
Android Forms: pass in mouse events and handle updating
Paul Gardiner
2012-09-04
Merge branch 'master' into forms
Paul Gardiner
2012-08-28
Add fz_open_document_with_stream function.
Tor Andersson
2012-06-20
Add better mechanism for enumerating annotation rectangles.
Robin Watts
2012-06-14
Add -j flag to mudraw; create simple mujstest scripts automatically.
Robin Watts
2012-06-13
Merge branch 'master' into forms
Paul Gardiner
2012-06-01
Merge branch 'master' into forms
Paul Gardiner
2012-05-31
Add linearization to pdf_write function.
Robin Watts
2012-05-15
Forms: make forms API separate to the main document API
Paul Gardiner
2012-05-08
Forms: handle field appearance change on mouse up/down
Paul Gardiner
2012-04-28
Fix typo in pdf writing code.
Sebastian Rasmussen
2012-04-28
Move guts of pdfclean into new pdf_write function.
Robin Watts
2012-04-20
Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.
Tor Andersson
2012-04-19
Change fz_document_open to assume PDF format by default.
Robin Watts
2012-04-17
Add Meta interface to fz_document.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-07
Implement fz_open_document by hard coding the list of file types.
Tor Andersson
2012-02-03
Add document interface.
Tor Andersson