summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-07-06Add optional support for JPEG-XR.Sebastian Rasmussen
2016-07-06Expose LAB colorspaceSebastian Rasmussen
2016-07-05Support J2K/JP2 files in CBZ.Sebastian Rasmussen
2016-06-29JBIG2 is supported by jbig2dec/luratech decoders.Sebastian Rasmussen
2016-06-28Fix inconsistency in band handling.Robin Watts
2016-06-27Fix GProof operation.Robin Watts
2016-06-23epub: Use markup language when shaping and selecting fallback fonts.Tor Andersson
2016-06-23Update JNI code. Take explicit alpha argument in toPixmap functions.Tor Andersson
2016-06-22Tweak PDF annot API.Robin Watts
2016-06-22Add support for getting additional annotation informationMichael Vrhel
2016-06-17Set pixmap resolution when creating pixmaps for draw device.Tor Andersson
2016-06-17Add separate X and Y resolution to draw device options.Tor Andersson
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Fix fz_write_pam code.Robin Watts
2016-06-17Improve banding API.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Add fz_format_output_path function.Tor Andersson
2016-06-16Return options struct argument from pdf_parse_write_options.Tor Andersson
2016-06-16Add fz_draw_options struct for use with draw device.Tor Andersson
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-06-14Add TIFF SGI LUV decoding.Robin Watts
2016-06-14Update TIFF LZW decode.Robin Watts
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-14Add optional support for Luratech JBIG2 decoder.Sebastian Rasmussen
2016-06-13Add pdf_write_document.Robin Watts
2016-06-13Fix VS2012 builds.Robin Watts
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-06-06Add FZ_ENABLE_JS configuration define.Tor Andersson
2016-06-06Minimize the number of CMaps built in to the ones listed in the spec.Tor Andersson
2016-05-31Bug 696813: Fix Lab colorspaces.Robin Watts
2016-05-31Update test device with passthrough option.Robin Watts
2016-05-31memento.h: Replace memory.h with stdlib.hJoseph Heenan
2016-05-30Avoid fz_font pulling harfbuzz in.Robin Watts
2016-05-30Add TOFU_BASE14 option.Robin Watts
2016-05-30Add config.h include file.Robin Watts
2016-05-27Add facility to track usage of functions.Robin Watts
2016-05-26Bug 696803: Fix pam output.Robin Watts
2016-05-26Avoid unnecessary alphas when decompressing images from streams.Robin Watts
2016-05-24Sprinkle some consts and restricts in plotters.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
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-13Add common page range parsing function for tools.Tor Andersson
2016-05-13Reference count fz_device.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-05-13Remove fz_lookup_device_colorspace().Sebastian Rasmussen