summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-03html: Add scaffolding.Tor Andersson
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-12-03Bug 695566 and 695567: Update MuJS submodule.Tor Andersson
2014-11-26Change incorrect loglevel of some messages from error to infomax
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-12iOS: Remove CFBundleIcon* keys from the Info.plistJoseph Heenan
2014-10-05iOS: Run at native res on iphone6/6+Joseph Heenan
2014-10-05iOS: tweak types to avoid warnings in 64 bit buildsJoseph Heenan
2014-10-04iOS: minor cleans upsJoseph Heenan
2014-10-04iOS: convert app icons & launch image into image cataloguesJoseph Heenan
2014-10-04iOS: Enable various warnings to match current best practiceJoseph Heenan
2014-10-04iOS: Fix an analyser warningJoseph Heenan
2014-10-04iOS: Remove empty didReceiveMemoryWarning implementationJoseph Heenan
2014-10-04iOS: Fix a warning in xcode 6Joseph Heenan
2014-10-04iOS: Add missing [super viewWillAppear/Disappear] callsJoseph Heenan
2014-10-04iOS: Move instance variables from .h to .mJoseph Heenan
2014-10-04Avoid redefinition warning from clang when building cmapdump.cJoseph Heenan
2014-09-30Update change list for 1.6 release.Tor Andersson
2014-09-30Bump version number.Tor Andersson
2014-09-30Fix 695501: Intelligent cmap remapping.Tor Andersson
2014-09-24Update to latest MuJS.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-18android: Add note about NDK targets to ReadMe.Tor Andersson
2014-09-18android: Fix crash when external storage is missing.Tor Andersson
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-16Add missing file to VS solution.Robin Watts
2014-09-09Add missing files to VS2013 projectsMichael Vrhel
2014-09-09Rename of winrt to windows due to presence on gsview in this folder.Michael Vrhel
2014-09-09Fix bug in text selection.Michael Vrhel
2014-09-09Minor addition to allow Page Up/Down to do previous/next page.Ray Johnston