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-edit.c
Age
Commit message (
Expand
)
Author
2016-09-23
Clean up annotation enum names.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached page_ctm field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached inv_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 matrix field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached rect field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached pagerect field.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-22
Tweak PDF annot API.
Robin Watts
2016-06-22
Add support for getting additional annotation information
Michael Vrhel
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-12
Fix PDF annotations not appearing after creation.
Robin Watts
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-01-05
Separate pdf_drop_annots (that drops lists) and fz_drop_annot.
Tor Andersson
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-03-25
Break dependency of pdf-annot.c to graphics library.
Tor Andersson