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
Age
Commit message (
Collapse
)
Author
2010-07-29
Use chained reader like interface for filters instead of process interface.
Tor Andersson
2010-07-30
Fix typo in pdfinfo that causes colorspace names to be truncated.
Sebastian Rasmussen
2010-07-26
Only drop objects that have been renumbered in pdfclean.
Sebastian Rasmussen
2010-07-20
Replace explicit comparisons with MIN/MAX/ABS macros.
Sebastian Rasmussen
2010-07-19
Update usage text in pdfclean.
Tor Andersson
2010-07-19
Update debian package and the man pages for the command line tools.
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-17
Minor edits.
Tor Andersson
2010-07-17
Fix bug in duplicate object removal causing segfault, and free resources in ↵
Sebastian Rasmussen
pdfclean.
2010-07-17
Move device colorspace contants into the fitz namespace.
Tor Andersson
2010-07-17
Silence warnings.
Tor Andersson
2010-07-16
Add command to show the page tree in pdfshow.
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
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 ↵
Tor Andersson
to be more illustrative.
2010-07-15
Check page for transparency to install a page-level transparency group.
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 ↵
Sebastian Rasmussen
allocation and string functions in pdfinfo.
2010-07-15
Take font, xobject and pattern resources into account, print correct object ↵
Sebastian Rasmussen
references and improve output in pdfinfo.
2010-07-15
Combine info gathering and printing in pdfinfo.
Sebastian Rasmussen
2010-07-15
Check that xref is not null before dereferencing and closing it in the ↵
Tor Andersson
viewer application.
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
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-13
Fix clang warnings.
Tor Andersson
2010-07-11
Refactor image pixel unpacking.
Tor Andersson
2010-07-10
Refactor colorspace and PDF image parsing code.
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-07-07
Remove local argument that shadowed and duplicated a global.
Tor Andersson
2010-07-05
Use NDEBUG rather than DEBUG to test build at compile time.
Tor Andersson
2010-07-02
Remove shadowed local variables.
Tor Andersson
2010-07-01
Remove unnecessary (and invalid) assert.
Tor Andersson
2010-07-01
Update copyright year.
Tor Andersson
2010-07-01
Remove silly warnings from MSVC.
Tor Andersson
2010-06-30
Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid ↵
Tor Andersson
converting the pixmap.
2010-06-29
Fix diagnostic message that still said ARGB.
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot ↵
Tor Andersson
indentation errors in the future).
[prev]
[next]