summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-10-14epub: Add hyperlinks.Tor Andersson
2016-10-14Be stricter when parsing css length units.Tor Andersson
2016-10-14Drop all contexts the same way.Sebastian Rasmussen
2016-10-14pnm: Workaround for b/w PAM images with packed samples.Sebastian Rasmussen
2016-10-14pnm: Support b/w PAM images with alpha.Sebastian Rasmussen
2016-10-14pnm: PAM images have component inverted compared to PNM.Sebastian Rasmussen
2016-10-14pnm: Premultiply alpha for use in pixmap.Sebastian Rasmussen
2016-10-14pnm: Better guesses when tuple type is not specified.Sebastian Rasmussen
2016-10-14pnm: Interpret binary b/w image samples correctly.Sebastian Rasmussen
2016-10-14pnm: Prefer enum to strings when parsing tuple type.Sebastian Rasmussen
2016-10-14pnm: Prefer enum to strings when parsing header tokens.Sebastian Rasmussen
2016-10-14pnm: Throw exception if image is too big.Sebastian Rasmussen
2016-10-14pnm: Cosmetic reordering of code.Sebastian Rasmussen
2016-10-13Bug 696885: Handle subsampled components in openjpeg decoder wrapper.Robin Watts
2016-10-12Optimise fz_new_buffer_from_image_as_png.Robin Watts
2016-10-13crypt: Handle null pointer when dropping crypt object.Sebastian Rasmussen
2016-10-12Bug 697065: Fix bug in CMYK -> RGB pixmap converter.Robin Watts
2016-10-12Fix leak in fz_load_jpx_info.Robin Watts
2016-10-12Bug 697151: Pacify valgrind when reading padding while unpacking tilesSebastian Rasmussen
2016-10-12css: Remove unused variables.Tor Andersson
2016-10-12svg: Remove newlines from fz_warn messages.Tor Andersson
2016-10-12Remove unused function.Tor Andersson
2016-10-12Use pool allocator when parsing CSS.Tor Andersson
2016-10-12Bug 696958: parse css hex colors that are missing the '#' prefix.Tor Andersson
2016-10-12Bug 696958: Workarounds for 'rem' and 'ch' units in epub.Tor Andersson
2016-10-12Remove superfluous context null checks.Tor Andersson
2016-10-12Fix (harmless) typo in function prototypes.Tor Andersson
2016-10-12Split fz_html into fz_html and fz_html_box for nodes.Tor Andersson
2016-10-12Bug 697012: Avoid overflow in xps_parse_real_num.Robin Watts
2016-10-12Bug 696939: Fix mutool info -I flag.Robin Watts
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-10-12Regularize band writer interface.Robin Watts
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-10Bug 697050: Allow mutool extract to keep JPEGs as JPEGs.Robin Watts
2016-10-10PDF Images: Add a flag for if we need to apply the decode arrayRobin Watts
2016-10-10Remove unused variable.Robin Watts
2016-10-10Bug 697075: Fix tile repeat calculations.Robin Watts
2016-10-10Bug 697123: epub: Adjust anchor positions using fragments.Robin Watts
2016-10-10Simplify linked list handling in epub-doc.cRobin Watts
2016-10-10Remove needless parameter passing.Robin Watts
2016-10-10HTML: Keep 'Anchors' in the html box list.Robin Watts
2016-10-10Use more bitfields in HTML.Robin Watts
2016-10-10Change HTML agent to use bitfields rather than chars.Robin Watts
2016-10-09Open document file in fz_open_document().Sebastian Rasmussen
2016-10-09html: Fix leak of buffer when opening as stream.Sebastian Rasmussen
2016-10-09html: Add missing function pointer when opening as stream.Sebastian Rasmussen
2016-10-09cbz: Remove unused variable.Sebastian Rasmussen
2016-10-09Fix HAVE_JPEGXR and HAVE_LURATECH code for colorspace changes.Sebastian Rasmussen
2016-10-07Ensure we always layout the document before loading the outlines.Robin Watts