summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2014-12-03Don't automatically trim buffer during fz_keep_buffer.Tor Andersson
2014-12-03Add fz_layout_document function.Tor Andersson
2014-12-03Add dirname and cleanname path manipulation functions.Tor Andersson
2014-12-03cbz: Use ZIP archive module.Tor Andersson
2014-12-03xps: Use ZIP archive module.Tor Andersson
2014-12-03Add ZIP file and directory reading module.Tor Andersson
2014-12-03Fix off-by-one in fz_write_buffer_byte.Tor Andersson
2014-12-03Add convenience fz_read_file function.Tor Andersson
2014-12-03Don't always trim the buffer when calling fz_read_all.Tor Andersson
2014-12-03xml: Make accessors NULL-resistant. Add fz_xml_find functions.Tor Andersson
2014-12-03xml: Optimize creation of really long lists by keeping a tail pointer.Tor Andersson
2014-12-03xml: Don't emit empty text nodes between tags when preserving whitespace.Tor Andersson
2014-11-26Change xref representation to cope better with sparse xrefs.Robin Watts
2014-10-28more liberally accept page trees with unexpected contentSimon Bünzli
2014-10-28fix memory leaks in load_sample_func and pdf_load_compressed_inline_imageSimon Bünzli
2014-10-22Fix warnings.Tor Andersson
2014-10-04Avoid redefinition warning from clang when building cmapdump.cJoseph Heenan
2014-09-30Fix 695501: Intelligent cmap remapping.Tor Andersson
2014-09-23Fix 695501: check upper and lower bounds of CMap when computing ToUnicode.Tor Andersson
2014-09-22Fix 695467: Add and use fz_ftoa function (like dtoa but with floats).Tor Andersson
2014-09-22Ensure that TIFFs with resolution set to zero get sane values.Robin Watts
2014-09-17Fix whitespace.Tor Andersson
2014-09-17xps: Add fz_xml_is_tag to simplify tag matching.Tor Andersson
2014-09-17Improve XML parser.Tor Andersson
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-09-08Revert part of commit 5509a4ef7520bf0b5280ce7d6af8eb15b1b8b0f1Simon Bünzli
2014-09-08Bug 695440: fix buffer underflows in load-jpeg.cSimon Bünzli
2014-09-08Update test-device to check images piecemeal.Robin Watts
2014-09-02Fix windows build breakages due to missing NAN and INFINITY.Robin Watts
2014-09-02Fix memory leaks in test_device.Robin Watts
2014-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson
2014-09-02Clean some whitespace.Tor Andersson
2014-09-01Performance improvement for test-device.Robin Watts
2014-08-27Revise test-device; thresholding and exhaustive checking.Tor Andersson
2014-08-27Allow NULL callback functions in the mesh processor.Tor Andersson
2014-08-27cbz: Use csize and usize fields from central directory.Tor Andersson
2014-08-20Add full-page color tinting option and key binding to X11 viewer.Tor Andersson
2014-08-19Only include jmemcust.h when building our own libjpeg.Tor Andersson
2014-08-19don't always write to Visual Studio's Output console in debug buildsSimon Bünzli
2014-08-19don't render non-empty dashing with zero-length phaseSimon Bünzli
2014-08-19try not to wrongly overwrite /ID when repairing encrypted documentsSimon Bünzli
2014-08-19prevent buffer overflow and memory leak in xps-glyphs.cSimon Bünzli
2014-08-12Fix 695411: Catch errors when loading objects in mutool extract.Tor Andersson
2014-08-12Change error messages in mutool extract to follow the house style.Tor Andersson
2014-08-11Fix commit: Minor optimization in test_device.Tor Andersson
2014-07-24cbz: Only include each entry once, even if it matches many file suffixes.Tor Andersson
2014-07-22Change js_is/touserdata argument order to match MuJS changes.Tor Andersson
2014-07-18fix off-by-one error in fz_unblend_masked_tileSimon Bünzli
2014-07-18fix potential memory leak in load-jpx.cSimon Bünzli