summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-07Update windows viewer to latest changes.Tor Andersson
2012-02-07Fix broken fz_clone_context; stupid typo.Robin Watts
2012-02-07Implement fz_open_document by hard coding the list of file types.Tor Andersson
2012-02-07Rename a few functions.Tor Andersson
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-02-06Fix 692841: Look at ConfigureNotify events while waiting for MapNotify.Tor Andersson
2012-02-06Drop XPS links in the correct function.Tor Andersson
2012-02-03Free current document page when closing pdf application.Sebastian Rasmussen
2012-02-03Fix NULL dereference when freeing fz_link objects.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-02-03Pass context explicitly to hash table functions.Tor Andersson
2012-02-03Reference count fz_link objects.Tor Andersson
2012-02-03Remove extraneous blank lines.Tor Andersson
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