Age | Commit message (Expand) | Author |
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 |
2017-04-27 | Use feature defines in tools. | Tor Andersson |
2017-04-27 | Rename FMT_zu to FZ_FMT_zu. | Tor Andersson |
2017-03-31 | Remove excess newline in mutool draw output. | Robin Watts |
2017-03-22 | Rename fz_putc/puts/printf to fz_write_*. | Tor Andersson |
2017-03-20 | Fix threaded mutool build breakage. | Robin Watts |
2017-03-15 | Silence warning. | Tor Andersson |
2017-03-14 | Update PWG writer to be a band_writer. | Robin Watts |
2017-03-14 | Recast TGA output as a band writer. | Robin Watts |
2017-03-11 | Simplify fz_band_writer API. | Robin Watts |
2017-02-20 | Add no-reuse-images option to SVG device. | Tor Andersson |
2017-02-14 | Make svg text output format a runtime option. | Tor Andersson |
2017-02-06 | Be stricter when parsing OCG selections in mudraw. | Sebastian Rasmussen |
2017-02-04 | Bug 697514: Write SVG output to stdout if no output specified. | Sebastian Rasmussen |
2016-12-27 | Strip extraneous blank lines. | Tor Andersson |
2016-12-19 | Fix broken mutool draw SVG output | Robin Watts |
2016-11-23 | Try drawing all pages in a document in mudraw if ignoring errors. | Sebastian Rasmussen |
2016-11-23 | Add 'X' option to disable document styles. | Tor Andersson |
2016-11-23 | Convert mudraw and muraster to use mu-threads. | Robin Watts |
2016-11-14 | Make fz_buffer structure private to fitz. | Robin Watts |
2016-11-11 | API improvements. | Robin Watts |
2016-11-11 | Add simple layer configuration feature to mutool draw. | Robin Watts |
2016-11-10 | Add mutool option (-l) for setting the minimum line width. | Robin Watts |
2016-10-18 | Avoid checking argument to fz_drop_*()/fz_free(). | Sebastian Rasmussen |
2016-10-12 | Change code from using bandheight to using band_height. | Robin Watts |
2016-10-12 | Regularize band writer interface. | Robin Watts |
2016-09-22 | tools: Prefer fz_atof() to atof(). | Sebastian Rasmussen |
2016-09-08 | Add options to control heuristics in structured text. | Sebastian Rasmussen |
2016-07-13 | Bug 696699: Fix Text extraction mediabox information. | Robin Watts |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |