summaryrefslogtreecommitdiff
path: root/source/tools/murun.c
AgeCommit message (Expand)Author
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-21Fix potential segfault when mapping JS strings to PDF.Tor Andersson
2016-04-05Clean up bidi enum names.Tor Andersson
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-21Fix compiler warnings in murun.c and pdf-js.c by tagging rethrow as noreturn.Tor Andersson
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-14js: Document password and metadata.Tor Andersson
2016-03-14js: Add DisplayList and DisplayListDevice.Tor Andersson
2016-03-14js: Fix some reference counting errors.Tor Andersson
2016-03-14js: Add upcasting to fz_document from pdf_document.Tor Andersson
2016-03-14js: More object accessor functions.Tor Andersson
2016-03-14js: Add pdf.countPages and pdf.findPage.Tor Andersson
2016-03-14js: Add buffer.save() to write contents of buffer to file.Tor Andersson
2016-03-14js: Add obj.writeStream and writeRawStream to update stream contents.Tor Andersson
2016-03-14js: Add obj.readStream and obj.readRawStream.Tor Andersson
2016-03-14js: Add PDFObject.forEach(f) to iterate over dictionaries and arrays.Tor Andersson
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-03-07murun: Avoid returning values from void functions.Robin Watts
2016-03-02js: Add PDF resource and page functions.Tor Andersson
2016-03-02js: Fix reference counting errors.Tor Andersson
2016-03-02js: Add fz_buffer.Tor Andersson
2016-03-01js: Add PDF document and object access.Tor Andersson
2016-02-29js: Add struct accessors.Tor Andersson
2016-02-29js: Add "mutool run" tool to run javascript scripts.Tor Andersson