Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-29 | Update man pages with new pdfcreate command. | Tor Andersson | |
2016-02-12 | Add logo and icon image files. | Tor Andersson | |
2016-01-20 | Update manpages. | Sebastian Rasmussen | |
2016-01-05 | Link required thirdparty libraries into one library: libmupdfthird.a | Tor 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-15 | Add logo files. | Tor Andersson | |
2015-12-15 | Rename 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-25 | Update docs/example.c to use utility functions. | Tor Andersson | |
And add error handling. | |||
2015-06-11 | Update 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-25 | Merge 'mudraw' into 'mutool' binary. | Tor Andersson | |
Use "mutool draw" or symlink mutool to mudraw to use mudraw. | |||
2015-04-16 | mutool clean -z option to compress streams. | Tor Andersson | |
2015-04-08 | Update docs/thirdparty.txt | Tor Andersson | |
Remove v8 from docs/thirdparty.txt since we use MuJS by default. | |||
2015-04-08 | Add 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-08 | Update documentation with fz_context changes. | Robin Watts | |
2015-04-07 | Add EPUB layout options to mupdf-x11 and mudraw. | Tor Andersson | |
2015-04-07 | Rename mutool show 'pages' to 'pagetree' to reduce possible confusion. | Tor Andersson | |
Fixes bug 695909. | |||
2015-04-06 | Add 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-01 | Update manpages. | Tor Andersson | |
2015-04-01 | Clean up mudraw command line syntax. | Tor Andersson | |
... and move outline printing to mutool show. | |||
2015-02-17 | Reference count fz_document. | Tor Andersson | |
2014-08-20 | Add 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-15 | Add libmujs.a to documentation example build command. | Tor Andersson | |
2014-05-07 | Remove 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-02 | Update examples. | Tor Andersson | |
2014-01-09 | Update copyright date. | Tor Andersson | |
2013-12-23 | Bug 694765: Fix typo in man pages. | Robin Watts | |
Thanks for Francesco Turco for spotting this. | |||
2013-10-11 | Update documentation of multithreading and contexts. | Robin Watts | |
Attempt to improve the clarity of the explainations pertaining to cloning contexts and bound contexts. | |||
2013-09-08 | Update thirdparty.txt to include curl | Chris Liddell | |
2013-07-26 | Expand and reorganize manpage text. | Tor Andersson | |
2013-07-26 | Update single- and multi-threaded example mupdf usage. | Sebastian Rasmussen | |
2013-07-19 | Add mupdf-curl app | Robin 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-19 | Initial work on progressive loading | Robin 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-20 | Rearrange source files. | Tor Andersson | |