summaryrefslogtreecommitdiff
path: root/source/tools
AgeCommit message (Expand)Author
2016-12-12Tweak pdf portfolio: automatically use incremental writing.Tor Andersson
2016-12-12Tweak pdf portfolio to create blank portfolios and add multiple entries.Tor Andersson
2016-12-12PDF Portfolio support.Robin Watts
2016-12-12Fix default output options in pdf create.Tor Andersson
2016-12-08Update pdf_array_put to allow extension.Robin Watts
2016-11-23Try drawing all pages in a document in mudraw if ignoring errors.Sebastian Rasmussen
2016-11-23js: Add setUserCSS function.Tor Andersson
2016-11-23Add 'X' option to disable document styles.Tor Andersson
2016-11-23Convert mudraw and muraster to use mu-threads.Robin Watts
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
2016-11-11API improvements.Robin Watts
2016-11-11Add simple layer configuration feature to mutool draw.Robin Watts
2016-11-10Add mutool option (-l) for setting the minimum line width.Robin Watts
2016-11-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-26Introduce options for structured text.Sebastian Rasmussen
2016-10-26js: Handle null for all options supplied as strings.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-12Bug 696939: Fix mutool info -I flag.Robin Watts
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-10-12Regularize band writer interface.Robin Watts
2016-10-10Bug 697050: Allow mutool extract to keep JPEGs as JPEGs.Robin Watts
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-07js: Add PDFObject explicit accessors.Tor Andersson
2016-10-07Add annotation editing functions and clean interface of existing ones.Tor Andersson
2016-10-07js: Make PDFDocument, PDFPage, and PDFAnnotation subclasses.Tor Andersson
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-10-06Only build murun if we have mujs enabled.Robin Watts
2016-10-06Bug 697194: Document -gggg in muclean.Robin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-22tools: Prefer fz_atof() to atof().Sebastian Rasmussen
2016-09-22Bug 697018: Avoid recursing infinitely on dicts in mutool info.Sebastian Rasmussen
2016-09-09Fix incorrect type usage.Robin Watts
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-09-08JS: Add Path.bound() and Path.transform() similar to JNI.Sebastian Rasmussen
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-08-30Fix pdfextract for optional pixmap alpha changes.Tor Andersson
2016-08-30js: Add PDFObject.length and PDFObject.push() to handle arrays.Tor Andersson
2016-08-16JS: Push null if image lacks an image mask.Sebastian Rasmussen
2016-08-02JS: Add Path.curveTo*(), similar to JNI.Sebastian Rasmussen
2016-08-02JS: Add several Image.get*() methods similar to JNI.Sebastian Rasmussen
2016-08-02JS: Add Pixmap.getX() and .getY() similar to JNI.Sebastian Rasmussen
2016-08-02Re-add line endings for mutool show grep.Sebastian Rasmussen
2016-07-22Speed tweaks to muraster.Robin Watts
2016-07-22Fix pixmap and reference leak in pdfextract.Sebastian Rasmussen
2016-07-20Fix timing (-st) reporting for muraster and default to no BGPRINTRay Johnston
2016-07-15Add -P flag to muraster.Robin Watts
2016-07-15Add interface indicating if a document is reflowable.Sebastian Rasmussen