summaryrefslogtreecommitdiff
path: root/source/tools
AgeCommit message (Expand)Author
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-13Fix MSVC build of murunRobin Watts
2016-07-12js: Add doc.loadOutline and page.getLinks functions.Tor Andersson
2016-07-12js: Check if some arguments exist before converting to boolean/number.Tor Andersson
2016-07-12js: Fix memory leak in new Image().Tor Andersson
2016-07-08Bug 696911: muraster with no threads lib.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-08js: Add wrapper for fz_stext_page to search, select and copy text.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06Add annotations to murun.Tor Andersson
2016-07-06Remove premature optimization: don't bother to resolve page objects.Tor Andersson
2016-07-06Fix garbage collection and page grafting for indirect reference chains.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-07-06pdf: Flatten inheritable page properties when copying pages.Tor Andersson
2016-06-29Print font encoding in mutool info.Sebastian Rasmussen
2016-06-28Mudraw: Fix interation with banding and display list.Robin Watts
2016-06-28Fix inconsistency in band handling.Robin Watts
2016-06-23Always print filenames in mudraw.Sebastian Rasmussen
2016-06-23Update muraster tool and add it to the unix build.Tor Andersson
2016-06-23Update JNI code. Take explicit alpha argument in toPixmap functions.Tor Andersson
2016-06-22Fixes needed for muraster to buildMichael Vrhel
2016-06-22mudraw: Don't apply ctm twice when not using display list.Tor Andersson
2016-06-20Bug 696839: Fix -I option to mudraw.Robin Watts
2016-06-20Add simple muraster.Robin Watts
2016-06-17Set pixmap resolution when creating pixmaps for draw device.Tor Andersson
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Fix fz_write_pam code.Robin Watts
2016-06-17Improve banding API.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Add fz_draw_options struct for use with draw device.Tor Andersson
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-06-16Update getStride and add getAlpha to JS bindings.Tor Andersson
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-06-06Update MuJS.Tor Andersson
2016-06-06Add FZ_ENABLE_JS configuration define.Tor Andersson
2016-05-31Update test device with passthrough option.Robin Watts
2016-05-30Respect FZ_ENABLE_PDF=0 to allow dropping all PDF specific code in tools.Tor Andersson
2016-05-27Mudraw: Move halftoning into render threads.Robin Watts
2016-05-26Bug 696803: Fix pam output.Robin Watts
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