summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2017-04-13Remove obsolete script to create browsable source files.Tor Andersson
2017-04-13Add an example JPEG2000 to PDF script.Tor Andersson
2017-04-13Use addRawStream in pdf-create-lowlevel.js example script.Tor Andersson
2017-04-13Add android library build instructions.Tor Andersson
2017-04-13Organize docs into HTML files.Tor Andersson
2017-04-13Move all examples to docs/examples directory.Tor Andersson
2017-04-13Clean up mutool usage messages.Tor Andersson
2017-04-13Clean up mupdf-gl usage message.Tor Andersson
2017-04-13gl: Support going to a specific page number on the command line.Tor Andersson
2017-04-13Fix 697725: silly typo when parsing GoToR destination.Tor Andersson
2017-04-11Bug 697662: Support named actions to first/last/next/previous page.Sebastian Rasmussen
2017-04-11Add fz_asprintf function to allocate a string and format output.Tor Andersson
2017-04-11jstest: Stop printing bogus script lines.Sebastian Rasmussen
2017-04-11Bug 697551: Make path and line buffers of equal size.Sebastian Rasmussen
2017-04-05jpx: Make Luratech decoder glue layer compile.Sebastian Rasmussen
2017-03-31Fix typo in PDFAnnotation.setQuadPoints.Tor Andersson
2017-03-31Remove Reap lock.Robin Watts
2017-03-31Remove excess newline in mutool draw output.Robin Watts
2017-03-31Fix leaks of reaped object keys.Robin Watts
2017-03-31Fix mutex asserts seen during reaping.Robin Watts
2017-03-29Update MuJS.Tor Andersson
2017-03-29Update CHANGES for release.Tor Andersson
2017-03-29Happy New Year!Sebastian Rasmussen
2017-03-29Update README and version number.Tor Andersson
2017-03-28Pass the 'serif' flag to fz_lookup_noto_font.Tor Andersson
2017-03-28pdf: Swallow unrecoverable errors and ignore rest of page.Tor Andersson
2017-03-28pdf: Use FZ_ERROR_SYNTAX code for syntax errors.Tor Andersson
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
2017-03-28Java fixes.Tor Andersson
2017-03-28Rejig fz_new_annot to fz_new_derived_annot.Robin Watts
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-28Rename fz_new_archive to fz_new_derived_archiveRobin Watts
2017-03-27Add more API docs for document writers.Robin Watts
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-25Add fz_storable_needs_reaping.Robin Watts
2017-03-24Fix needs_reap entry in key storable.Robin Watts
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-24Add fz_new_XXX_document_writer calls for pixmaps.Robin Watts
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-23Add fz_new_writer function.Robin Watts
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-03-23Fix bug with printing integer zero in printf.Tor Andersson
2017-03-22Add API docs for fz_page_ function types.Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2017-03-22Fix threaded muraster build.Robin Watts
2017-03-22Extend our printf formatting to take width and precision.Tor Andersson
2017-03-22Simplify string formatter API.Tor Andersson
2017-03-22Always use %g for short-as-possible format character.Tor Andersson