index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cbz
/
mucbz.c
Age
Commit message (
Expand
)
Author
2013-05-06
Fix formatting.
Tor Andersson
2013-05-03
Simple Image file format recogniser
Robin Watts
2013-04-11
Move pdf_image to fz_image.
Robin Watts
2013-03-26
cbz: Prevent segfault when testing for file type magic on empty files.
Tor Andersson
2013-02-19
Fix whitespace.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-11
Bug 693519: Replace char * with const char * in open document.
Robin Watts
2012-10-25
Support separate rendering of the main page contents and the annotations
Paul Gardiner
2012-09-04
Merge branch 'master' into forms
Paul Gardiner
2012-08-28
Add fz_open_document_with_stream function.
Tor Andersson
2012-08-23
Silence some warnings.
Robin Watts
2012-07-05
Merge branch 'master' into forms
Robin Watts
2012-07-05
Move to static inline functions from macros.
Robin Watts
2012-06-20
Reduce amount of boiler plate by casting function pointers to void*.
Tor Andersson
2012-04-17
Add Meta interface to fz_document.
Robin Watts
2012-04-06
mucbz: use fz_malloc, not malloc.
Robin Watts
2012-03-13
Fix for potential problems on allocation failure.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-03
Add document interface.
Tor Andersson
2012-02-03
Use image DPI in CBZ parser.
Tor Andersson
2012-01-30
Add CBZ (comic book zip-file) parser.
Tor Andersson