summaryrefslogtreecommitdiff
path: root/source/tools
AgeCommit message (Expand)Author
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-05-20murun: Add Buffer#writeBuffer to allow for concatenating buffers.Tor Andersson
2016-05-20murun: Add graftObject to javascript bindings.Tor Andersson
2016-05-13Fix potential double free in pdfmerge.Tor Andersson
2016-05-13Add common page range parsing function for tools.Tor Andersson
2016-05-13murun: Add document writer object.Tor Andersson
2016-05-13Add pdf write support to mutool convert.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-05-13Update MuJS.Tor Andersson
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-05-12Fix Mudraw timings when using -P (bgprint).Robin Watts
2016-05-12Fix race condition in bgprint.Robin
2016-05-09First implementation of parallel rendering ("bgprint")Robin Watts
2016-05-04Avoid using unnamed semaphores.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 696649: remove fz_rethrow_message calls.Tor Andersson
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-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-26pdfmerge: Clean up error messages and fix try/catch variable error.Tor Andersson
2016-04-26Add 'mutool convert' and new document writer interface.Tor Andersson
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-04-21Fix potential segfault when mapping JS strings to PDF.Tor Andersson
2016-04-19Add mutool mergeMichael Vrhel
2016-04-05Add 'Low Memory' mode to Mutool draw.Robin Watts
2016-04-05Add threaded operation to mudraw.Robin Watts
2016-04-05Clean up bidi enum names.Tor Andersson
2016-03-31Initialize pdf write options to zero in pdfclean.Tor Andersson
2016-03-31Initialize disabled document writing flags to zeroSebastian Rasmussen
2016-03-25Fix PS output banded mode operation.Robin Watts
2016-03-25Refactor pcl output to work in bands.Robin Watts
2016-03-25Tweak the PCL page size handling/options.Robin Watts
2016-03-25Add 24 bit RGB PCL output mode.Robin Watts
2016-03-23js: Create 'argv' global containing arguments passed to mutool run.Tor Andersson
2016-03-23js: Add some low level document object access.Tor Andersson
2016-03-23Compile embedded fonts in separate C files.Tor Andersson
2016-03-23Mudraw: Enable banded operation for pkm.Robin Watts
2016-03-22Add Google Perf Tools build.Robin Watts
2016-03-21Mudraw: Avoid reopening output files.Robin Watts
2016-03-21Add .ps output to mutool draw.Robin Watts
2016-03-21Fix compiler warnings in murun.c and pdf-js.c by tagging rethrow as noreturn.Tor Andersson