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
2011-04-04
draw: Speed up display list execution by using a visibility test.
Tor Andersson
2011-03-06
Inhibit warning message spam by introducing a repeat counter.
Tor Andersson
2010-12-30
Adhere to nil idiom.
Sebastian Rasmussen
2011-01-05
Add rotate flag to pdfdraw.
Robin Watts
2010-12-13
Allow reverse page ranges for pdf tools.
Sebastian Rasmussen
2010-12-04
Add option to disable the use of a display list in pdfdraw.
Tor Andersson
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-08-11
Fix typo.
Tor Andersson
2010-08-02
Fix typo by calling newpixmapwithrect instead.
Tor Andersson
2010-07-17
Minor edits.
Tor Andersson
2010-07-17
Move device colorspace contants into the fitz namespace.
Tor Andersson
2010-07-16
Add a flag to disable the accelerated plotting functions in pdfdraw.
Tor Andersson
2010-07-16
Add timing and checksum flags to the new pdfdraw tool.
Tor Andersson
2010-07-16
Refactor pdf store presence to be optional and use function pointers.
Tor Andersson
2010-07-16
Clarify function names for opening a PDF file.
Tor Andersson
2010-07-15
Refactored xref opening functions, command line tools, and rewrote pdfdraw to...
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-15
Add pixmap writing functions for PNM, PAM and PNG (without libpng) formats.
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson
2010-07-08
Simplify #ifdef labyrinth and make some source more c89 compatible.
Tor Andersson
2010-07-08
Remove unmaintained MMX optimized function and runtime detection.
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-25
Clear the pixmap buffer between bands.
Tor Andersson
2010-06-23
Automatically switch to using bands if the resulting image size is too large ...
Tor Andersson
2010-06-23
Remove a stray space at the beginning of a line.
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-21
Revert a local debugging change that snuck into a patch.
Tor Andersson
2010-06-21
Preload page tree into an array to avoid unnecessary linear searching when lo...
Tor Andersson
2010-06-20
Rename the remaining non-reference-counted free functions to free instead of ...
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-15
Explicitly return 0 from main() in the tools.
Tor Andersson
2010-05-24
Make the pdfdraw benchmark numbers fit on a 80 column terminal.
Sebastian Rasmussen
2010-05-22
Print indirect object reference in error messages.
Sebastian Rasmussen
2010-05-16
Print filename in error message when not being able to open file in pdftools.
Sebastian Rasmussen
2010-04-24
Fix memory leaks when running pdfdraw in text extraction mode.
Tor Andersson
2010-04-24
Add font and font size information to text spans.
Tor Andersson
2010-04-18
Silencing two compiler warnings.
Sebastian Rasmussen
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-15
Make the content stream interpreter automatically rewind the fz_buffer.
Tor Andersson
2010-04-15
Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...
Tor Andersson
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
[next]