summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-form.c
AgeCommit message (Expand)Author
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
2016-01-20Various formatting cleanups.Tor Andersson
2016-01-05Separate pdf_drop_annots (that drops lists) and fz_drop_annot.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
2015-12-28Drop 'jsimp' abstraction and use mujs directly.Tor Andersson
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-08-27Support several levels of incremental xrefPaul Gardiner
2015-08-27Ensure the unsaved signatures list is held in ascending orderPaul Gardiner
2015-03-25Fix reference counting mistake in forms support.Robin Watts
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
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-04-11Add all form field flags. Check flags before marking fields dirty.Tor Andersson
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-02-25Support text (aka sticky note) annotationsPaul Gardiner
2014-02-14Add function for creating form fields (widgets)Paul Gardiner
2014-01-06fix various MSVC warningsSimon Bünzli
2013-12-17Bug 694810: Fix crash when clicking on mupdf window after failed page load.Robin Watts
2013-08-13Signature creationPaul Gardiner
2013-08-02Improve naming consistencyPaul Gardiner
2013-07-29Add support for freetext annotationsPaul Gardiner
2013-07-24Fix leak of pdf_field_value.Robin Watts
2013-07-22Collect together all code to do with appearance-stream creationPaul Gardiner
2013-07-11Silence a few warnings.Tor Andersson
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-24Update annotation handling in preparation for incremental updatePaul Gardiner
2013-06-20Rearrange source files.Tor Andersson