summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-05-12Add variadic versions of fz_throw and fz_warn.Simon Reinhardt
2016-05-10Enable ARCH_ARM on ARM platforms.Robin Watts
2016-05-06Fix pdf_delete_page_range.Robin Watts
2016-04-29Improve header documentation.Robin Watts
2016-04-28Fix JPX breakage caused during refactor.Robin Watts
2016-04-28Add FZ_ERROR_OOM, and make fz_malloc & co call it.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Tweak fz_image in preparation for things to come.Robin Watts
2016-04-28Introduce tuning context.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-27Tweak pdf-write option handling.Tor Andersson
2016-04-27Add fz_close_device function.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-26Allow text/graphics aa levels to be controlled separately.Robin Watts
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-26Add 'mutool convert' and new document writer interface.Tor Andersson
2016-04-26Add base64 string decoder.Tor Andersson
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
2016-04-26epub: Support page-break-before/after: always, left and right.Tor Andersson
2016-04-26svg: Add SVG parser.Tor Andersson
2016-04-26Update mutool clean sanitize to clean annotations too.Robin Watts
2016-04-21Bump patch-level.Tor Andersson
2016-04-21Make bit fields in fz_text_span unsigned.Tor Andersson
2016-04-19Add mutool mergeMichael Vrhel
2016-04-18Fix broken documents after sanitizeRobin Watts
2016-04-12Fix PDF annotations not appearing after creation.Robin Watts
2016-04-06Bump version number.Tor Andersson
2016-04-06epub: Handle font-size in nested inline elements.Tor Andersson
2016-04-06epub: Change order of arguments to fz_draw_html.Tor Andersson
2016-04-05epub: Don't conflate dimensioned lengths with untyped numbers.Tor Andersson
2016-04-05epub: Respect HTML 'dir' attribute.Tor Andersson
2016-04-05Clean up bidi enum names.Tor Andersson
2016-04-04epub: Add harfbuzz bypass for fonts without opentype tables.Tor Andersson
2016-04-04Add glyph names to trace device output.Tor Andersson
2016-03-31html: Tweak how builtin font families are loaded.Tor Andersson
2016-03-29bmp: Add support for embedded JPEG images.Sebastian Rasmussen
2016-03-28Memento: Add facility to cope with 'known' leaked blocks.Robin Watts
2016-03-25Refactor pcl output to work in bands.Robin Watts
2016-03-23Add support for BMP images.Sebastian Rasmussen
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-21Tweak NULL output code.Robin Watts
2016-03-21Add .ps output to mutool draw.Robin Watts
2016-03-21Fix 696661: Missing annotations.Tor Andersson