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