summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
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-12Fix bugs in pdf_add_image.Tor Andersson
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor 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-06Start slimming pdf_page.Tor Andersson
2016-07-06Add fitz to pdf downcasting functions for pages and annotations.Tor Andersson
2016-07-06Remove premature optimization: don't bother to resolve page objects.Tor Andersson
2016-07-06Fix garbage collection and page grafting for indirect reference chains.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-07-06pdf: Increment generation number in the xref when deleting an object.Tor Andersson
2016-07-06pdf: Flatten inheritable page properties when copying pages.Tor Andersson
2016-07-06pdf: Check ownership when adding objects to a document.Tor Andersson
2016-07-06Expose LAB colorspaceSebastian Rasmussen
2016-06-30Fix bug when opening small PDF-files.Sebastian Rasmussen
2016-06-22Tweak PDF annot API.Robin Watts
2016-06-22Add support for getting additional annotation informationMichael Vrhel
2016-06-22Use vertical presentation forms.Tor Andersson
2016-06-21Fix typo due to switching from int to size_t.Sebastian Rasmussen
2016-06-20Fix signed/unsigned warning.Robin Watts
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Allow PDF strings to be > 16bits.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Return options struct argument from pdf_parse_write_options.Tor Andersson
2016-06-16Fix crash due to double closing output in pdf_save_document.Robin Watts
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-14Add optional support for Luratech JBIG2 decoder.Sebastian Rasmussen
2016-06-13Add pdf_write_document.Robin Watts
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-06-06Add FZ_ENABLE_JS configuration define.Tor Andersson
2016-06-06Minimize the number of CMaps built in to the ones listed in the spec.Tor Andersson
2016-05-31Bug 696813: Fix Lab colorspaces.Robin Watts
2016-05-24Fix 696796: clamp color values in PDF to valid range.Tor Andersson