summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-27Don't return a void function.Robin Watts
2016-04-26Mudraw: Set AA level in context before cloning context.Robin Watts
2016-04-26Allow text/graphics aa levels to be controlled separately.Robin Watts
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26MSVC: Fix MSVC builds.Robin Watts
2016-04-26murun: Don't use 'mupdf' object; make constructors and functions global.Tor Andersson
2016-04-26murun: Print result of evaluating a line in interactive mode.Tor Andersson
2016-04-26murun: Support 'lineCap' to set start, end and dash caps together.Tor Andersson
2016-04-26murun: Automatically convert object argument to obj.writeObject().Tor Andersson
2016-04-26murun: Add wmode and bidi-level arguments to text walker callback.Tor Andersson
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-26pdfcreate: Use industry font name for built-in fonts.Tor Andersson
2016-04-26pdfmerge: Clean up error messages and fix try/catch variable error.Tor Andersson
2016-04-26Optimize pdf_lookup_agl.Tor Andersson
2016-04-26Add 'mutool convert' and new document writer interface.Tor Andersson
2016-04-26fb2: Add image support.Tor Andersson
2016-04-26fb2: Add basic FictionBook support.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-26epub: Add matching for [att], [att=val] and [att~=val] css selectors.Tor Andersson
2016-04-26svg: Add fz_new_display_list_from_svg function.Tor Andersson
2016-04-26Fix refcounting on SVG documents.Robin Watts
2016-04-26svg: Add SVG parser.Tor Andersson
2016-04-26Fix fz_store thinko.Robin Watts
2016-04-26Update mutool clean sanitize to clean annotations too.Robin Watts
2016-04-22pdf: Handle implicit identity crypt filtersSebastian Rasmussen
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-04-22thirdparty: Update to openjpeg 2.1.0.Sebastian Rasmussen
2016-04-22bmp: Support alpha for 16- and 32-bit uncompressed images.Sebastian Rasmussen
2016-04-22gif: Render image into pixmap instead of temporary buffer.Sebastian Rasmussen
2016-04-21epub: Change ul disc styles for nested lists.Tor Andersson
2016-04-21xml: Add a missing case of skipping linebreak after an opening tag.Tor Andersson
2016-04-21Fix potential segfault when mapping JS strings to PDF.Tor Andersson
2016-04-19Add mutool mergeMichael Vrhel
2016-04-18Fix broken documents after sanitizeRobin Watts
2016-04-18Fix corruption of file using sanitize.Robin Watts
2016-04-18Fix leak of pdf_obj.Robin Watts
2016-04-12Fix some warnings.Robin Watts
2016-04-12Silence some warnings in release builds.Robin Watts
2016-04-12Fix PDF annotations not appearing after creation.Robin Watts
2016-04-11Bug 696696: Avoid leak when cleaning with sanitize.Robin Watts
2016-04-06epub: Avoid passing 'em' argument explicitly.Tor Andersson
2016-04-06epub: Handle font-size in nested inline elements.Tor Andersson
2016-04-06epub: Fix vertical-align: text-top and text-bottom.Tor Andersson
2016-04-06epub: Skip root box during layout so we don't apply page margins twice.Tor Andersson
2016-04-06epub: Remove debug logging printfs.Tor Andersson
2016-04-06Split encoded ligatures (as from PDF) properly in text extraction.Tor Andersson
2016-04-06epub: Try to keep to one fz_text per paragraph.Tor Andersson