index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
common
/
pdftool.c
Age
Commit message (
Collapse
)
Author
2010-03-02
Flatten apps/ directories.
Tor Andersson
2009-12-05
Fluxh xref between pages in pdfdraw.
Sebastian Rasmussen
2009-12-05
Remove unnecessary resolve of root and info objects in pdftools.
Sebastian Rasmussen
2009-11-28
Malloc cannot return null. Clean up in mupdf resource code.
Tor Andersson
2009-11-20
As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ↵
Tor Andersson
get rid of large chunks of untested error handling code. This patch cleans up the handling of fz_obj.
2009-08-24
Do not have pdfinfo or pdfshow die on corrupt page trees.
Sebastian Rasmussen
2009-08-19
Implement support for AES encryption.
Tor Andersson
2009-07-18
Load the pagecount after the encryption has been parsed and installed.
Tor Andersson
2009-07-09
Parse page tree on-demand instead of parsing the entire tree after reading xref.
Sebastian Rasmussen
2009-07-08
Fix a few occurrances of undeclared functions and functions that could be ↵
Sebastian Rasmussen
static.
2009-07-05
Refactor xref opening and closing to a common file for all pdf tools.
Sebastian Rasmussen