Age | Commit message (Expand) | Author |
2018-09-19 | Add accessor for field text label. | Tor Andersson |
2018-08-28 | Avoid use of fixed size buffers for the digest when document signing | Paul Gardiner |
2018-08-23 | Honour the read-only form-field flag. | Paul Gardiner |
2018-08-21 | Fix form recalculation issue. | Tor Andersson |
2018-08-21 | Choose the lastmost annotation rather than firstmost as mouse event target. | Paul Gardiner |
2018-08-20 | Fix inability to uncheck check boxes. | Paul Gardiner |
2018-08-10 | Don't trigger the keystroke event when clearing a form field. | Tor Andersson |
2018-08-10 | Use proper name space for form field flag constants. | Tor Andersson |
2018-08-10 | Get and set PDF form field names as text strings. | Fred Ross-Perry |
2018-08-10 | Remove functions that implement duplicate functionality. | Tor Andersson |
2018-08-10 | Clean up null/range/endstream filter. | Tor Andersson |
2018-08-10 | Rejig pdf_update_page and pdf_update_annot. | Tor Andersson |
2018-08-10 | Coverity found a missing break, add it. | Sebastian Rasmussen |
2018-07-17 | Fix memory leak in form recalculation function | Paul Gardiner |
2018-07-05 | Pass rect and matrix by value in geometry functions. | Tor Andersson |
2018-07-05 | Return true if any annots have new APs in pdf_update_page. | Tor Andersson |
2018-06-22 | Keep copy of decoded utf8 text string in pdf_obj. | Tor Andersson |
2018-06-22 | Call AA/F formatting when synthesizing appearance stream. | Tor Andersson |
2018-06-22 | Create appearance streams for annotations. | Tor Andersson |
2018-06-12 | Run both V and F additional actions when setting field values. | Tor Andersson |
2018-04-27 | Use pdf_dict_get_int, etc. | Tor Andersson |
2018-04-25 | Remove document argument from pdf_new_primitive functions. | Tor Andersson |
2018-04-24 | Remove need for namedump by using macros and preprocessor. | Tor Andersson |
2018-04-03 | Don't implicitly drop in fz_open_* chained filters. | Tor Andersson |
2018-02-27 | Remove pdf_xobject wrapper struct. | Tor Andersson |
2018-02-27 | Use text encoding for pdf_choice_widget options and values. | Tor Andersson |
2018-02-27 | Use proper encoding for pdf_field_value and update_field_value. | Tor Andersson |
2018-02-02 | Signature support: break out function for obtaining hash bytes | Paul Gardiner |
2018-02-02 | Signature support: simplify pkcs7 api by the removal of byte ranges. | Paul Gardiner |
2018-02-02 | Signature support: separate pkcs7 specifics into a separate file. | Paul Gardiner |
2018-01-31 | Use convenience pdf dictionary/array creation functions. | Tor Andersson |
2017-11-22 | jni: Make sure to dirty annotation whenever it changes. | Fred Ross-Perry |
2017-09-07 | Use dict_put_drop/array_push_drop wherever possible. | Sebastian Rasmussen |
2017-07-06 | fz_var() variables must be initialized before fz_try. | Sebastian Rasmussen |
2017-06-22 | Add const to pdf_toname. | Tor Andersson |
2017-04-27 | Include required system headers. | Tor Andersson |
2016-11-14 | pdf: Don't pass form UI events to link annotations. | Tor Andersson |
2016-11-03 | Fix signed/unsigned and size_t/int/fz_off_t warnings. | Robin Watts |
2016-10-07 | pdf: Separate functions to read text strings and text streams as UTF-8. | Tor Andersson |
2016-10-07 | pdf: Remove unneccessary document argument to pdf_to_utf8 etc. | 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-09-14 | Add scripts to remove/replace 'static' from functions. | Robin Watts |
2016-07-08 | Slim pdf_annot struct: remove cached 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 pagerect field. | Tor Andersson |
2016-07-06 | pdf: Drop generation number from public interfaces. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-06-14 | Fix typos in various parts of the code. | Sebastian Rasmussen |
2016-03-23 | Remove internal do/while braces in fz_try macros. | Tor Andersson |