index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-07-17
Support SMasks for general graphics (incomplete).
Tor Andersson
2010-07-16
Add command to show the page tree in pdfshow.
Tor Andersson
2010-07-16
Plug memory leaks.
Tor Andersson
2010-07-16
Set scissor after replacing dest with the transparency buffer. Pop the transp...
Tor Andersson
2010-07-16
Add a flag to disable the accelerated plotting functions in pdfdraw.
Tor Andersson
2010-07-16
Fix typo in pdfinfo causing too long colorspace names.
Sebastian Rasmussen
2010-07-16
Add timing and checksum flags to the new pdfdraw tool.
Tor Andersson
2010-07-16
Check dicts for null so we don't get lots of warnings.
Tor Andersson
2010-07-16
Prevent infinite recursion when loading page tree.
Tor Andersson
2010-07-16
Fix harmless typo in hash table.
Tor Andersson
2010-07-16
Refactor pdf store presence to be optional and use function pointers.
Tor Andersson
2010-07-16
Update MSVC project files to reflect the removal of pdftool.[ch]
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
Only use a page level transparency group if the blending mode is not normal.
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-15
Implement correct blend mode functions and blending.
Tor Andersson
2010-07-15
Return explicit error code from pdf_openxref.
Tor Andersson
2010-07-15
Add support for removing duplicate objects in pdfclean.
Sebastian Rasmussen
2010-07-15
Correct function prototype and usage message.
Sebastian Rasmussen
2010-07-15
Add pixmap writing functions for PNM, PAM and PNG (without libpng) formats.
Tor Andersson
2010-07-15
Make use of fitz object comparison function in pdfinfo.
Sebastian Rasmussen
2010-07-15
Remove unnecessary consistency checking and error handling from pdfinfo.
Sebastian Rasmussen
2010-07-15
Make data structures for storing info plain arrays and use fitz memory alloca...
Sebastian Rasmussen
2010-07-15
Take font, xobject and pattern resources into account, print correct object r...
Sebastian Rasmussen
2010-07-15
Combine info gathering and printing in pdfinfo.
Sebastian Rasmussen
2010-07-15
Tweak makefiles.
Tor Andersson
2010-07-15
Check that xref is not null before dereferencing and closing it in the viewer...
Tor Andersson
2010-07-14
More stylistic cleanups in pdfclean.
Tor Andersson
2010-07-14
Do some stylistic cleanups in pdfclean.
Tor Andersson
2010-07-14
Refactor pdfclean main() into a set of smaller functions.
Sebastian Rasmussen
2010-07-14
Add support for renumbering objects in pdfclean so that xref can be compacted.
Sebastian Rasmussen
2010-07-14
Add support for retrieving a page's reference.
Sebastian Rasmussen
2010-07-14
Page tree must be loaded in pdfclean in order to be able to cherry pick pages.
Sebastian Rasmussen
2010-07-14
Adapt pdfextract to new alpha component order.
Sebastian Rasmussen
2010-07-14
Adapt debug pixmap saving to new alpha component order in pixmap samples.
Sebastian Rasmussen
2010-07-14
Add 'native' build target using -march
Tor Andersson
2010-07-14
Add transparency functions to the trace device.
Tor Andersson
2010-07-14
Add transparency group/mask device calls and implement basic blend modes when...
Tor Andersson
2010-07-14
Be paranoid about pattern colorspaces being set without a current pattern.
Tor Andersson
2010-07-13
Remove debugging messages.
Tor Andersson
2010-07-13
Don't skip shadings used as pattern colorspaces due to device hints.
Tor Andersson
2010-07-13
Implement stroked text.
Tor Andersson
2010-07-13
Fix clang warnings.
Tor Andersson
2010-07-11
Always use 255 to pad alpha since it is not affected by scale.
Tor Andersson
2010-07-11
Reinsert Robin Watts' specialized pixel unpacking loops.
Tor Andersson
2010-07-11
Remove distance calculation in axial shadings, reducing a source of potential...
Tor Andersson
2010-07-11
Refactor image pixel unpacking.
Tor Andersson
2010-07-11
Fix typo.
Tor Andersson
2010-07-10
Clamp floats to representable numbers before converting to int. Clip lines ag...
Tor Andersson
[next]