summaryrefslogtreecommitdiff
path: root/apps/pdfdraw.c
AgeCommit message (Expand)Author
2010-01-07Reenable x11pdf viewer.Tor Andersson
2010-01-07Draw images and shadings.Tor Andersson
2010-01-07Refactor csi creation and running.Tor Andersson
2010-01-07Fix typos in stroking code and pass the device matrix to the interpreter. Now...Tor Andersson
2009-12-07Add dev_draw.Tor Andersson
2009-12-07Implement a device interface and a tracing device for fitz.Tor Andersson
2009-12-03Make pdfdraw tool run the interpreter so the stubs can show the content being...Tor Andersson
2009-12-03Chopped out the tree building, leaving only pdf_showstuff stubs.Tor Andersson
2009-12-02Killing time. Butchered display tree and disabled all calls to it.Tor Andersson
2010-01-16Only take md5sum if there is no pnm output file.Tor Andersson
2009-12-05Fluxh xref between pages in pdfdraw.Sebastian Rasmussen
2009-11-29Fix up indentation.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
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