Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Avoid typecasting function pointers in subclasses. | Tor Andersson | |
Do the typecasting in the functions instead, reducing the risk of function prototype mismatches. | |||
2017-04-27 | Include required system headers. | Tor Andersson | |
2016-10-28 | Clean up link destination handling. | Tor Andersson | |
All link destinations should be URIs, and a document specific function can be called to resolve them to actual page numbers. Outlines have cached page numbers as well as string URIs. | |||
2016-10-19 | Move headers to make xps_document an internal type. | Sebastian Rasmussen | |
2015-10-06 | xps: Add separate link parsing step. | Tor Andersson | |
Don't rely on having to run the page once with an identity transform before being able to load the links. |