Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-11 | Rename structured text structs and functions to 'stext'. | Tor Andersson | |
Less risk of confusion with the text type used in the device interface. | |||
2015-02-25 | iOS: conform to recent mupdf API changes. | fredrossperry | |
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson | |
Rename fz_close to fz_drop_stream. Rename fz_close_archive to fz_drop_archive. Rename fz_close_output to fz_drop_output. Rename fz_free_* to fz_drop_*. Rename pdf_free_* to pdf_drop_*. Rename xps_free_* to xps_drop_*. | |||
2014-10-04 | iOS: minor cleans ups | Joseph Heenan | |
unused variables / functions / potential uninitialised variable usage | |||
2014-10-04 | iOS: Move instance variables from .h to .m | Joseph Heenan | |
These are private details that, since changes in Xcode, no longer need to be exposed in the headers. | |||
2014-01-10 | iOS: correctly handle document changes that may affect several pages | Paul Gardiner | |
Interaction with forms may change several pages, so all pages currently represented by view need updating. | |||
2014-01-09 | Remove comment header blurb from ios files. | Tor Andersson | |
2013-11-22 | iOS: fix white-space inconsistency | Paul Gardiner | |
2013-11-22 | iOS: support annotation deletion | Paul Gardiner | |
2013-11-20 | iOS: support creation of Ink annotations | Paul Gardiner | |
2013-11-19 | iOS: add support for creating markup annotations | Paul Gardiner | |
2013-10-09 | iOS: implement internal-link following | Paul Gardiner | |
Also: add hooks for the other link types remove unnecessary protocol from MuPageViewReflow turn off optimizations for the debug build | |||
2013-09-24 | iOS: add reflow mode | Paul Gardiner | |