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
2018-08-21
Fix 699641: Follow Parent chain when looking up DA in annotations.
Tor Andersson
2018-08-10
Respect NoRotate flag for icon-based annotations.
Tor Andersson
2018-07-06
Add pdf_dict_get_rect and pdf_dict_get_matrix helpers.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-07-05
Support background and border color in Widget/Tx and Widget/Ch.
Tor Andersson
2018-07-04
Rename pdf_get_annot_contents to pdf_annot_contents.
Tor Andersson
2018-06-22
Tokenize on all whitespace when parsing DA string.
Tor Andersson
2018-06-22
Use fz_quad type in structured text and selection/highlighting.
Tor Andersson
2018-06-22
Keep copy of decoded utf8 text string in pdf_obj.
Tor Andersson
2018-06-22
Look up DA in Root/AcroForm/DA if missing in annotation property.
Tor Andersson
2018-06-22
Merge pdf-annot.c and pdf-annot-edit.c (2/2).
Tor Andersson
2018-06-22
Merge pdf-annot.c and pdf-annot-edit.c (1/2).
Tor Andersson
2018-06-22
Move link code to pdf-link.c.
Tor Andersson
2018-06-01
Fix loss of reference to focussed annotation when rereading annotations
Paul Gardiner
2018-04-27
Use pdf_dict_get_int, etc.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-03-22
Use PDF object creation convenience functions.
Tor Andersson
2018-03-22
Clean up windows ifdefs.
Tor Andersson
2018-03-22
Load most annotations, even if they are missing appearances.
Tor Andersson
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2017-11-22
jni: Make sure to dirty annotation whenever it changes.
Fred Ross-Perry
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-06-22
Add const to pdf_toname.
Tor Andersson
2017-06-16
Plug leak of uri if creating link fails.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-04-13
Fix 697725: silly typo when parsing GoToR destination.
Tor Andersson
2017-04-11
Bug 697662: Support named actions to first/last/next/previous page.
Sebastian Rasmussen
2017-03-28
Rejig fz_new_annot to fz_new_derived_annot.
Robin Watts
2016-11-21
Harden viewers against failures when loading outlines.
Tor Andersson
2016-11-16
pdf: Use '#page=N' for remote destination pages.
Tor Andersson
2016-11-14
pdf: Use URI dictionary for relative URIs.
Tor Andersson
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-16
Avoid casting when dropping super objects.
Sebastian Rasmussen
2016-10-07
pdf: Remove unneccessary document argument to pdf_to_utf8 etc.
Tor Andersson
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
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached matrix field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached bbox field.
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
[next]