index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-form.c
Age
Commit message (
Expand
)
Author
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
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
2016-01-20
Various formatting cleanups.
Tor Andersson
2016-01-05
Separate pdf_drop_annots (that drops lists) and fz_drop_annot.
Tor Andersson
2016-01-05
Clean up trailing whitespace.
Tor Andersson
2015-12-28
Drop 'jsimp' abstraction and use mujs directly.
Tor Andersson
2015-10-14
Add proper support for when a combobox widget has options that are 2-element ...
Michael Vrhel
2015-08-27
Support several levels of incremental xref
Paul Gardiner
2015-08-27
Ensure the unsaved signatures list is held in ascending order
Paul Gardiner
2015-03-25
Fix reference counting mistake in forms support.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
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-04-11
Add all form field flags. Check flags before marking fields dirty.
Tor Andersson
2014-03-25
Break dependencies on pdf-form.c and pdf-js.c
Tor Andersson
2014-02-25
Support text (aka sticky note) annotations
Paul Gardiner
2014-02-14
Add function for creating form fields (widgets)
Paul Gardiner
[next]