summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-09-08Make fz_option_eq() available outside of pdf-writer.Sebastian Rasmussen
2016-09-08JS: Add Path.bound() and Path.transform() similar to JNI.Sebastian Rasmussen
2016-09-08EPUB and XPS may only be zip archives or directories.Sebastian Rasmussen
2016-09-08Add support for GNU tar archives.Sebastian Rasmussen
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen
2016-09-06Devices now handle colorspace being NULL as alpha-only.Sebastian Rasmussen
2016-09-06Luminosity transparency group must have colorspace when used as softmask.Sebastian Rasmussen
2016-09-05Mutool clean: Avoid "Not a dict (<NULL>)" errorRobin Watts
2016-09-05mutool clean: Fixes seen as part of bug 697092 investigation.Robin Watts
2016-09-01Use fz_convert_color().Sebastian Rasmussen
2016-09-01Always use glyph aliases when creating encoding tables.Tor Andersson
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-08-30Don't try to copy a NULL dictionary.Tor Andersson
2016-08-30Fix pdfextract for optional pixmap alpha changes.Tor Andersson
2016-08-30Use U+FFFD instead of '?' for bad encodings in text extraction.Tor Andersson
2016-08-30js: Add PDFObject.length and PDFObject.push() to handle arrays.Tor Andersson
2016-08-24Add pdf_array_find to look up the index of an object in an array.Tor Andersson
2016-08-24Bug 696983 - Fix bidirectional XPS spacing.Tor Andersson
2016-08-24When NULL is added to PDF dicts/arrays, insert null objects.Sebastian Rasmussen
2016-08-24Be stricter in what can be added into arrays/dicts.Sebastian Rasmussen
2016-08-24Do not resolve PDF dict keys before using them.Sebastian Rasmussen
2016-08-24Always check that PDF dict keys are names in same way.Sebastian Rasmussen
2016-08-24Add macros for checking PDF object type.Sebastian Rasmussen
2016-08-24Turn warnings in dict/array functions into exceptions.Sebastian Rasmussen
2016-08-17zip: Used unpacked entry size, not listed entry size.Sebastian Rasmussen
2016-08-16Android viewer: get experimental proofing to build again.fred ross-perry
2016-08-16JS: Push null if image lacks an image mask.Sebastian Rasmussen
2016-08-07Fix fz_vsnprintf() so it prints %zu.Sebastian Rasmussen
2016-08-02JS: Add Path.curveTo*(), similar to JNI.Sebastian Rasmussen
2016-08-02JS: Add several Image.get*() methods similar to JNI.Sebastian Rasmussen
2016-08-02JS: Add Pixmap.getX() and .getY() similar to JNI.Sebastian Rasmussen
2016-08-02Re-add line endings for mutool show grep.Sebastian Rasmussen
2016-08-02Remove function not being called.Sebastian Rasmussen
2016-08-02Parse more fz_document_writer() options.Sebastian Rasmussen
2016-08-01Move to bitfields in fz_font rather than chars/ints etc.Robin Watts
2016-08-01Bug 696984: Badly rendered characters.Robin Watts
2016-07-31Make mutool clean only iterate over valid link annotations.Sebastian Rasmussen
2016-07-31Make sure that number of colors in mesh params is valid.Sebastian Rasmussen
2016-07-22Bug 696941: Fix use after free.Robin Watts
2016-07-22Move hash calculation outside locked region.Robin Watts
2016-07-22Speed tweaks to muraster.Robin Watts
2016-07-22Fix pixmap and reference leak in pdfextract.Sebastian Rasmussen
2016-07-20Fix memory leaks during annotation synthesis.Robin Watts
2016-07-20Add char encoding to produced SVG files.Robin Watts
2016-07-20Fix memory leak in fz_new_buffer_from_image_as_png.Robin Watts
2016-07-20Fix missing alpha only plotter.Robin Watts
2016-07-20Fix timing (-st) reporting for muraster and default to no BGPRINTRay Johnston
2016-07-18Bug 696927: Move debug printfs to fz_warn.Robin Watts