summaryrefslogtreecommitdiff
path: root/source/cbz/mucbz.c
AgeCommit message (Expand)Author
2018-11-14Allow opening pkm files.Tor Andersson
2018-10-23Throw when page number is out of range.Sebastian Rasmussen
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-01-22cbz: Do not ask for page file name/extension unnecessarily.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-04-27Avoid typecasting function pointers in subclasses.Tor Andersson
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-20Split long lists onto multiple lines.Tor Andersson
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2016-10-18Internal drop functions don't need to check for NULL.Sebastian Rasmussen
2016-10-12Always call fz_drop_document() to drop the document.Sebastian Rasmussen
2016-10-11Free document in fz_drop_document(), not in subclassing documents.Sebastian Rasmussen
2016-10-09Open document file in fz_open_document().Sebastian Rasmussen
2016-10-09cbz: Remove unused variable.Sebastian Rasmussen
2016-10-06Bug 697159: Fix memory leak in CBZ error handling.Robin Watts
2016-09-13Fix compiler warning.Tor Andersson
2016-09-08Add support for GNU tar archives.Sebastian Rasmussen
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-06Add support for decoding pbm/pgm/ppm/pam images.Sebastian Rasmussen
2016-07-06Add optional support for JPEG-XR.Sebastian Rasmussen
2016-07-05Support J2K/JP2 files in CBZ.Sebastian Rasmussen
2016-07-05cbz: Use case insensitive comparison for extension.Sebastian Rasmussen
2016-06-23Support TIFF files in CBZ.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-26Improve fz_new_documentRobin Watts
2016-03-23Add support for BMP images.Sebastian Rasmussen
2015-12-18Rename fz_image_get_sanitised_res to fz_image_resolution.Tor Andersson
2015-07-29Add support for parsing GIF images.Sebastian Rasmussen
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-02-18Fix typos and reference counting errors in CBZ.Tor Andersson
2015-02-17Remove pointless return value checks when calling fz_open_file.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-02-17Reference count fz_document.Tor Andersson
2015-02-10Attempting to render a JPEG with xres and yres set to 1 fails.Robin Watts
2014-12-29Fix windows build failure.Robin Watts
2014-12-12prevent warning C4090Simon Bünzli
2014-12-03cbz: Use ZIP archive module.Tor Andersson
2014-08-27cbz: Use csize and usize fields from central directory.Tor Andersson
2014-07-24cbz: Only include each entry once, even if it matches many file suffixes.Tor Andersson
2014-07-18prevent buffer overflow in cbz_strnatcmpSimon Bünzli
2014-07-07cbz: Use natural string comparison to sort file names.Tor Andersson
2014-04-22Error out on unsupported encrypted zip filesSebastian Rasmussen
2014-01-07Introduce 'document handlers'.Robin Watts