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
Age
Commit message (
Expand
)
Author
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-14
Take pdf_obj argument to pdf_is_stream.
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-03-01
Don't use pdf_page struct when creating pages.
Tor Andersson
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2016-03-01
pdfcreate: Fix typo.
Tor Andersson
2016-03-01
Mudraw: Avoid clearing the output pcl file after every page.
Robin Watts
2016-02-29
js: Add struct accessors.
Tor Andersson
2016-02-29
js: Add "mutool run" tool to run javascript scripts.
Tor Andersson
2016-02-29
Don't embed base 14 or substitute fonts.
Tor Andersson
2016-02-29
pdfcreate: Only create subresource dictionaries when needed.
Tor Andersson
2016-02-29
Rename pdf_add_simple_font_res and friends.
Tor Andersson
2016-02-29
New and simplified pdfcreate command line tool.
Tor Andersson
2016-02-29
Pass mediabox to pdf_create_page by const pointer, and pass resources.
Tor Andersson
2016-02-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-02-29
Remove pdf_res struct. Use pdf_obj indirect references directly.
Tor Andersson
2016-02-29
Change order of arguments to pdf_create_page.
Tor Andersson
2016-02-29
Fix silly typo. Set default output file for pdfwrite device.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
2016-02-29
Print newlines before 'endobj' in mutool show.
Tor Andersson
2016-01-20
Various formatting cleanups.
Tor Andersson
2015-12-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-18
Rename fz_halftone_pixmap to fz_new_bitmap_from_pixmap.
Tor Andersson
2015-12-15
Rename fz_output_x to fz_write_pixmap_as_x etc.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-12-11
Rename structured text structs and functions to 'stext'.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-10-02
Bug 696078: Improve box handling in poster tool.
Robin Watts
2015-09-28
Fix mudraw text outputting to respect given filename.
Robin Watts
2015-09-28
Fix -p option to mutool draw.
Robin Watts
2015-09-02
Fix broken build due to mudraw not being updated for changes to gproof creation
Michael Vrhel
2015-07-20
Add .gproof output mode to mudraw.
Robin Watts
2015-06-29
Rejig the internals of fz_image slightly.
Robin Watts
2015-06-02
Ensure that we can still build mudraw standalone if we want to.
Robin Watts
2015-05-25
Merge 'mudraw' into 'mutool' binary.
Tor Andersson
2015-05-19
epub: User stylesheets.
Tor Andersson
[next]