summaryrefslogtreecommitdiff
path: root/pdf/pdf_annot.c
AgeCommit message (Expand)Author
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-03-04Avoid interactive features causing bloat in mutoolPaul Gardiner
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-28Fix bug: failure to set the SubType field of created annotations.Paul Gardiner
2013-02-26Include required quadPoints entry in created markup annotations.Paul Gardiner
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-20Bug 693639: Avoid heap overflow and leaks in error cases.Robin Watts
2013-02-20Bug 693639: fix warnings.Tor Andersson
2013-02-20Bug 693639: plug various memory leaks.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-31Create annotations in indirect-object formPaul Gardiner
2013-01-31Add support for annotation creationPaul Gardiner
2012-11-29Bug 693463: Fix various memory leaks.Robin Watts
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-16Forms: avoid the need to reload the page on every changePaul Gardiner
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-23Silence some warnings.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06No need to check for NULL before dropping objectsSebastian Rasmussen
2012-07-18Update pdf_to_utf8 to handle either a stream or a stringPaul Gardiner
2012-07-09Forms: add widget enumeration, and text-widget content typePaul Gardiner
2012-07-05Merge branch 'master' into formsRobin Watts
2012-06-25Warning fixes and various clean ups:Sebastian Rasmussen
2012-06-21Forms: permit annotations with no appearance streamPaul Gardiner
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-05-24Forms: synthesise push button widgetPaul Gardiner
2012-05-08Forms: create apearance streams for text fields when not present in the filePaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-03-15Bug 692874: Fix Launch annotations.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-03Add document interface.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Use explicit flags rather than bit masks when parsing link destinations.Tor Andersson
2012-01-19Transform link rectangles by the hidden page CTM.Tor Andersson
2012-01-13Simple annotation fixes to avoid infinite recursions.Robin Watts
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2011-12-30Correct off by 1 error in outline handling.Robin Watts
2011-12-30Outline fixesRobin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-22Fix Bug 692756: SEGVs in pdf_annot and pdf_outlineRobin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson