Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Include required system headers. | Tor Andersson | |
2017-04-11 | jstest: Stop printing bogus script lines. | Sebastian Rasmussen | |
2017-04-11 | Bug 697551: Make path and line buffers of equal size. | Sebastian Rasmussen | |
Previously a too long line could be copied into the too short path buffer. | |||
2016-09-23 | Bug 697021: Count used string space correctly. | Sebastian Rasmussen | |
Account for used space before comparison, not after. | |||
2016-09-23 | Bug 697020: Remove variable only ever written to. | Sebastian Rasmussen | |
2016-06-16 | Drop save_alpha argument from image writing functions. | 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-04-06 | Bug 693688: MuPDF viewer; if reload fails, don't crash out. | Robin Watts | |
Use a placeholder document instead - just a big red 'X'. Supposedly lots of people use MuPDF to view the output of their TeX documents. Sometimes the compilation of the TeX document fails, and reload results in MuPDF closing. This should allow their window to stay open until they fix the problem and reload again. | |||
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson | |
Rename fz_close to fz_drop_stream. Rename fz_close_archive to fz_drop_archive. Rename fz_close_output to fz_drop_output. Rename fz_free_* to fz_drop_*. Rename pdf_free_* to pdf_drop_*. Rename xps_free_* to xps_drop_*. | |||
2014-07-22 | Set default output filename in mujstest. | Tor Andersson | |
2013-07-22 | Added newlines in error messages for X11 platform. | Marcos H. Woehrmann | |
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-04 | Update pdf_write_document to support incremental update | Paul Gardiner | |
2013-06-20 | Rearrange source files. | Tor Andersson | |