summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-annot.c
AgeCommit message (Expand)Author
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-16Avoid casting when dropping super objects.Sebastian Rasmussen
2016-10-07pdf: Remove unneccessary document argument to pdf_to_utf8 etc.Tor Andersson
2016-10-07Add annotation editing functions and clean interface of existing ones.Tor Andersson
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-09-23Clean up annotation enum names.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.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_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-06Start slimming pdf_page.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-04-12Fix PDF annotations not appearing after creation.Robin Watts
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-01-08pdf: Fix pdf_annot memory leak.Tor Andersson
2016-01-05Separate pdf_drop_annots (that drops lists) and fz_drop_annot.Tor Andersson
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-04-01fix bug #695895. Uninitialized variable in pdf_parse_file_specfredrossperry
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-26tweak pdf_parse_file_specRobin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-05-19Make unresolvable link destinations warnings instead of errors.Tor Andersson
2014-03-25Break dependency of pdf-annot.c to graphics library.Tor Andersson
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2014-02-25Support text (aka sticky note) annotationsPaul Gardiner
2014-02-14Add function for creating form fields (widgets)Paul Gardiner
2013-11-14Fix slip with use of tail pointer for the annotations listPaul Gardiner
2013-11-08Use an end pointer for the annotation list to avoid unnecessary iterationPaul Gardiner
2013-11-06Place newly created annotations at the end of the annotation listPaul Gardiner
2013-11-05Fix bug 694730: Wrong bbox in one-point ink annotationPaul Gardiner
2013-09-27tweak pdf_parse_actionSimon Bünzli
2013-09-03Silence warning.Tor Andersson
2013-08-24Support named destinations in remote link annotations.Sebastian Rasmussen
2013-08-24Link annotation code rearranged for aesthetic reasons.Sebastian Rasmussen
2013-07-30For freetext annotations, distinguish device and page space correctly.Paul Gardiner
2013-07-29Add support for freetext annotationsPaul Gardiner
2013-07-26Clean up whitespace.Tor Andersson
2013-07-22Collect together all code to do with appearance-stream creationPaul Gardiner
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-12Throw exception on invalid page objects when looking up page numbers.Tor Andersson
2013-07-03Avoid fz_throw/message on every annotation without appearance.Robin Watts
2013-07-03Avoid spurious, broken-annotation warning when appearance stream missingPaul Gardiner
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner