summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-29bmp: Add support for decoding 24-bit RLE images.Sebastian Rasmussen
2016-03-29bmp: Add support for extra alpha mask.Sebastian Rasmussen
2016-03-29bmp: Add support for embedded PNG images.Sebastian Rasmussen
2016-03-29bmp: Add support for embedded JPEG images.Sebastian Rasmussen
2016-03-29bmp: Add support for 4-bit bitmasks.Sebastian Rasmussen
2016-03-29bmp: Improve fallback handling of palette color entries.Sebastian Rasmussen
2016-03-29bmp: Parse OS/2 header compression field correctly.Sebastian Rasmussen
2016-03-29bmp: Only allow in range bitcounts for uncompressed images.Sebastian Rasmussen
2016-03-29bmp: Add identifiers for compression instead of hardcoded values.Sebastian Rasmussen
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-28MSVC: More solution tweaking.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-24MSVC: Add in missing font.Robin Watts
2016-03-23Fix font builds on raspberry piRobin 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-23Exclude AndroidDrawDevice from the Android app build.fredrossperry
2016-03-23Don’t include openssl by default in the OS X build.fredrossperry
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-23Include harfbuzz C++ files in 'make tags'.Tor Andersson
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