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
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