Age | Commit message (Expand) | Author |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen |
2017-06-22 | Add const to pdf_toname. | Tor Andersson |
2017-06-16 | Plug leak of uri if creating link fails. | Sebastian Rasmussen |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-04-13 | Fix 697725: silly typo when parsing GoToR destination. | Tor Andersson |
2017-04-11 | Bug 697662: Support named actions to first/last/next/previous page. | Sebastian Rasmussen |
2017-03-28 | Rejig fz_new_annot to fz_new_derived_annot. | Robin Watts |
2016-11-21 | Harden viewers against failures when loading outlines. | Tor Andersson |
2016-11-16 | pdf: Use '#page=N' for remote destination pages. | Tor Andersson |
2016-11-14 | pdf: Use URI dictionary for relative URIs. | Tor Andersson |
2016-11-14 | Add/fix page coordinates to link targets. | Tor Andersson |
2016-10-28 | Clean up link destination handling. | Tor Andersson |
2016-10-18 | Avoid checking argument to fz_drop_*()/fz_free(). | Sebastian Rasmussen |
2016-10-16 | Avoid casting when dropping super objects. | Sebastian Rasmussen |
2016-10-07 | pdf: Remove unneccessary document argument to pdf_to_utf8 etc. | Tor Andersson |
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 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached matrix field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached bbox field. | 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-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-01-08 | pdf: Fix pdf_annot memory leak. | Tor Andersson |
2016-01-05 | Separate pdf_drop_annots (that drops lists) and fz_drop_annot. | Tor Andersson |
2016-01-05 | Remove fz_page argument from fz_annot function calls. | Tor Andersson |
2015-04-01 | fix bug #695895. Uninitialized variable in pdf_parse_file_spec | fredrossperry |
2015-03-24 | Rework handling of PDF names for speed and memory. | Robin Watts |
2015-02-26 | tweak pdf_parse_file_spec | 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-05-19 | Make unresolvable link destinations warnings instead of errors. | Tor Andersson |
2014-03-25 | Break dependency of pdf-annot.c to graphics library. | Tor Andersson |
2014-03-19 | Add routine to clean pdf content streams for pages. | Robin Watts |
2014-02-25 | Support text (aka sticky note) annotations | Paul Gardiner |
2014-02-14 | Add function for creating form fields (widgets) | Paul Gardiner |
2013-11-14 | Fix slip with use of tail pointer for the annotations list | Paul Gardiner |
2013-11-08 | Use an end pointer for the annotation list to avoid unnecessary iteration | Paul Gardiner |
2013-11-06 | Place newly created annotations at the end of the annotation list | Paul Gardiner |
2013-11-05 | Fix bug 694730: Wrong bbox in one-point ink annotation | Paul Gardiner |
2013-09-27 | tweak pdf_parse_action | Simon Bünzli |
2013-09-03 | Silence warning. | Tor Andersson |