summaryrefslogtreecommitdiff
path: root/apps/pdfdraw.c
AgeCommit message (Expand)Author
2009-07-18Load the pagecount after the encryption has been parsed and installed.Tor Andersson
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen
2009-07-03Use fz_getopt & co.Tor Andersson
2009-07-02Increment reference count of catalog and info objects when opening a pdf.Tor Andersson
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...Tor Andersson
2009-06-11Re-enable text extraction functions.Tor Andersson
2009-05-01Make use of aging and eviction of items in store to enable caching of items b...Sebastian Rasmussen
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-03-06Add missing pdfdraw tool.Tor Andersson