summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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-17Reference count fz_path and fz_text.Tor Andersson
2015-02-10Add some Memento_labels to aid debugging of leaks.Robin Watts
2015-02-10Attempting to render a JPEG with xres and yres set to 1 fails.Robin Watts
2015-02-03Update URW fonts.Tor Andersson
2015-01-21Fix rebase/merge error in previous commit.Tor Andersson
2015-01-21Update MuJS.Tor Andersson
2015-01-20don't omit patterns with huge xstep/ystep valuesSimon Bünzli
2015-01-20don't decode '8' and '9' as octal digitsSimon Bünzli
2015-01-20remove some lonely tabs and move some braces onto their own linesSimon Bünzli
2015-01-20fix crash caused by commit 90c560641d9b459a658029eefc4cbb02fdbca0b5Simon Bünzli
2015-01-20fix memory leak introduced with commit 90c560641d9b459a658029eefc4cbb02fdbca0b5Simon Bünzli
2015-01-20Bug 695770: fix TODO in commit d7c0c0856b31be17823ae4745b2c542a9c71765fSimon Bünzli
2015-01-20don't try extracting object number 0Simon Bünzli
2015-01-06Add xref_index to speed searching of sparse xrefs.Robin Watts
2015-01-05Another PDF Xref speedup from Malc.Robin Watts
2014-12-29Remove unnecessary test.Robin Watts
2014-12-29Performance optimisation with pdf_cache_object/pdf_get_xref_entryRobin Watts
2014-12-29Fix windows build failure.Robin Watts
2014-12-18Bug 695746: make LZW decoder slightly more tolerantSimon Bünzli
2014-12-12prevent warning C4090Simon Bünzli
2014-12-12make xps_read_part report correct part sizesSimon Bünzli
2014-12-12fix memory leaksSimon Bünzli
2014-12-12update pointer after ensure_solid_xref callSimon Bünzli
2014-12-03Update MuJS to latest.Tor Andersson
2014-12-03Fix leak of directory string in fz_archive.Tor Andersson
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