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
/
pdfdraw.c
Age
Commit message (
Expand
)
Author
2010-04-15
XML-ify output of dev_trace.
Tor Andersson
2010-04-12
Enable archx86 optimized code in the default build on MacOS X.
Tor Andersson
2010-04-12
Support multipage ppm output in pdfdraw if the filename pattern does not cont...
Tor Andersson
2010-04-11
Rename functions fz_intersectirects and fz_transformaabb.
Tor Andersson
2010-04-11
Rename fz_irect to fz_bbox.
Tor Andersson
2010-04-11
Revert to using fitz string functions instead of non-standard libc variants.
Tor Andersson
2010-04-04
Add flag to force checksumming of pixel data when rendering pages in pdfdraw.
Sebastian Rasmussen
2010-04-08
Add display list device.
Tor Andersson
2010-04-06
Support rendering alpha mask only with the device colorspace set to NULL. Use...
Tor Andersson
2010-03-09
Add text extraction device.
Tor Andersson
2010-02-09
Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.
Tor Andersson
2010-01-08
Do not clear pixmap after writing to file in pdfdraw.
Sebastian Rasmussen
2010-01-08
Make pdfdraw print to stdout.
Sebastian Rasmussen
2010-01-07
Reenable x11pdf viewer.
Tor Andersson
2010-01-07
Draw images and shadings.
Tor Andersson
2010-01-07
Refactor csi creation and running.
Tor Andersson
2010-01-07
Fix typos in stroking code and pass the device matrix to the interpreter. Now...
Tor Andersson
2009-12-07
Add dev_draw.
Tor Andersson
2009-12-07
Implement a device interface and a tracing device for fitz.
Tor Andersson
2009-12-03
Make pdfdraw tool run the interpreter so the stubs can show the content being...
Tor Andersson
2009-12-03
Chopped out the tree building, leaving only pdf_showstuff stubs.
Tor Andersson
2009-12-02
Killing time. Butchered display tree and disabled all calls to it.
Tor Andersson
2010-01-16
Only take md5sum if there is no pnm output file.
Tor Andersson
2009-12-05
Fluxh xref between pages in pdfdraw.
Sebastian Rasmussen
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-20
As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...
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-05
Make internal functions static.
Sebastian Rasmussen
2009-07-05
Refactor xref opening and closing to a common file for all pdf tools.
Sebastian Rasmussen
2009-07-03
Use fz_getopt & co.
Tor Andersson
2009-07-02
Increment reference count of catalog and info objects when opening a pdf.
Tor Andersson
2009-06-30
Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...
Tor Andersson
2009-06-11
Re-enable text extraction functions.
Tor Andersson
2009-05-01
Make use of aging and eviction of items in store to enable caching of items b...
Sebastian Rasmussen
2009-03-11
Change fz_error* struct into an integer error type fz_error.
Tor Andersson
2009-03-11
Add fz_catch function, and cause the throw/rethrow/catch functions to print t...
Tor Andersson
2009-03-06
Add missing pdfdraw tool.
Tor Andersson