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-12-16
Fix incorrect test for appearance stream sub-dictionaries.
Tor Andersson
2010-12-15
Add searchable keywords to code for content stream interpreter.
Sebastian Rasmussen
2010-12-13
Allow reverse page ranges for pdf tools.
Sebastian Rasmussen
2010-12-12
Remove unused function in CCITT fax decoding.
Sebastian Rasmussen
2010-12-10
Add debug printing function for encryption information.
Sebastian Rasmussen
2010-12-09
Remove unused variable in image code.
Sebastian Rasmussen
2010-12-10
Sort dictionary keys when printing grepable output in pdfshow.
Tor Andersson
2010-12-08
Fix silly typo.
Sebastian Rasmussen
2010-12-05
Include trailer in grepable output from pdfshow.
Sebastian Rasmussen
2010-12-05
Remove redundant tests in shading code.
Sebastian Rasmussen
2010-12-05
Support 1, 2 and 4 bit sampled functions.
Sebastian Rasmussen
2010-12-05
Support N-d sampled functions with nearest neighbor sampling.
Tor Andersson
2010-12-05
Add "grepable" command to pdfshow to print all objects on one line each.
Tor Andersson
2010-12-04
Support 3-d sampled functions.
Tor Andersson
2010-12-04
Support repairing PDF documents with compressed object streams.
Tor Andersson
2010-12-04
Support 24-bit sampled functions.
Tor Andersson
2010-12-04
Add option to ascii hex encode binary streams in pdfclean.
Tor Andersson
2010-12-04
The FZ_COMBINE2 rounding fix doesn't work. Implement it the other way (round ...
Tor Andersson
2010-12-04
Use correct bbox when drawing soft masks.
Tor Andersson
2010-12-04
Tweak trace XML output to be more consistent with the device commands used.
Tor Andersson
2010-12-04
Add option to disable the use of a display list in pdfdraw.
Tor Andersson
2010-12-02
Import Android demo.
Robin Watts
2010-12-01
Add convenience function for debug printing indirect objects.
Sebastian Rasmussen
2010-11-29
Remove unused variable.
Sebastian Rasmussen
2010-12-01
Fix rounding behaviour when using FZ_COMBINE2.
Robin Watts
2010-11-29
Apply soft masks from gstate to individual objects.
Tor Andersson
2010-11-29
Support 32-bit sampled functions.
Tor Andersson
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-11-16
Add a function fz_newpixmapwithdata that lets clients create pixmaps with a c...
Tor Andersson
2010-11-12
Clean up memory when returning an error.
Tor Andersson
2010-11-12
Detect flate/runlength decompression bombs.
Tor Andersson
2010-10-28
Use smooth image scaling for non-rectilinear images. Patch by Robin Watts.
Tor Andersson
2010-10-28
Use bilinear sampling for non-rectilinear and upscaled images.
Tor Andersson
2010-10-28
Patch for initializing weights when the downscale of the image is so severe w...
Tor Andersson
2010-10-26
Update mupdf manpage to reflect the current key bindings.
Tor Andersson
2010-10-23
Take font style into account when loading builtin fonts.
Sebastian Rasmussen
2010-10-23
Change do/while(--w) back into while(w--).
Tor Andersson
2010-10-20
Pre-multiply colors when converting the rendered grayscale shading to color v...
Tor Andersson
2010-10-20
Special case the component scaling for Lab image data when color converting.
Tor Andersson
2010-10-20
Fix Lab colorspace conversions.
Tor Andersson
2010-10-19
Fix typo in memoization case of pixmap color conversion.
Tor Andersson
2010-10-18
Don't show characters that cannot be encoded by the cmap (this is different f...
Tor Andersson
2010-10-18
Bump the q/Q nesting limit to 64 (spec only requires 28) to cope with a file ...
Tor Andersson
2010-10-18
Use lookup table for separation colorspaces and a color cache for device-n co...
Tor Andersson
2010-10-14
Fix error in smooth scaling that only occured with horizontally flipped colou...
Tor Andersson
2010-10-13
Speed up smooth scaling, fix a corner case and some experimental ARM code for...
Tor Andersson
2010-10-13
Remove (broken?) center-of-pixel adjustments in image rendering.
Tor Andersson
2010-10-13
Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...
Tor Andersson
2010-10-13
Fix formatting: remove double spaces.
Tor Andersson
2010-10-06
Add a few lines that were omitted in the previous patch (appearance stream tr...
Tor Andersson
[next]