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
2018-03-22
Use PDF object creation convenience functions.
Tor Andersson
2018-03-22
Use pdf_dict_put_dict family of functions.
Tor Andersson
2018-03-22
Load most annotations, even if they are missing appearances.
Tor Andersson
2018-03-16
Use convenience function in pdf_set_annot_contents.
Tor Andersson
2018-03-16
Add simpler annotation line ending style accessors.
Tor Andersson
2018-03-16
Add annotation quadding accessor.
Tor Andersson
2018-03-16
Add annotation opacity accessor.
Tor Andersson
2018-03-16
Only use BS/W for border width.
Tor Andersson
2018-02-27
Use fz_point for pdf_set_annot_ink_list and vertices too.
Tor Andersson
2018-02-27
Improve line ending style accessors.
Tor Andersson
2018-02-27
Add annotation QuadPoints creation functions.
Tor Andersson
2018-02-27
Add annotation Line access functions.
Tor Andersson
2018-02-27
Add annotation Vertices creation functions.
Tor Andersson
2018-02-27
Add annotation InkList creation functions.
Tor Andersson
2018-02-27
Get border width from BS/W if Border is missing.
Tor Andersson
2018-02-27
Return correct default icon names for optional annotation property.
Tor Andersson
2018-02-27
Don't set a (useless) rectangle when creating annotations.
Tor Andersson
2018-02-27
Remove typedef in favor of explicit enum keyword.
Tor Andersson
2018-02-27
Fix bug in pdf_annot_icon_name.
Tor Andersson
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2017-11-23
Make time stamps 64-bit integers.
Tor Andersson
2017-11-22
Remove unused annotation function.
Tor Andersson
2017-11-22
jni/js: Add support for annotation modification dates.
Sebastian Rasmussen
2017-11-22
jni/js: Use correct text encoding in annotation author and contents.
Fred Ross-Perry
2017-11-22
jni: Make sure to dirty annotation whenever it changes.
Fred Ross-Perry
2017-11-22
jni: Return correct quadpoints coordinates.
Sebastian Rasmussen
2017-11-22
jni: Return correct inklist coordinates.
Sebastian Rasmussen
2017-07-25
Make it possible to check for properties of PDF annotations.
Sebastian Rasmussen
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-28
Add support for manipulating PDF annotation vertices.
Sebastian Rasmussen
2017-04-27
Break line at public identifiers, making them easily grepable.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Use fz_snprintf.
Tor Andersson
2017-04-20
Add annotation interfaces for open state/icon name/line endings.
Sebastian Rasmussen
2017-04-20
Improve PDF annotation error handling.
Sebastian Rasmussen
2017-04-20
js: Push annotation error handling down to library.
Sebastian Rasmussen
2017-03-15
Add PDF_ANNOT_UNKNOWN enum.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-12
pdf: Fix bug 697431.
Tor Andersson
2016-10-16
Avoid casting when dropping super objects.
Sebastian Rasmussen
2016-10-07
Add annotation editing functions and clean interface of existing ones.
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-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
[next]