summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-annot.c
AgeCommit message (Expand)Author
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
2013-06-28Optimise xref-section extension and improve linked list creationPaul Gardiner
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-25Fix potential memory leakPaul Gardiner
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-24Update annotation handling in preparation for incremental updatePaul Gardiner
2013-06-20Rearrange source files.Tor Andersson