summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Update jbig2dec submodule.Tor Andersson
2016-04-21Bump patch-level.Tor Andersson
2016-04-21Fix potential segfault when mapping JS strings to PDF.Tor Andersson
2016-04-21ios: Fix memory leak of outline controller.Tor Andersson
2016-04-21ios: Regenerate app icons from original source image.Tor Andersson
2016-04-21Make bit fields in fz_text_span unsigned.Tor Andersson
2016-04-20Fix bug 696718 by deferring creation of the outline until it's about to be sh...fredrossperry
2016-04-19add 167x167 iconfredrossperry
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-18Update MuJS: Fix bug where function length interacts badly with gettop.Tor Andersson
2016-04-12Fix some warnings.Robin Watts
2016-04-12Fixes for building on XCode 7.3, and to use copies of images from the Android...fredrossperry
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-06Update platform/android/viewer/ReadMe.txtRobin Watts
2016-04-06Bump version number.Tor Andersson
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
2016-04-06epub: Change order of arguments to fz_draw_html.Tor Andersson
2016-04-06Fix java build for Bidi enum renames.Tor Andersson
2016-04-05Update CHANGES file.Robin Watts
2016-04-05Add 'Low Memory' mode to Mutool draw.Robin Watts