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
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
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-12-17
Bug 694810: Fix crash when clicking on mupdf window after failed page load.
Robin Watts
2013-08-13
Signature creation
Paul Gardiner
2013-08-02
Improve naming consistency
Paul Gardiner
2013-07-29
Add support for freetext annotations
Paul Gardiner
2013-07-24
Fix leak of pdf_field_value.
Robin Watts
2013-07-22
Collect together all code to do with appearance-stream creation
Paul Gardiner
2013-07-11
Silence a few warnings.
Tor Andersson
2013-06-27
Move to using a flags bit rather than "Dirty" dict entries.
Robin Watts
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-24
Update annotation handling in preparation for incremental update
Paul Gardiner
2013-06-20
Rearrange source files.
Tor Andersson