summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-01-05Link required thirdparty libraries into one library: libmupdfthird.aTor Andersson
Keep the extra thirdparty libraries (curl and glfw) separate. This matches the build process for android and win32. Also purge some unused makefile sections.
2015-12-15Add logo files.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
Separate naming of functions that save complete files to disk from functions that write data to streams.
2015-09-25Update docs/example.c to use utility functions.Tor Andersson
And add error handling.
2015-06-11Update make instructions in examples to allow for crypto lib.Robin Watts
If libcrypto is installed then the Make system will cause HAVE_OPENSSL to be defined during the build. This pulls in dependencies on libcrypto, so this needs to be included in the link.
2015-05-25Merge 'mudraw' into 'mutool' binary.Tor Andersson
Use "mutool draw" or symlink mutool to mudraw to use mudraw.
2015-04-16mutool clean -z option to compress streams.Tor Andersson
2015-04-08Update docs/thirdparty.txtTor Andersson
Remove v8 from docs/thirdparty.txt since we use MuJS by default.
2015-04-08Add docs/example.c and docs/multi-threaded.c to 'make examples' target.Tor Andersson
Also update the examples for the recent API changes and make them build under MSVC.
2015-04-08Update documentation with fz_context changes.Robin Watts
2015-04-07Add EPUB layout options to mupdf-x11 and mudraw.Tor Andersson
2015-04-07Rename mutool show 'pages' to 'pagetree' to reduce possible confusion.Tor Andersson
Fixes bug 695909.
2015-04-06Add mutool pages subcommand.Robin Watts
Inspired by bug 695823. Mutool can now dump the sizes and orientations for pages within a given file.
2015-04-01Update manpages.Tor Andersson
2015-04-01Clean up mudraw command line syntax.Tor Andersson
... and move outline printing to mutool show.
2015-02-17Reference count fz_document.Tor Andersson
2014-08-20Add full-page color tinting option and key binding to X11 viewer.Tor Andersson
win32 supports tinting, but cannot change the color from the default.
2014-08-15Add libmujs.a to documentation example build command.Tor Andersson
2014-05-07Remove platform/debian directory.Tor Andersson
These files are maintained by debian. Now that debian updates the mupdf package more regularly there is no need for us to keep our own debian packaging files. https://packages.debian.org/unstable/main/mupdf
2014-04-02Update examples.Tor Andersson
2014-01-09Update copyright date.Tor Andersson
2013-12-23Bug 694765: Fix typo in man pages.Robin Watts
Thanks for Francesco Turco for spotting this.
2013-10-11Update documentation of multithreading and contexts.Robin Watts
Attempt to improve the clarity of the explainations pertaining to cloning contexts and bound contexts.
2013-09-08Update thirdparty.txt to include curlChris Liddell
2013-07-26Expand and reorganize manpage text.Tor Andersson
2013-07-26Update single- and multi-threaded example mupdf usage.Sebastian Rasmussen
2013-07-19Add mupdf-curl appRobin Watts
Windows and X11. Allows files to be fetched and displayed as they are downloaded both with and without linearization, using hints if available.
2013-07-19Initial work on progressive loadingRobin Watts
We are testing this using a new -p flag to mupdf that sets a bitrate at which data will appear to arrive progressively as time goes on. For example: mupdf -p 102400 pdf_reference17.pdf Details of the scheme used here are presented in docs/progressive.txt
2013-06-20Rearrange source files.Tor Andersson