summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-field.c
AgeCommit message (Expand)Author
2018-08-21Handle form fields where the V is a name object.Tor Andersson
2018-08-10Use proper name space for form field flag constants.Tor Andersson
2018-08-10Remove functions that implement duplicate functionality.Tor Andersson
2018-04-27Use pdf_dict_get_int, etc.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-02-27Use proper encoding for pdf_field_value and update_field_value.Tor Andersson
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2016-09-01pdf: Load/open streams by indirect reference object when possible.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-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-01-05Stylistic naming cleanups.Tor Andersson
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-02-14Add function for creating form fields (widgets)Paul Gardiner
2013-06-27Bug 694382: Fix problems arising from recent pdf_obj changes.Robin Watts
2013-06-20Rearrange source files.Tor Andersson