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
/
cbz
/
mutiff.c
Age
Commit message (
Expand
)
Author
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-04-27
Avoid typecasting function pointers in subclasses.
Tor Andersson
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-13
Move extension/mimetype detection to common function.
Sebastian Rasmussen
2017-03-28
Return fz_document from all document handlers.
Sebastian Rasmussen
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-22
Update fz_new_page.
Robin Watts
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-12
Always call fz_drop_document() to drop the document.
Sebastian Rasmussen
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-09
Open document file in fz_open_document().
Sebastian Rasmussen
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-26
Improve fz_new_document
Robin Watts
2015-12-18
Rename fz_image_get_sanitised_res to fz_image_resolution.
Tor Andersson
2015-04-14
Split fz_meta into separate querying functions.
Tor Andersson
2015-02-18
Fix typos and reference counting errors in CBZ.
Tor Andersson
2015-02-17
Remove pointless return value checks when calling fz_open_file.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson