summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-outline.c
AgeCommit message (Expand)Author
2018-06-22Keep copy of decoded utf8 text string in pdf_obj.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-01-28Bug 698942: Don't complain about external URLs being unknown.Sebastian Rasmussen
2017-09-20gl: Scroll to link coordinates when following links.Tor Andersson
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-11Bug 697662: Support named actions to first/last/next/previous page.Sebastian Rasmussen
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2016-11-21Harden viewers against failures when loading outlines.Tor Andersson
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-07pdf: Remove unneccessary document argument to pdf_to_utf8 etc.Tor Andersson
2015-10-02Reference count fz_outline struct.Robin Watts
2015-03-25Fix silly typoRobin Watts
2015-03-25Bug 695878: Add entry to fz_outline to indicate if outline entry is openRobin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-01-06fix various MSVC warningsSimon Bünzli
2013-08-24Support named destinations in remote link annotations.Sebastian Rasmussen
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-20Rearrange source files.Tor Andersson