summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2018-11-13Add fz_strncasecmp.Tor Andersson
2018-11-13Add more encoding tables.Tor Andersson
2018-11-13Use first character's bbox even if it is empty.Tor Andersson
2018-11-13Bug 697206: Tweak when to use the PDF font metrics in fz_advance_glyph.Tor Andersson
2018-11-13Bug 700143: Ignore duplicate text objects in text extraction.Tor Andersson
2018-11-13Bug 692592: Handle relative file links.Tor Andersson
2018-11-13Bug 699217: Show whether outline items are open in 'mutool show outline'.Tor Andersson
2018-11-13Use fz_image.imagemask field when adding PDF image resources.Tor Andersson
2018-11-13js: Add PDFDocument.loadImage() function.Tor Andersson
2018-11-13js: Use Image.toPixmap arguments.Tor Andersson
2018-11-12Fix 699094: Never decompress JPX streams in mutool clean.Tor Andersson
2018-11-12Bug 699992: Use feBlend filters in SVG output for PDF blendings.Robin Watts
2018-11-12Bug 700154: Don't pass blends into groups within softmasks.Robin Watts
2018-11-12Remove bitrotted and not working PDF portfolio code.Tor Andersson
2018-11-12Clean up pdf-portfolio.cTor Andersson
2018-11-12Fix 697728: Use UTF-8 strings in PDF portfolio functions.Tor Andersson
2018-11-12Fix 697913: Make sure PDF portfolios are saved as version >= 1.7.Tor Andersson
2018-11-12Remove confusing flag define.Tor Andersson
2018-11-12Remove stray js_endtry in obj.asString().Tor Andersson
2018-11-09Fix 695390: Increase number of samples in Type 1 function shadings.Tor Andersson
2018-11-08Fix 699343: Skip spaces before data in DCTDecode filter.Tor Andersson
2018-11-08Fix 699310: Add -q option to mudraw to suppress 'page %d' messages.Tor Andersson
2018-11-08Fix 699352: Call begin_layer for all marked content in PDF.Tor Andersson
2018-11-07Fix typo.Tor Andersson
2018-11-07Fix 698971: Detect ICC colorspace mismatch in TIFF loader.Tor Andersson
2018-11-07Use utility parsing functions in svg_parse_transform.Tor Andersson
2018-11-07Fix 699747: Apply viewBox transform.Tor Andersson
2018-11-07Resolve objects in pdf_debug_obj().Sebastian Rasmussen
2018-11-07Write placeholder appearance streams for digital signatures.Tor Andersson
2018-11-07Fix 700140: Ask LCMS transform to copy alpha channels.Tor Andersson
2018-11-07Make compression bomb detection optional.Tor Andersson
2018-11-07pnm: Take alpha into account when skipping over image data.Sebastian Rasmussen
2018-11-07Fix double header output in muraster.Robin Watts
2018-11-07Add explicit jmp_buf dereferencing to allow using fz_try from C++.Tor Andersson
2018-11-07Handle bogus font ascender and descender values.Tor Andersson
2018-11-07Fix 700030: Use actual font glyph widths when extracting text.Tor Andersson
2018-11-07Fix 700030: Tweak text extraction space adding heuristics.Tor Andersson
2018-11-07Fix 700053: Add 'decrypt' option to pdf_save_document.Tor Andersson
2018-11-07Fix writing encrypted PDF files with 'decompress' option.Tor Andersson
2018-11-07Fix 700043: Don't assume a font is t3 just because fz_outline_glyph fails.Tor Andersson
2018-11-06Update AFParseDateEx to handle dates as a contiguous string of digits.Paul Gardiner
2018-11-01Bug 700040: tar: Handle posix, ustar and v7 tar formats.Sebastian Rasmussen
2018-10-26Guard all calls to the passthrough device in the test device.Sebastian Rasmussen
2018-10-26Drop documents while exception progressing files in mutool merge.Sebastian Rasmussen
2018-10-26Avoid dropping stream/color converter twice upon exception.Sebastian Rasmussen
2018-10-26Rewrite try/always/catch macros to allow fz_context to be opaque.Tor Andersson
2018-10-26Use 14 bits of precision for image drawing, to allow for larger images.Tor Andersson
2018-10-25Make fixed point math precision in image drawing a #define.Tor Andersson
2018-10-25Handle premultiplied alpha in generic pixmap color conversion.Tor Andersson
2018-10-25Handle premultiplied alpha in pixmap color conversions (CMYK only).Tor Andersson