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 (
Expand
)
Author
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 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
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
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 conve...
Tor Andersson
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 indentation...
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-29
Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...
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
Update windows viewer to add the search functionality.
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
Change pdfshow default to print streams decompressed.
Tor Andersson
2010-06-21
Preload page tree into an array to avoid unnecessary linear searching when lo...
Tor Andersson
2010-06-21
Adjust for mediabox origin when inverting highlights.
Tor Andersson
2010-06-21
Implement searching for text within the current page.
Tor Andersson
2010-06-21
Prepare for searching by implementing the UI for entering a search string. Ch...
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-16
Allow bookmark commands in the viewer to take a number argument so you can st...
Sebastian Rasmussen
2010-06-16
Do runtime endianness test instead of relying on unreliable preprocessor macros.
Tor Andersson
2010-06-15
Explicitly return 0 from main() in the tools.
Tor Andersson
[prev]
[next]