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-annot.c
Age
Commit message (
Expand
)
Author
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-26
tweak pdf_parse_file_spec
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-05-19
Make unresolvable link destinations warnings instead of errors.
Tor Andersson
2014-03-25
Break dependency of pdf-annot.c to graphics library.
Tor Andersson
2014-03-19
Add routine to clean pdf content streams for pages.
Robin Watts
2014-02-25
Support text (aka sticky note) annotations
Paul Gardiner
2014-02-14
Add function for creating form fields (widgets)
Paul Gardiner
2013-11-14
Fix slip with use of tail pointer for the annotations list
Paul Gardiner
2013-11-08
Use an end pointer for the annotation list to avoid unnecessary iteration
Paul Gardiner
2013-11-06
Place newly created annotations at the end of the annotation list
Paul Gardiner
2013-11-05
Fix bug 694730: Wrong bbox in one-point ink annotation
Paul Gardiner
2013-09-27
tweak pdf_parse_action
Simon Bünzli
2013-09-03
Silence warning.
Tor Andersson
2013-08-24
Support named destinations in remote link annotations.
Sebastian Rasmussen
2013-08-24
Link annotation code rearranged for aesthetic reasons.
Sebastian Rasmussen
2013-07-30
For freetext annotations, distinguish device and page space correctly.
Paul Gardiner
2013-07-29
Add support for freetext annotations
Paul Gardiner
2013-07-26
Clean up whitespace.
Tor Andersson
2013-07-22
Collect together all code to do with appearance-stream creation
Paul Gardiner
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-12
Throw exception on invalid page objects when looking up page numbers.
Tor Andersson
2013-07-03
Avoid fz_throw/message on every annotation without appearance.
Robin Watts
2013-07-03
Avoid spurious, broken-annotation warning when appearance stream missing
Paul Gardiner
2013-06-28
Ensure altered objects are moved to the incremental xref section
Paul Gardiner
2013-06-28
Optimise xref-section extension and improve linked list creation
Paul Gardiner
2013-06-26
Silence compiler warnings.
Tor Andersson
2013-06-25
Fix potential memory leak
Paul Gardiner
2013-06-25
Rid the world of "pdf_document *xref".
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