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-outline.c
Age
Commit message (
Expand
)
Author
2017-03-01
Add page lookup cache for faster link destination lookups in outlines.
Tor Andersson
2016-11-21
Harden viewers against failures when loading outlines.
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-07
pdf: Remove unneccessary document argument to pdf_to_utf8 etc.
Tor Andersson
2015-10-02
Reference count fz_outline struct.
Robin Watts
2015-03-25
Fix silly typo
Robin Watts
2015-03-25
Bug 695878: Add entry to fz_outline to indicate if outline entry is open
Robin Watts
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-01-06
fix various MSVC warnings
Simon Bünzli
2013-08-24
Support named destinations in remote link annotations.
Sebastian Rasmussen
2013-06-27
Move to using a flags bit rather than "Dirty" dict entries.
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson