Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-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-02-17 | Reference count fz_document. | Tor Andersson | |
2014-08-15 | Add libmujs.a to documentation example build command. | Tor Andersson | |
2014-04-02 | Update examples. | Tor Andersson | |
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-07-26 | Update single- and multi-threaded example mupdf usage. | Sebastian Rasmussen | |
2013-06-20 | Rearrange source files. | Tor Andersson | |