summaryrefslogtreecommitdiff
path: root/source/tools
AgeCommit message (Expand)Author
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-09-07Declare variable fz_var().Sebastian Rasmussen
2017-08-17Fix printing of file level headers and trailers in mudraw.Tor Andersson
2017-08-17Add PCL document writer.Tor Andersson
2017-08-17Add PWG document writer.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-09Add XHTML output format to mudraw.Tor Andersson
2017-08-07tools: Move trace alloc info into callback argument.Sebastian Rasmussen
2017-07-27Add text format document writer.Tor Andersson
2017-07-27murun: Remember to js_endtry() before returning.Sebastian Rasmussen
2017-07-21Add 'mutool trace' command.Tor Andersson
2017-07-19Add knowledge of spots to mudraw.Robin Watts
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-11Disable parallel interpretation/rendering if threads are disabled.Sebastian Rasmussen
2017-07-11Drop unused page/display list if threading not enabled.Sebastian Rasmussen
2017-07-10Make threading a compile-time option and propagate it to all tools.Sebastian Rasmussen
2017-07-10Declare variable only used in one file static.Sebastian Rasmussen
2017-07-04Mudraw: Avoid bounding pages twice when outputting text.Robin Watts
2017-07-04mjsgen: Handle errors gracefully.Sebastian Rasmussen
2017-07-04mjsgen: Add context to all interface calls.Sebastian Rasmussen
2017-07-04Fix possible leaks if fz_bound_page throws.Robin Watts
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-07-04Avoid losing dev if error thrown in mudraw. Solves leaks.Robin Watts
2017-06-27Drop document in case of error.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-06-22Add PSD deviceRobin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-06Declare functions without arguments as taking void.Sebastian Rasmussen
2017-06-06Remove unused variable/function.Sebastian Rasmussen
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-06-03Alphabetically sort mutool options.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-25Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.Tor Andersson
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-05-03Fix windows builds: windows doesn't have sys/time.hRobin Watts
2017-04-27Move fz_outline and pdf_xref debug printing to pdfshow.cTor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use feature defines in tools.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.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-04-13Clean up mutool usage messages.Tor Andersson
2017-03-31Fix typo in PDFAnnotation.setQuadPoints.Tor Andersson