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