summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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
2016-07-12Zero terminate fz_vsnprintf output when formatting warnings and error messages.Tor Andersson
2016-07-08Bug 696872: Avoid trying to paint with zero alpha.Robin Watts
2016-07-08Bug 696911: muraster with no threads lib.Robin Watts
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-07-08git stripspaceTor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached colorspace field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached document field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached transparency/isolated/knockout fields.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached matrix field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached bbox field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached resources field.Tor Andersson
2016-07-08Slim pdf_xobject struct: Rename me to obj.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached inv_page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached annot_type and widget_type fields.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached matrix field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached rect field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached pagerect field.Tor Andersson
2016-07-08Safe defaults for pdf_to_rect and pdf_to_matrix.Tor Andersson
2016-07-08js: Add wrapper for fz_stext_page to search, select and copy text.Tor Andersson