Age | Commit message (Expand) | Author |
2017-04-28 | Add support for manipulating PDF annotation vertices. | Sebastian Rasmussen |
2017-04-27 | Break line at public identifiers, making them easily grepable. | Sebastian Rasmussen |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-04-27 | Use fz_snprintf. | Tor Andersson |
2017-04-20 | Add annotation interfaces for open state/icon name/line endings. | Sebastian Rasmussen |
2017-04-20 | Improve PDF annotation error handling. | Sebastian Rasmussen |
2017-04-20 | js: Push annotation error handling down to library. | Sebastian Rasmussen |
2017-03-15 | Add PDF_ANNOT_UNKNOWN enum. | Tor Andersson |
2016-12-27 | Strip extraneous blank lines. | Tor Andersson |
2016-12-12 | pdf: Fix bug 697431. | Tor Andersson |
2016-10-16 | Avoid casting when dropping super objects. | Sebastian Rasmussen |
2016-10-07 | Add annotation editing functions and clean interface of existing ones. | Tor Andersson |
2016-10-07 | Remove separate tmp/deleted/changed annotation lists. | Tor Andersson |
2016-09-23 | Clean up annotation enum names. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached page_ctm field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached inv_page_ctm field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached annot_type and widget_type fields. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached matrix field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached rect field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached pagerect field. | Tor Andersson |
2016-07-06 | Start slimming pdf_page. | Tor Andersson |
2016-07-06 | pdf: Drop generation number from public interfaces. | Tor Andersson |
2016-06-22 | Tweak PDF annot API. | Robin Watts |
2016-06-22 | Add support for getting additional annotation information | Michael Vrhel |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-04-12 | Fix PDF annotations not appearing after creation. | Robin Watts |
2016-03-14 | Take pdf_obj argument to pdf_is_stream. | Tor Andersson |
2016-03-01 | Rename pdf_new_ref to pdf_add_object. | Tor Andersson |
2016-01-05 | Separate pdf_drop_annots (that drops lists) and fz_drop_annot. | Tor Andersson |
2015-03-24 | Rework handling of PDF names for speed and memory. | Robin Watts |
2015-02-17 | Add ctx parameter and remove embedded contexts for API regularity. | Tor Andersson |
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson |
2014-03-25 | Break dependency of pdf-annot.c to graphics library. | Tor Andersson |