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
2018-01-28
Bug 698942: Don't complain about external URLs being unknown.
Sebastian Rasmussen
2017-09-20
gl: Scroll to link coordinates when following links.
Tor Andersson
2017-07-06
fz_var() variables must be initialized before fz_try.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-04-11
Bug 697662: Support named actions to first/last/next/previous page.
Sebastian Rasmussen
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