summaryrefslogtreecommitdiff
path: root/apps/pdfdraw.c
AgeCommit message (Expand)Author
2010-04-15XML-ify output of dev_trace.Tor Andersson
2010-04-12Enable archx86 optimized code in the default build on MacOS X.Tor Andersson
2010-04-12Support multipage ppm output in pdfdraw if the filename pattern does not cont...Tor Andersson
2010-04-11Rename functions fz_intersectirects and fz_transformaabb.Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Revert to using fitz string functions instead of non-standard libc variants.Tor Andersson
2010-04-04Add flag to force checksumming of pixel data when rendering pages in pdfdraw.Sebastian Rasmussen
2010-04-08Add display list device.Tor Andersson
2010-04-06Support rendering alpha mask only with the device colorspace set to NULL. Use...Tor Andersson
2010-03-09Add text extraction device.Tor Andersson
2010-02-09Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.Tor Andersson
2010-01-08Do not clear pixmap after writing to file in pdfdraw.Sebastian Rasmussen
2010-01-08Make pdfdraw print to stdout.Sebastian Rasmussen
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