summaryrefslogtreecommitdiff
path: root/cbz
AgeCommit message (Expand)Author
2013-05-06Fix formatting.Tor Andersson
2013-05-03Simple Image file format recogniserRobin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-03-26cbz: Prevent segfault when testing for file type magic on empty files.Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-11Bug 693519: Replace char * with const char * in open document.Robin Watts
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-23Silence some warnings.Robin Watts
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-06mucbz: use fz_malloc, not malloc.Robin Watts
2012-03-13Fix for potential problems on allocation failure.Robin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-26Continued documentation improvements.Sebastian Rasmussen
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-03Add document interface.Tor Andersson
2012-02-03Use image DPI in CBZ parser.Tor Andersson
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson