summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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
2016-07-18Attempt to fix PWG output.Robin Watts
2016-07-15Add -P flag to muraster.Robin Watts
2016-07-15Add interface indicating if a document is reflowable.Sebastian Rasmussen
2016-07-14Fix typo in fz_new_stext_page_from_page.Tor Andersson
2016-07-14Fix whitespace and indentation.Tor Andersson
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-13Bug 696892: PDF annotation appearance stream synthesis SEGVRobin Watts
2016-07-13Use fz_malloc_struct rather than fz_calloc.Robin Watts
2016-07-13Fix memory leaks in SVG device.Robin Watts
2016-07-13Bug 696846: Fix badly formed SVG output.Robin Watts
2016-07-13Fix knockout/mask interaction.Robin Watts
2016-07-13Fix MSVC build of murunRobin Watts
2016-07-12js: Add doc.loadOutline and page.getLinks functions.Tor Andersson
2016-07-12js: Check if some arguments exist before converting to boolean/number.Tor Andersson
2016-07-12Fix typo in fz_new_image_from_pixmap.Tor Andersson
2016-07-12Fix bugs in pdf_add_image.Tor Andersson
2016-07-12js: Fix memory leak in new Image().Tor Andersson
2016-07-12xps: Only recognize <dir>/_rels/.rels type paths, not any .rels file.Tor Andersson