summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-03-29bmp: Parse component bitmasks correctly.Sebastian Rasmussen
2016-03-29bmp: Fix typo in bitmask comparison.Sebastian Rasmussen
2016-03-29bmp: Fix typo in end of input data check.Sebastian Rasmussen
2016-03-29bmp: Fix typo in supported bits per pixel check.Sebastian Rasmussen
2016-03-29Tweak html-layout harfbuff code to placate gcc.Robin Watts
2016-03-28Label blocks that Harfbuzz leaks as leaked.Robin Watts
2016-03-28Memento: Add facility to cope with 'known' leaked blocks.Robin Watts
2016-03-28Strengthen Harfbuzz code against outside use.Robin Watts
2016-03-28Add missing hb_lock/unlock around shaper freeing.Robin Watts
2016-03-28Fix fz_try typo in openssl code.Robin Watts
2016-03-26Memento: Cope with wrapped blocks.Robin Watts
2016-03-25Fix PS output banded mode operation.Robin Watts
2016-03-25Refactor pcl output to work in bands.Robin Watts
2016-03-25Tweak the PCL page size handling/options.Robin Watts
2016-03-25Add 24 bit RGB PCL output mode.Robin Watts
2016-03-25Add optimised cmyk image plotters.Robin Watts
2016-03-25Optimise fz_paint_solid_color_5Robin Watts
2016-03-25Rename ARCH_ARM_CAN_LOAD_UNALIGNED to be ARCH_UNALIGNED_OKRobin Watts
2016-03-25More ARM code thresholding work.Robin Watts
2016-03-25Speed CMYK pixmap clearing.Robin Watts
2016-03-23js: Create 'argv' global containing arguments passed to mutool run.Tor Andersson
2016-03-23js: Add some low level document object access.Tor Andersson
2016-03-23Fix declaration after statements.Tor Andersson
2016-03-23Fix MSVC builds.Robin Watts
2016-03-23Bug 696630: Avoid needless (and potentially wrong) dereference.Robin Watts
2016-03-23Tweak Memento to avoid suprious valgrind warnings.Robin Watts
2016-03-23Add support for BMP images.Sebastian Rasmussen
2016-03-23Clamp too large image resolution values.Tor Andersson
2016-03-23Remove internal do/while braces in fz_try macros.Tor Andersson
2016-03-23Compile embedded fonts in separate C files.Tor Andersson
2016-03-23Mudraw: Enable banded operation for pkm.Robin Watts
2016-03-23Update halftoning to use shorter line buffer.Robin Watts
2016-03-23ARM code do_threshold_1Robin Watts
2016-03-22Optimise the C for do_threshold_1.Robin Watts
2016-03-22Remove dead code.Robin Watts
2016-03-22Tweak paint-glyph.hRobin Watts
2016-03-22Add Google Perf Tools build.Robin Watts
2016-03-21Bug 696668: Update the downscaling logic.Robin Watts
2016-03-21Tweak NULL output code.Robin Watts
2016-03-21Mudraw: Avoid reopening output files.Robin Watts
2016-03-21Add .ps output to mutool draw.Robin Watts
2016-03-21Allow building with old versions of freetype.Tor Andersson
2016-03-21Fix 696661: Missing annotations.Tor Andersson
2016-03-21Fix compiler warnings in murun.c and pdf-js.c by tagging rethrow as noreturn.Tor Andersson
2016-03-21Fix error handling in fz_save_pixmap_as_pam.Tor Andersson
2016-03-18Add 1bpp cmyk output to mutool draw.Robin Watts
2016-03-16mutool draw: Add banded mode output for pbm files.Robin Watts
2016-03-16Avoid unused var warnings in Memento ref counting code.Robin Watts
2016-03-16glyph plotter; Use repeated inclusion of headerRobin Watts
2016-03-16Add optimised CMYK plotters.Robin Watts