summaryrefslogtreecommitdiff
path: root/source/tools/murun.c
AgeCommit message (Expand)Author
2018-03-22Load most annotations, even if they are missing appearances.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-02-27Use fz_point for pdf_set_annot_ink_list and vertices too.Tor Andersson
2018-02-27Add annotation Vertices creation functions.Tor Andersson
2018-02-13Add JNI and JS bindings to layer device calls.Tor Andersson
2018-01-04Update 'mutool run' man page.Tor Andersson
2017-11-22jni/js: Add support for annotation modification dates.Sebastian Rasmussen
2017-11-22jni/js: Use correct text encoding in annotation author and contents.Fred Ross-Perry
2017-11-22jni/js: Add interfaces for creating UTF-16BE and PDF byte strings.Sebastian Rasmussen
2017-11-22jni: Return correct quadpoints coordinates.Sebastian Rasmussen
2017-11-22jni: Return correct inklist coordinates.Sebastian Rasmussen
2017-11-22js: Return undef when not finding metadata.Sebastian Rasmussen
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-10-12mutool run: Take reference to global colorspaces.Tor Andersson
2017-10-12Fix bug in murun when creating buffers from strings.Tor Andersson
2017-09-12Fix merge error in murun.cTor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-09-07Declare variable fz_var().Sebastian Rasmussen
2017-08-17Simplify stext structure and device.Tor Andersson
2017-07-27murun: Remember to js_endtry() before returning.Sebastian Rasmussen
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-19Fix 697898: Typo in iterator in JS Page.getLinks().Tor Andersson
2017-05-08js: Propagate errors from JS devices to fitz.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use feature defines in tools.Tor Andersson
2017-04-20js: Push annotation error handling down to library.Sebastian Rasmussen
2017-04-20js: Add set/get of interior color of annotations.Sebastian Rasmussen
2017-04-14js: Avoid duplicating cleanup code.Sebastian Rasmussen
2017-04-14js: Deleting an annotation has no return value.Sebastian Rasmussen
2017-03-31Fix typo in PDFAnnotation.setQuadPoints.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-02-21Fix typo in ffi_PDFAnnotation_setColor.Tor Andersson
2017-02-21The 'count' array in pdf_annot_set_ink_list takes number of points.Tor Andersson
2016-12-27js: Fix allocator callbacks so they don't throw fitz exceptions.Tor Andersson
2016-12-08Update pdf_array_put to allow extension.Robin Watts
2016-11-23js: Add setUserCSS function.Tor Andersson
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-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