index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
tools
/
murun.c
Age
Commit message (
Expand
)
Author
2016-03-23
js: Create 'argv' global containing arguments passed to mutool run.
Tor Andersson
2016-03-23
js: Add some low level document object access.
Tor Andersson
2016-03-23
Compile embedded fonts in separate C files.
Tor Andersson
2016-03-21
Fix compiler warnings in murun.c and pdf-js.c by tagging rethrow as noreturn.
Tor Andersson
2016-03-14
Remove begin_page and end_page device calls.
Tor Andersson
2016-03-14
js: Document password and metadata.
Tor Andersson
2016-03-14
js: Add DisplayList and DisplayListDevice.
Tor Andersson
2016-03-14
js: Fix some reference counting errors.
Tor Andersson
2016-03-14
js: Add upcasting to fz_document from pdf_document.
Tor Andersson
2016-03-14
js: More object accessor functions.
Tor Andersson
2016-03-14
js: Add pdf.countPages and pdf.findPage.
Tor Andersson
2016-03-14
js: Add buffer.save() to write contents of buffer to file.
Tor Andersson
2016-03-14
js: Add obj.writeStream and writeRawStream to update stream contents.
Tor Andersson
2016-03-14
js: Add obj.readStream and obj.readRawStream.
Tor Andersson
2016-03-14
js: Add PDFObject.forEach(f) to iterate over dictionaries and arrays.
Tor Andersson
2016-03-11
Implement fz_text_language support functions.
Robin Watts
2016-03-11
Rejig Bidirectional and Text code.
Robin Watts
2016-03-07
murun: Avoid returning values from void functions.
Robin Watts
2016-03-02
js: Add PDF resource and page functions.
Tor Andersson
2016-03-02
js: Fix reference counting errors.
Tor Andersson
2016-03-02
js: Add fz_buffer.
Tor Andersson
2016-03-01
js: Add PDF document and object access.
Tor Andersson
2016-02-29
js: Add struct accessors.
Tor Andersson
2016-02-29
js: Add "mutool run" tool to run javascript scripts.
Tor Andersson