summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-13Makefile: list all source dependencies for cmapdump.Sebastian Rasmussen
2016-05-13Move string compare helper to other string functions.Sebastian Rasmussen
2016-05-12Add variadic versions of fz_throw and fz_warn.Simon Reinhardt
2016-05-12Fix Mudraw timings when using -P (bgprint).Robin Watts
2016-05-12Fix race condition in bgprint.Robin
2016-05-10Enable ARCH_ARM on ARM platforms.Robin Watts
2016-05-09First implementation of parallel rendering ("bgprint")Robin Watts
2016-05-09Bug 696759: Fix pdf image subregion decode.Robin Watts
2016-05-06Fix pdf_delete_page_range.Robin Watts
2016-05-06Mutool clean: Fix sanitisation of pages with Content arrays.Robin Watts
2016-05-06Mutool clean: Copy OCProperties when subsetting.Robin Watts
2016-05-04Update mupdf-curl to cope with https.Robin Watts
2016-05-04Make minimum line thickness dependent on AA level.Robin Watts
2016-05-04Avoid using unnamed semaphores.Robin Watts
2016-04-29muclean: Avoid warning when no Outlines present in document.Robin Watts
2016-04-29Improve header documentation.Robin Watts
2016-04-28Fix JPX breakage caused during refactor.Robin Watts
2016-04-28Add FZ_ERROR_OOM, and make fz_malloc & co call it.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Tweak fz_image in preparation for things to come.Robin Watts
2016-04-28Introduce tuning context.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-28Mudraw: In low memory mode, flush the store after each page.Robin Watts
2016-04-27Tweak pdf-write option handling.Tor Andersson
2016-04-27murun: Add pdf.deleteObject().Tor Andersson
2016-04-27Add fz_close_device function.Tor Andersson
2016-04-27Fix exception bug: rethrow without a caught exception!Tor Andersson
2016-04-27Remove useless try/catch/rethrows.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-27Fix 696543: Don't launch search with empty string.Tor Andersson
2016-04-27Guard setting pkg-config variables with --exists.Tor Andersson
2016-04-27Don't return a void function.Robin Watts
2016-04-26Mudraw: Set AA level in context before cloning context.Robin Watts
2016-04-26Allow text/graphics aa levels to be controlled separately.Robin Watts
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26MSVC: Fix MSVC builds.Robin Watts
2016-04-26Add 'mutool run' documentation.Tor Andersson
2016-04-26murun: Don't use 'mupdf' object; make constructors and functions global.Tor Andersson
2016-04-26murun: Print result of evaluating a line in interactive mode.Tor Andersson
2016-04-26murun: Support 'lineCap' to set start, end and dash caps together.Tor Andersson
2016-04-26murun: Automatically convert object argument to obj.writeObject().Tor Andersson
2016-04-26murun: Add wmode and bidi-level arguments to text walker callback.Tor Andersson
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-26pdfcreate: Use industry font name for built-in fonts.Tor Andersson
2016-04-26pdfmerge: Clean up error messages and fix try/catch variable error.Tor Andersson
2016-04-26Update CHANGES.Tor Andersson
2016-04-26Optimize pdf_lookup_agl.Tor Andersson
2016-04-26Add 'mutool convert' and new document writer interface.Tor Andersson
2016-04-26fb2: Add image support.Tor Andersson
2016-04-26fb2: Add basic FictionBook support.Tor Andersson