summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
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-16Minimize number of extra braces in the try/catch macros.Tor Andersson
2016-03-15Tweak fz_try/catch to fix overflow case.Robin Watts
2016-03-15Memento: Add Memento_{takeRef,dropRef,reference} functions.Robin Watts
2016-03-15Mutool draw: Simplify output handling code.Robin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-14ucdn: Add support for UAX#14 linebreaking classes.Sebastian Rasmussen
2016-03-14Add C++ extern "C" guards in public header files.Tor Andersson
2016-03-14js: Add buffer.save() to write contents of buffer to file.Tor Andersson
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-03-10Memento: Pull in latest fixes from gs.Robin Watts
2016-03-03Memento: Speed improvements.Robin Watts
2016-03-02Move UTF-8 string length function to fitz.Sebastian Rasmussen
2016-03-01js: Add PDF document and object access.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson