summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-03Use the new document interface in viewer.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-02-03Make fz_malloc_struct return zeroed memory.Tor Andersson
2012-02-03Use image DPI in CBZ parser.Tor Andersson
2012-02-03Allow ZIP as extension for CBZ files.Tor Andersson
2012-02-02Support remote links in XPS documents.Robin Watts
2012-02-02Work on supporting links in xps documents.Robin Watts
2012-02-02Fix Bug 692821: make mupdf install target install memento.h tooRobin Watts
2012-02-01Fix missing argument in iOS app.Tor Andersson
2012-02-01Fix alpha sort of operators in parse_code.Robin Watts
2012-02-01Fix Bug 692829; add cope to handle true/false in functions.Robin Watts
2012-02-01Fix Bug 692830; remove unnecessary tests.Robin Watts
2012-02-01Tweak to previous pdf_decode_cmap fix.Robin Watts
2012-01-31Fix big 692824: incorrect application of word space.Robin Watts
2012-01-31Make pdfclean more resilient to errors while parsing.Robin Watts
2012-01-30Do not embed a context in the fz_outline structure.Tor Andersson
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2012-01-30Add exception to Makefile to only build one of draw_scale and draw_simple_scale.Tor Andersson
2012-01-30Move PNG, JPEG and TIFF image loading from muxps into fitz.Tor Andersson
2012-01-27Remove dependency on fz_obj from the filter creation parameters.Tor Andersson
2012-01-27Android/Windows build fixesRobin Watts
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-27Makefile/Project changes to use new thirdparty.zipRobin Watts
2012-01-27Whitespace fixes.Tor Andersson
2012-01-26Pull in XPS commits from GhostXPS to MuXPSRobin Watts
2012-01-26Fix possible SEGV/assert in downscaler.Robin Watts
2012-01-25Fix bug in Fax decoder.Robin Watts
2012-01-24Remove incorrect free in error case.Robin Watts
2012-01-24Correct SEGV/assert in cluster tests.Robin Watts
2012-01-24Solve (some) SEGVS in cluster tests.Robin Watts
2012-01-24Make xps_free_context cope with NULL arg.Robin Watts
2012-01-23Do XPS mitering properly.Robin Watts
2012-01-23Update ARM optimised scaling code in line with recent changes.Robin Watts
2012-01-23Remove assert in tiling code.Robin Watts
2012-01-21Fix deadlock in fz_drop_storable.Robin Watts
2012-01-21Update image scaling subpixel offset calculations for top-down images.Tor Andersson
2012-01-21Clean up some stray mixed tabs and spaces.Tor Andersson
2012-01-20Bitmap 'patch' scaling - second attempt.Robin Watts
2012-01-20Ensure Memento checking is reflected in block numbersRobin Watts
2012-01-20Flip images the right side up in the PDF interpreter.Tor Andersson
2012-01-20Update Android build to cope with removal of pdf_load_page_tree.Robin Watts
2012-01-20Fix locking problems.Robin Watts
2012-01-20Revert "Bitmap 'patch' scaling."Tor Andersson
2012-01-19Use explicit flags rather than bit masks when parsing link destinations.Tor Andersson
2012-01-19Transform link rectangles by the hidden page CTM.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-19Bitmap 'patch' scaling.Robin Watts
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts