index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
output-ps.c
Age
Commit message (
Expand
)
Author
2018-07-05
Pass rects by value: device and document interface.
Tor Andersson
2017-11-22
Use custom allocator everywhere zlib is used.
Sebastian Rasmussen
2017-11-01
Add separate fz_close_output step.
Tor Andersson
2017-09-07
Make sure to always drop a fz_device even upon error.
Sebastian Rasmussen
2017-08-17
Add PS document writer.
Tor Andersson
2017-07-19
Update band writer (especially PSD) to cope with spots
Robin Watts
2017-06-27
When PS/PNG band writers throw, end the deflate streams if open.
Sebastian Rasmussen
2017-06-27
Avoid inconsistently freeing PS band writer upon error.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-03-22
Always use %g for short-as-possible format character.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-03-11
Fix PS image output.
Robin Watts
2017-03-11
Simplify fz_band_writer API.
Robin Watts
2017-01-06
Fix /dev/null slowdown.
Robin Watts
2016-10-12
Change code from using bandheight to using band_height.
Robin Watts
2016-10-12
Regularize band writer interface.
Robin Watts
2016-06-28
Fix inconsistency in band handling.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-03-25
Fix PS output banded mode operation.
Robin Watts
2016-03-21
Add .ps output to mutool draw.
Robin Watts