summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-05Add "grepable" command to pdfshow to print all objects on one line each.Tor Andersson
2010-12-04Support 3-d sampled functions.Tor Andersson
2010-12-04Support repairing PDF documents with compressed object streams.Tor Andersson
2010-12-04Support 24-bit sampled functions.Tor Andersson
2010-12-04Add option to ascii hex encode binary streams in pdfclean.Tor Andersson
2010-12-04The FZ_COMBINE2 rounding fix doesn't work. Implement it the other way (round ...Tor Andersson
2010-12-04Use correct bbox when drawing soft masks.Tor Andersson
2010-12-04Tweak trace XML output to be more consistent with the device commands used.Tor Andersson
2010-12-04Add option to disable the use of a display list in pdfdraw.Tor Andersson
2010-12-02Import Android demo.Robin Watts
2010-12-01Add convenience function for debug printing indirect objects.Sebastian Rasmussen
2010-11-29Remove unused variable.Sebastian Rasmussen
2010-12-01Fix rounding behaviour when using FZ_COMBINE2.Robin Watts
2010-11-29Apply soft masks from gstate to individual objects.Tor Andersson
2010-11-29Support 32-bit sampled functions.Tor Andersson
2010-11-28Support luminosity softmask background colors.Tor Andersson
2010-11-16Add a function fz_newpixmapwithdata that lets clients create pixmaps with a c...Tor Andersson
2010-11-12Clean up memory when returning an error.Tor Andersson
2010-11-12Detect flate/runlength decompression bombs.Tor Andersson
2010-10-28Use smooth image scaling for non-rectilinear images. Patch by Robin Watts.Tor Andersson
2010-10-28Use bilinear sampling for non-rectilinear and upscaled images.Tor Andersson
2010-10-28Patch for initializing weights when the downscale of the image is so severe w...Tor Andersson
2010-10-26Update mupdf manpage to reflect the current key bindings.Tor Andersson
2010-10-23Take font style into account when loading builtin fonts.Sebastian Rasmussen
2010-10-23Change do/while(--w) back into while(w--).Tor Andersson
2010-10-20Pre-multiply colors when converting the rendered grayscale shading to color v...Tor Andersson
2010-10-20Special case the component scaling for Lab image data when color converting.Tor Andersson
2010-10-20Fix Lab colorspace conversions.Tor Andersson
2010-10-19Fix typo in memoization case of pixmap color conversion.Tor Andersson
2010-10-18Don't show characters that cannot be encoded by the cmap (this is different f...Tor Andersson
2010-10-18Bump the q/Q nesting limit to 64 (spec only requires 28) to cope with a file ...Tor Andersson
2010-10-18Use lookup table for separation colorspaces and a color cache for device-n co...Tor Andersson
2010-10-14Fix error in smooth scaling that only occured with horizontally flipped colou...Tor Andersson
2010-10-13Speed up smooth scaling, fix a corner case and some experimental ARM code for...Tor Andersson
2010-10-13Remove (broken?) center-of-pixel adjustments in image rendering.Tor Andersson
2010-10-13Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...Tor Andersson
2010-10-13Fix formatting: remove double spaces.Tor Andersson
2010-10-06Add a few lines that were omitted in the previous patch (appearance stream tr...Tor Andersson
2010-10-03Calculate annotation appearance stream transform according to algorithm 8.1 i...Tor Andersson
2010-09-27Use printf %#x syntax instead of 0x%x.Tor Andersson
2010-09-27Validate xref entry type (f, n, o) when reading xref table.Tor Andersson
2010-09-27Ignore garbage at the end of inline images and scan for the EI keyword withou...Tor Andersson
2010-09-27Fix typo.Tor Andersson
2010-09-27Fix typo that caused image masks to be dropped from indexed images.Tor Andersson
2010-09-23Look for %PDF marker when repairing files, to stop the lexer from dying on ra...Tor Andersson
2010-09-23Respect Invisible, Hidden, NoView annotation flags.Tor Andersson
2010-09-23Fix typo in pdfextract.Tor Andersson
2010-09-13Generalise name tree parsing to work for all types of name trees.Tor Andersson
2010-09-08Smooth image scaling and drawing fixes by Robin Watts.Tor Andersson
2010-08-31Call agestore to evict old resources in the viewer.Tor Andersson