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
/
pdf
/
pdf-op-buffer.c
Age
Commit message (
Expand
)
Author
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2017-11-01
Add separate fz_close_output step.
Tor Andersson
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-03
Add documentation for pdf_processors.
Robin Watts
2017-04-27
Include required system headers.
Tor Andersson
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
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-28
Refactor fz_image code cases.
Robin Watts
2016-04-18
Fix broken documents after sanitize
Robin Watts
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-04-16
ASCIIHexEncode inline images during sanitization if do_ascii is set.
Tor Andersson
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-03-18
Fix operator buffering of inline images.
Robin Watts
2014-03-13
Make pdf_output_obj consistent with pdf_fprint_obj
Robin Watts
2014-03-04
Add pdf_process for writing operator streams out to a buffer.
Robin Watts