Age | Commit message (Expand) | Author |
2018-10-23 | Remove extra blank lines. | Tor Andersson |
2018-10-23 | Allow SVG output to keep ID numbers unique across pages. | Tor Andersson |
2018-10-12 | Drop display list upon exception. | Sebastian Rasmussen |
2018-10-12 | Drop resources in mudraw upon exception. | Sebastian Rasmussen |
2018-09-20 | Be consistent in use of #if FZ_ENABLE_... | Robin Watts |
2018-09-05 | Use colorspace type enum instead of magic profile names. | Tor Andersson |
2018-09-04 | Check for missing filename when saving gproof. | Sebastian Rasmussen |
2018-07-05 | Pass rects by value: device and document interface. | Tor Andersson |
2018-07-05 | Pass matrices by value: device and document interface. | Tor Andersson |
2018-07-05 | Pass rect and matrix by value in geometry functions. | Tor Andersson |
2018-04-23 | Avoid SEGV when mudrawing to SVG. | Robin Watts |
2018-02-08 | Add 'null' output device so we can remove NULL checks in hot functions. | Tor Andersson |
2018-02-06 | Remove duplicated help string from mudraw. | Sebastian Rasmussen |
2018-01-29 | If drawing to one file per page in mudraw, don't use append mode. | Sebastian Rasmussen |
2018-01-10 | Add colorspace type enum and use it instead of hardcoded checks on N. | Tor Andersson |
2017-11-22 | Prefer using fz_snprintf over snprintf. | Sebastian Rasmussen |
2017-11-08 | Bug 698460: Mudraw: Set stdout to binary on windows | Robin Watts |
2017-11-08 | Bug 698467: Honour resolution in text extraction. | Robin Watts |
2017-11-08 | Fix TGA banded operation. | Robin Watts |
2017-11-08 | Pixmap writers for formats with alpha should handle premultiplied data. | Robin Watts |
2017-11-01 | Add separate fz_close_output step. | Tor Andersson |
2017-11-01 | Use int64_t for public file API offsets. | Tor Andersson |
2017-10-24 | Improved overprint (simulation) control. | Robin Watts |
2017-10-24 | Fix overprinting simulation in RGB output with no spots. | Robin Watts |
2017-10-24 | Add support for use of proofing profile. | Robin Watts |
2017-10-24 | mudraw: Add ability to specify icc profile for target colorspace. | Michael Vrhel |
2017-10-13 | Simple PCLm device. | Robin Watts |
2017-09-12 | Add -O flag to mudraw to control spots. | Robin Watts |
2017-08-17 | Fix printing of file level headers and trailers in mudraw. | Tor Andersson |
2017-08-17 | Simplify stext structure and device. | Tor Andersson |
2017-08-09 | Add XHTML output format to mudraw. | Tor Andersson |
2017-08-07 | tools: Move trace alloc info into callback argument. | Sebastian Rasmussen |
2017-07-27 | Add text format document writer. | Tor Andersson |
2017-07-19 | Add knowledge of spots to mudraw. | Robin Watts |
2017-07-19 | Update band writer (especially PSD) to cope with spots | Robin Watts |
2017-07-19 | Add spots to fz_pixmaps. | Robin Watts |
2017-07-11 | Disable parallel interpretation/rendering if threads are disabled. | Sebastian Rasmussen |
2017-07-11 | Drop unused page/display list if threading not enabled. | Sebastian Rasmussen |
2017-07-10 | Make threading a compile-time option and propagate it to all tools. | Sebastian Rasmussen |
2017-07-10 | Declare variable only used in one file static. | Sebastian Rasmussen |
2017-07-04 | Mudraw: Avoid bounding pages twice when outputting text. | Robin Watts |
2017-07-04 | Fix possible leaks if fz_bound_page throws. | Robin Watts |
2017-07-04 | Remove is_static from fz_new{,_icc}_colorspace. | Robin Watts |
2017-07-04 | Avoid losing dev if error thrown in mudraw. Solves leaks. | Robin Watts |
2017-06-27 | Drop document in case of error. | Sebastian Rasmussen |
2017-06-22 | Add PSD device | Robin Watts |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-05-25 | Replace broken FZ_IGNORE_IMAGE hints with other mechanisms. | Tor Andersson |
2017-05-03 | Fix windows builds: windows doesn't have sys/time.h | Robin Watts |
2017-04-27 | Include required system headers. | Tor Andersson |