summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-27Add facility to track usage of functions.Robin Watts
2016-05-27Mudraw: Move halftoning into render threads.Robin Watts
2016-05-27Fix ARM code for bitmap scalingRobin Watts
2016-05-26Bug 696803: Fix pam output.Robin Watts
2016-05-26Optimisations in draw-affine for 0 alpha pixels.Robin Watts
2016-05-26Cope better when asked to plot alpha only pixmaps.Robin Watts
2016-05-26Avoid unnecessary alphas when decompressing images from streams.Robin Watts
2016-05-26Ensure fz_invert_pixmap can cope with no alpha.Robin Watts
2016-05-26Update bitmap scaler to cope with lack of alpha.Robin Watts
2016-05-25iOS: Update after pixmap alpha made optionalJoseph Heenan
2016-05-24Skip alphas for "loaded" JPXs (where possible).Robin Watts
2016-05-24Fix fz_decode_tile in the absence of alpha.Robin Watts
2016-05-24Fix plotters; alpha being dropped.Robin Watts
2016-05-24Fix optimisation in fz_paint_affine_N_nearRobin Watts
2016-05-24Skip alphas for "loaded" JPEGs.Robin Watts
2016-05-24Fix 696796: clamp color values in PDF to valid range.Tor Andersson
2016-05-24Fix issues uncovered by coverity.Tor Andersson
2016-05-24Sprinkle some consts and restricts in plotters.Robin Watts
2016-05-24Silence "Variable might be used uninitialised" warning.Robin Watts
2016-05-24Fix ARM code in light of plotter changes.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-05-24Fix -p password option for MuPDF on Windows.Robin Watts
2016-05-23Bug 696795: Proper fix.Robin Watts
2016-05-20murun: Add Buffer#writeBuffer to allow for concatenating buffers.Tor Andersson
2016-05-20murun: Add graftObject to javascript bindings.Tor Andersson
2016-05-20html: Add SVG image support.Tor Andersson
2016-05-20Add images based on display lists.Tor Andersson
2016-05-20Fix typo.Robin Watts
2016-05-20Remove voodoo from draw-affine.Robin Watts
2016-05-16Fit another mistake in cmyk plotters.Robin Watts
2016-05-13Fix error in CMYK plotters.Robin Watts
2016-05-13Fix potential double free in pdfmerge.Tor Andersson
2016-05-13Add common page range parsing function for tools.Tor Andersson
2016-05-13murun: Add document writer object.Tor Andersson
2016-05-13Reference count fz_device.Tor Andersson
2016-05-13Fix double free and memory leak.Tor Andersson
2016-05-13Add pdf write support to mutool convert.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-05-13Update script that generates browsable hyperlinked html source.Tor Andersson
2016-05-13Update MuJS.Tor Andersson
2016-05-13Remove fz_lookup_device_colorspace().Sebastian Rasmussen
2016-05-13Make document handler reference counting thread-safe.Sebastian Rasmussen
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-05-13Makefile: list all source dependencies for cmapdump.Sebastian Rasmussen
2016-05-13Move string compare helper to other string functions.Sebastian Rasmussen
2016-05-12Add variadic versions of fz_throw and fz_warn.Simon Reinhardt
2016-05-12Fix Mudraw timings when using -P (bgprint).Robin Watts
2016-05-12Fix race condition in bgprint.Robin
2016-05-10Enable ARCH_ARM on ARM platforms.Robin Watts
2016-05-09First implementation of parallel rendering ("bgprint")Robin Watts